From minikenshin, 3 Years ago, written in Plain Text.
Embed
  1. --  -*- mode:snmp -*-
  2.  
  3. ZXTM-MIB-SMIv2 DEFINITIONS ::= BEGIN
  4.  
  5. --======================================================================
  6. -- MIB for Pulse Secure Traffic Manager 19.2r2
  7. -- For more information, please see
  8. -- http://www.pulsesecure.net/vadc
  9. --======================================================================
  10.  
  11. IMPORTS
  12.    OBJECT-TYPE, enterprises, IpAddress, TimeTicks, NOTIFICATION-TYPE, MODULE-IDENTITY, Integer32, Counter32, Counter64, Gauge32
  13.       FROM SNMPv2-SMI
  14.    DisplayString
  15.       FROM SNMPv2-TC
  16.    OBJECT-GROUP, NOTIFICATION-GROUP, MODULE-COMPLIANCE
  17.       FROM SNMPv2-CONF
  18.    InetAddressType, InetAddress
  19.       FROM INET-ADDRESS-MIB;
  20.  
  21. -- This MUST immediately follow the imports, so cannot be moved down and
  22. -- cannot make forward references to "zeus" etc.
  23. zxtm MODULE-IDENTITY
  24.    LAST-UPDATED "201810261200Z"
  25.    ORGANIZATION "Pulse Secure (vTM Team)"
  26.    CONTACT-INFO "https://www.pulsesecure.net/support"
  27.    DESCRIPTION "MIB for Virtual Traffic Manager"
  28. -- change history: most recent revision matches last-updated
  29.    REVISION "201810261200Z"
  30.    DESCRIPTION "Pulse Secure vTM 18.3 features"
  31.  
  32.    REVISION "201806271300Z"
  33.    DESCRIPTION "Pulse Secure vTM 18.2 features"
  34.  
  35.    REVISION "201802130720Z"
  36.    DESCRIPTION "Pulse Secure vTM 18.1 features"
  37.  
  38.    REVISION "201709041201Z"
  39.    DESCRIPTION "Rebranded from Brocade to Pulse Secure"
  40.  
  41.    REVISION "201708211700Z"
  42.    DESCRIPTION "Pulse Secure vTM 17.4 features"
  43.  
  44.    REVISION "201705021100Z"
  45.    DESCRIPTION "Brocade vTM 17.3 features"
  46.  
  47.    REVISION "201701201500Z"
  48.    DESCRIPTION "Brocade vTM 17.2 features"
  49.  
  50.    REVISION "201612051100Z"
  51.    DESCRIPTION "Brocade vTM 17.1 features"
  52.  
  53.    REVISION "201609290100Z"
  54.    DESCRIPTION "Brocade vTM 11.1 features"
  55.  
  56.    REVISION "201605091900Z"
  57.    DESCRIPTION "Brocade vTM 11.0 features"
  58.  
  59.    REVISION "201511180900Z"
  60.    DESCRIPTION "Brocade vTM 10.4 features"
  61.  
  62.    REVISION "201511161703Z"
  63.    DESCRIPTION "Renamed Aptimizer to Web Accelerator in descriptions"
  64.  
  65.    REVISION "201511090900Z"
  66.    DESCRIPTION "Brocade vTM 10.3 features"
  67.  
  68.    REVISION "201509231400Z"
  69.    DESCRIPTION "Stingray 10.2 features"
  70.  
  71.    REVISION "201507071500Z"
  72.    DESCRIPTION "Node drain to delete traps"
  73.  
  74.    REVISION "201506161400Z"
  75.    DESCRIPTION "Brocade Rebranding"
  76.  
  77.    REVISION "201501231400Z"
  78.    DESCRIPTION "Stingray 10.0 features"
  79.  
  80.    REVISION "201412041100Z"
  81.    DESCRIPTION "Web cache URL store counters"
  82.  
  83.    REVISION "201410291100Z"
  84.    DESCRIPTION "DNS Server traps"
  85.  
  86.    REVISION "201409211000Z"
  87.    DESCRIPTION "New EC2 trap"
  88.  
  89.    REVISION "201408191200Z"
  90.    DESCRIPTION "Stingray 9.8 features"
  91.  
  92.    REVISION "201407011400Z"
  93.    DESCRIPTION "Stingray 9.7 features"
  94.  
  95.    REVISION "201402241700Z"
  96.    DESCRIPTION "New OCSP stapling traps"
  97.  
  98.    REVISION "201402031600Z"
  99.    DESCRIPTION "New autoscaling trap"
  100.  
  101.    REVISION "201402031100Z"
  102.    DESCRIPTION "New virtual server counter and fault tolerance trap"
  103.  
  104.    REVISION "201311111100Z"
  105.    DESCRIPTION "Various SMIv2 compliance issues and OCSP stapling"
  106.  
  107.    REVISION "201111221100Z"
  108.    DESCRIPTION "Initial revision"
  109.    ::= { enterprises 7146 1 2 }
  110.  
  111. zeus                    OBJECT IDENTIFIER ::= { enterprises 7146 }
  112. products                OBJECT IDENTIFIER ::= { zeus 1 }
  113. globals                 OBJECT IDENTIFIER ::= { zxtm 1 }
  114. virtualservers          OBJECT IDENTIFIER ::= { zxtm 2 }
  115. pools                   OBJECT IDENTIFIER ::= { zxtm 3 }
  116. nodes                   OBJECT IDENTIFIER ::= { zxtm 4 }
  117. serviceprotection       OBJECT IDENTIFIER ::= { zxtm 5 }
  118. trafficips              OBJECT IDENTIFIER ::= { zxtm 6 }
  119. servicelevelmonitoring  OBJECT IDENTIFIER ::= { zxtm 7 }
  120. pernodeservicelevelmon  OBJECT IDENTIFIER ::= { zxtm 8 }
  121. bandwidthmgt            OBJECT IDENTIFIER ::= { zxtm 9 }
  122. connratelimit           OBJECT IDENTIFIER ::= { zxtm 10 }
  123. extra                   OBJECT IDENTIFIER ::= { zxtm 11 }
  124. netinterfaces           OBJECT IDENTIFIER ::= { zxtm 12 }
  125. events                  OBJECT IDENTIFIER ::= { zxtm 13 }
  126. actions                 OBJECT IDENTIFIER ::= { zxtm 14 }
  127. zxtmtraps               OBJECT IDENTIFIER ::= { zxtm 15 }
  128. trapsZero               OBJECT IDENTIFIER ::= { zxtmtraps 0 }
  129. persistence             OBJECT IDENTIFIER ::= { zxtm 16 }
  130. cache                   OBJECT IDENTIFIER ::= { zxtm 17 }
  131. webcache                OBJECT IDENTIFIER ::= { cache 1 }
  132. sslcache                OBJECT IDENTIFIER ::= { cache 2 }
  133. aspsessioncache         OBJECT IDENTIFIER ::= { cache 3 }
  134. ipsessioncache          OBJECT IDENTIFIER ::= { cache 4 }
  135. j2eesessioncache        OBJECT IDENTIFIER ::= { cache 5 }
  136. unisessioncache         OBJECT IDENTIFIER ::= { cache 6 }
  137. sslsessioncache         OBJECT IDENTIFIER ::= { cache 7 }
  138. rules                   OBJECT IDENTIFIER ::= { zxtm 18 }
  139. monitors                OBJECT IDENTIFIER ::= { zxtm 19 }
  140. licensekeys             OBJECT IDENTIFIER ::= { zxtm 20 }
  141. zxtms                   OBJECT IDENTIFIER ::= { zxtm 21 }
  142. trapobjects             OBJECT IDENTIFIER ::= { zxtm 22 }
  143. cloudcredentials        OBJECT IDENTIFIER ::= { zxtm 23 }
  144. glbservices             OBJECT IDENTIFIER ::= { zxtm 24 }
  145. perlocationservices     OBJECT IDENTIFIER ::= { zxtm 25 }
  146. locations               OBJECT IDENTIFIER ::= { zxtm 26 }
  147. listenips               OBJECT IDENTIFIER ::= { zxtm 27 }
  148. authenticators          OBJECT IDENTIFIER ::= { zxtm 28 }
  149. conformanceGroups       OBJECT IDENTIFIER ::= { zxtm 29 }
  150. complianceStatements    OBJECT IDENTIFIER ::= { zxtm 30 }
  151. steelheads              OBJECT IDENTIFIER ::= { zxtm 31 }
  152. sslocspstapling         OBJECT IDENTIFIER ::= { zxtm 32 }
  153. dpaCoreUtilization      OBJECT IDENTIFIER ::= { zxtm 33 }
  154. http2                   OBJECT IDENTIFIER ::= { zxtm 34 }
  155.  
  156. mainGroup OBJECT-GROUP
  157.    OBJECTS {
  158. version,
  159. numberChildProcesses,
  160. upTime,
  161. timeLastConfigUpdate,
  162. totalBytesIn,
  163. totalBytesOut,
  164. totalCurrentConn,
  165. totalConn,
  166. totalRequests,
  167. totalTransactions,
  168. numberDNSARequests,
  169. numberDNSACacheHits,
  170. numberDNSPTRRequests,
  171. numberDNSPTRCacheHits,
  172. numberSNMPUnauthorisedRequests,
  173. numberSNMPBadRequests,
  174. numberSNMPGetRequests,
  175. numberSNMPGetNextRequests,
  176. sslCipherEncrypts,
  177. sslCipherDecrypts,
  178. sslCipherRC4Encrypts,
  179. sslCipherRC4Decrypts,
  180. sslCipherDESEncrypts,
  181. sslCipherDESDecrypts,
  182. sslCipher3DESEncrypts,
  183. sslCipher3DESDecrypts,
  184. sslCipherAESEncrypts,
  185. sslCipherAESDecrypts,
  186. sslCipherRSAEncrypts,
  187. sslCipherRSADecrypts,
  188. sslCipherRSADecryptsExternal,
  189. sslHandshakeSSLv3,
  190. sslHandshakeTLSv1,
  191. sslClientCertNotSent,
  192. sslClientCertInvalid,
  193. sslClientCertExpired,
  194. sslClientCertRevoked,
  195. sslSessionIDMemCacheHit,
  196. sslSessionIDMemCacheMiss,
  197. sslHandshakeTLSv11,
  198. sslConnections,
  199. sslCipherRSAEncryptsExternal,
  200. sysCPUIdlePercent,
  201. sysCPUBusyPercent,
  202. sysCPUUserBusyPercent,
  203. sysCPUSystemBusyPercent,
  204. sysFDsFree,
  205. sysMemTotal,
  206. sysMemFree,
  207. sysMemInUse,
  208. sysMemBuffered,
  209. sysMemSwapped,
  210. sysMemSwapTotal,
  211. numIdleConnections,
  212. dataEntries,
  213. dataMemoryUsage,
  214. eventsSeen,
  215. totalDNSResponses,
  216. totalBadDNSPackets,
  217. totalBackendServerErrors,
  218. virtualserverNumber,
  219. virtualserverName,
  220. virtualserverPort,
  221. virtualserverProtocol,
  222. virtualserverDefaultTrafficPool,
  223. virtualserverBytesIn,
  224. virtualserverBytesOut,
  225. virtualserverCurrentConn,
  226. virtualserverMaxConn,
  227. virtualserverDiscard,
  228. virtualserverDirectReplies,
  229. virtualserverConnectTimedOut,
  230. virtualserverDataTimedOut,
  231. virtualserverKeepaliveTimedOut,
  232. virtualserverMaxDurationTimedOut,
  233. virtualserverUdpTimedOut,
  234. virtualserverTotalDgram,
  235. virtualserverGzip,
  236. virtualserverGzipBytesSaved,
  237. virtualserverHttpRewriteLocation,
  238. virtualserverHttpRewriteCookie,
  239. virtualserverHttpCacheHits,
  240. virtualserverHttpCacheLookups,
  241. virtualserverHttpCacheHitRate,
  242. virtualserverSIPTotalCalls,
  243. virtualserverSIPRejectedRequests,
  244. virtualserverConnectionErrors,
  245. virtualserverConnectionFailures,
  246. virtualserverCertStatusRequests,
  247. virtualserverCertStatusResponses,
  248. virtualserverProcessingTimedOut,
  249. virtualserverTotalRequests,
  250. virtualserverTotalHTTPRequests,
  251. virtualserverTotalHTTP1Requests,
  252. virtualserverTotalHTTP2Requests,
  253. virtualserverSslNewSession,
  254. virtualserverSslCacheLookup,
  255. virtualserverSslCacheMiss,
  256. virtualserverSslCacheRejected,
  257. virtualserverSslCacheResumed,
  258. virtualserverSslTicketIssued,
  259. virtualserverSslTicketReceived,
  260. virtualserverSslTicketKeyNotFound,
  261. virtualserverSslTicketExpired,
  262. virtualserverSslTicketRejected,
  263. virtualserverSslTicketResumed,
  264. virtualserverSslCacheSaved,
  265. virtualserverSslHelloRetryRequested,
  266. virtualserverAuthSessionsCreated,
  267. virtualserverAuthSessionsUsed,
  268. virtualserverAuthSessionsRejected,
  269. virtualserverAuthSamlRedirects,
  270. virtualserverAuthSamlResponses,
  271. virtualserverAuthSamlResponsesAccepted,
  272. virtualserverAuthSamlResponsesRejected,
  273. virtualserverHTTP1xxResponses,
  274. virtualserverHTTP2xxResponses,
  275. virtualserverHTTP3xxResponses,
  276. virtualserverHTTP4xxResponses,
  277. virtualserverHTTP5xxResponses,
  278. virtualserverHTTPGenerated2xxResponses,
  279. virtualserverHTTPGenerated3xxResponses,
  280. virtualserverHTTPGenerated4xxResponses,
  281. virtualserverHTTPGenerated5xxResponses,
  282. virtualserverHTTPCache2xxResponses,
  283. virtualserverHTTPCache3xxResponses,
  284. virtualserverHTTPCache4xxResponses,
  285. virtualserverHTTPCache5xxResponses,
  286. virtualserverHTTPServer1xxResponses,
  287. virtualserverHTTPServer2xxResponses,
  288. virtualserverHTTPServer3xxResponses,
  289. virtualserverHTTPServer4xxResponses,
  290. virtualserverHTTPServer5xxResponses,
  291. poolNumber,
  292. poolName,
  293. poolAlgorithm,
  294. poolNodes,
  295. poolDraining,
  296. poolFailPool,
  297. poolBytesIn,
  298. poolBytesOut,
  299. poolTotalConn,
  300. poolCurrentConn,
  301. poolPersistence,
  302. poolSessionMigrated,
  303. poolDisabled,
  304. poolState,
  305. poolConnsQueued,
  306. poolQueueTimeouts,
  307. poolMinQueueTime,
  308. poolMaxQueueTime,
  309. poolMeanQueueTime,
  310. poolHTTP1xxResponses,
  311. poolHTTP2xxResponses,
  312. poolHTTP3xxResponses,
  313. poolHTTP4xxResponses,
  314. poolHTTP5xxResponses,
  315. poolHTTP503Retries,
  316. nodeNumberInet46,
  317. nodeInet46AddressType,
  318. nodeInet46Address,
  319. nodeInet46Port,
  320. nodeInet46HostName,
  321. nodeInet46State,
  322. nodeInet46BytesToNode,
  323. nodeInet46BytesFromNode,
  324. nodeInet46CurrentRequests,
  325. nodeInet46TotalConn,
  326. nodeInet46PooledConn,
  327. nodeInet46Failures,
  328. nodeInet46NewConn,
  329. nodeInet46Errors,
  330. nodeInet46ResponseMin,
  331. nodeInet46ResponseMax,
  332. nodeInet46ResponseMean,
  333. nodeInet46IdleConns,
  334. nodeInet46CurrentConn,
  335. perPoolNodeNumber ,
  336. perPoolNodePoolName,
  337. perPoolNodeNodeAddressType,
  338. perPoolNodeNodeAddress,
  339. perPoolNodeNodePort,
  340. perPoolNodeNodeHostName,
  341. perPoolNodeState,
  342. perPoolNodeBytesToNode,
  343. perPoolNodeBytesFromNode,
  344. perPoolNodeCurrentRequests,
  345. perPoolNodeTotalConn,
  346. perPoolNodePooledConn,
  347. perPoolNodeFailures,
  348. perPoolNodeNewConn,
  349. perPoolNodeErrors,
  350. perPoolNodeResponseMin,
  351. perPoolNodeResponseMax,
  352. perPoolNodeResponseMean,
  353. perPoolNodeIdleConns,
  354. perPoolNodeCurrentConn,
  355. trafficIPGatewayPingRequests,
  356. trafficIPGatewayPingResponses,
  357. trafficIPNodePingRequests,
  358. trafficIPNodePingResponses,
  359. trafficIPPingResponseErrors,
  360. trafficIPARPMessage,
  361. trafficIPNumberInet46,
  362. trafficIPNumberRaisedInet46,
  363. trafficIPInet46AddressType,
  364. trafficIPInet46Address,
  365. trafficIPInet46State,
  366. trafficIPInet46Time,
  367. serviceProtNumber,
  368. serviceProtName,
  369. serviceProtTotalRefusal,
  370. serviceProtLastRefusalTime,
  371. serviceProtRefusalIP,
  372. serviceProtRefusalConc1IP,
  373. serviceProtRefusalConc10IP,
  374. serviceProtRefusalConnRate,
  375. serviceProtRefusalRFC2396,
  376. serviceProtRefusalSize,
  377. serviceProtRefusalBinary,
  378. serviceLevelNumber,
  379. serviceLevelName,
  380. serviceLevelTotalConn,
  381. serviceLevelTotalNonConf,
  382. serviceLevelResponseMin,
  383. serviceLevelResponseMax,
  384. serviceLevelResponseMean,
  385. serviceLevelIsOK,
  386. serviceLevelConforming,
  387. serviceLevelCurrentConns,
  388. perNodeServiceLevelInet46SLMName,
  389. perNodeServiceLevelInet46NodeAddressType,
  390. perNodeServiceLevelInet46NodeAddress,
  391. perNodeServiceLevelInet46NodePort,
  392. perNodeServiceLevelInet46TotalConn,
  393. perNodeServiceLevelInet46TotalNonConf,
  394. perNodeServiceLevelInet46ResponseMin,
  395. perNodeServiceLevelInet46ResponseMax,
  396. perNodeServiceLevelInet46ResponseMean,
  397. bandwidthClassNumber,
  398. bandwidthClassName,
  399. bandwidthClassMaximum,
  400. bandwidthClassGuarantee,
  401. bandwidthClassBytesOut,
  402. rateClassNumber,
  403. rateClassName,
  404. rateClassMaxRatePerMin,
  405. rateClassMaxRatePerSec,
  406. rateClassQueueLength,
  407. rateClassCurrentRate,
  408. rateClassDropped,
  409. rateClassConnsEntered,
  410. rateClassConnsLeft,
  411. userCounterNumber,
  412. userCounterName,
  413. userCounterValue,
  414. userCounter64Name,
  415. userCounter64Value,
  416. interfaceNumber,
  417. interfaceName,
  418. interfaceRxPackets,
  419. interfaceTxPackets,
  420. interfaceRxErrors,
  421. interfaceTxErrors,
  422. interfaceCollisions,
  423. interfaceRxBytes,
  424. interfaceTxBytes,
  425. webCacheHits,
  426. webCacheMisses,
  427. webCacheLookups,
  428. webCacheMemUsed,
  429. webCacheMemMaximum,
  430. webCacheHitRate,
  431. webCacheEntries,
  432. webCacheMaxEntries,
  433. webCacheOldest,
  434. webCacheURLStoreAllocated,
  435. webCacheURLStoreFree,
  436. webCacheURLStoreSize,
  437. webCacheURLStoreTotalAllocations,
  438. webCacheURLStoreTotalFailures,
  439. webCacheURLStoreTotalFrees,
  440. sslCacheHits,
  441. sslCacheMisses,
  442. sslCacheLookups,
  443. sslCacheHitRate,
  444. sslCacheEntries,
  445. sslCacheEntriesMax,
  446. sslCacheOldest,
  447. aspSessionCacheHits,
  448. aspSessionCacheMisses,
  449. aspSessionCacheLookups,
  450. aspSessionCacheHitRate,
  451. aspSessionCacheEntries,
  452. aspSessionCacheEntriesMax,
  453. aspSessionCacheOldest,
  454. ipSessionCacheHits,
  455. ipSessionCacheMisses,
  456. ipSessionCacheLookups,
  457. ipSessionCacheExpiries,
  458. ipSessionCacheHitRate,
  459. ipSessionCacheEntries,
  460. ipSessionCacheEntriesMax,
  461. ipSessionCacheOldest,
  462. j2eeSessionCacheHits,
  463. j2eeSessionCacheMisses,
  464. j2eeSessionCacheLookups,
  465. j2eeSessionCacheExpiries,
  466. j2eeSessionCacheHitRate,
  467. j2eeSessionCacheEntries,
  468. j2eeSessionCacheEntriesMax,
  469. j2eeSessionCacheOldest,
  470. uniSessionCacheHits,
  471. uniSessionCacheMisses,
  472. uniSessionCacheLookups,
  473. uniSessionCacheExpiries,
  474. uniSessionCacheHitRate,
  475. uniSessionCacheEntries,
  476. uniSessionCacheEntriesMax,
  477. uniSessionCacheOldest,
  478. sslSessionCacheHits,
  479. sslSessionCacheMisses,
  480. sslSessionCacheLookups,
  481. sslSessionCacheHitRate,
  482. sslSessionCacheEntries,
  483. sslSessionCacheEntriesMax,
  484. sslSessionCacheOldest,
  485. ruleNumber,
  486. ruleName,
  487. ruleExecutions,
  488. ruleAborts,
  489. ruleResponds,
  490. rulePoolSelect,
  491. ruleRetries,
  492. ruleDiscards,
  493. ruleExecutionTimeWarnings,
  494. monitorNumber,
  495. monitorName,
  496. licensekeyNumber,
  497. licensekeyName,
  498. zxtmNumber,
  499. zxtmName,
  500. glbServiceNumber,
  501. glbServiceName,
  502. glbServiceResponses,
  503. glbServiceUnmodified,
  504. glbServiceDiscarded,
  505. perLocationServiceLocationName,
  506. perLocationServiceLocationCode,
  507. perLocationServiceName,
  508. perLocationServiceDraining,
  509. perLocationServiceState,
  510. perLocationServiceFrontendState,
  511. perLocationServiceMonitorState,
  512. perLocationServiceLoad,
  513. perLocationServiceResponses,
  514. locationName,
  515. locationCode,
  516. locationLoad,
  517. locationResponses,
  518. eventNumber,
  519. eventName,
  520. eventsMatched,
  521. actionNumber,
  522. actionName,
  523. actionsProcessed,
  524. fullLogLine,
  525. confName,
  526. customEventName,
  527. cloudcredentialsClassNumber,
  528. cloudcredentialsName,
  529. cloudcredentialsStatusRequests,
  530. cloudcredentialsNodeCreations,
  531. cloudcredentialsNodeDeletions,
  532. domainName,
  533. listenIPAddressType,
  534. listenIPAddress,
  535. listenIPBytesIn,
  536. listenIPBytesOut,
  537. listenIPCurrentConn,
  538. listenIPTotalRequests,
  539. listenIPMaxConn,
  540. hourlyPeakBytesInPerSecond,
  541. hourlyPeakBytesOutPerSecond,
  542. hourlyPeakRequestsPerSecond,
  543. hourlyPeakSSLConnectionsPerSecond,
  544. numberSNMPGetBulkRequests,
  545. authenticatorNumber,
  546. authenticatorName,
  547. authenticatorRequests,
  548. authenticatorPasses,
  549. authenticatorFails,
  550. authenticatorErrors,
  551. virtualserverCertStatusRequests,
  552. virtualserverCertStatusResponses,
  553. sslOcspStaplingCacheCount,
  554. sslOcspStaplingCount,
  555. sslOcspStaplingSuccessCount,
  556. sslOcspStaplingFailureCount,
  557. sslOcspStaplingGoodCount,
  558. sslOcspStaplingRevokedCount,
  559. sslOcspStaplingUnknownCount,
  560. sslCipherDSASigns,
  561. sslCipherDSAVerifies,
  562. sslHandshakeTLSv12,
  563. sslCipherDHGenerates,
  564. sslCipherDHAgreements,
  565. sslCipherAESGCMEncrypts,
  566. sslCipherAESGCMDecrypts,
  567. sslCipherECDHGenerates,
  568. sslCipherECDHAgreements,
  569. sslCipherECDSASigns,
  570. sslCipherECDSAVerifies,
  571. http2ConnectionsOpen,
  572. http2StreamsTotalCreated,
  573. http2StreamsTotalDataBytesRead,
  574. http2StreamsTotalDataBytesWritten,
  575. http2StreamsTotalControlBytesRead,
  576. http2StreamsTotalControlBytesWritten,
  577. http2StreamsResetByUs,
  578. http2StreamsResetByPeer,
  579. http2StreamsClosedByUs,
  580. http2StreamsClosedByPeer,
  581. http2StreamsPushPromiseSentByUs,
  582. http2StreamsPushPromiseSentByPeer,
  583. http2HeadersBytesReadCompressed,
  584. http2HeadersBytesReadUncompressed,
  585. http2StreamsOpen,
  586. analyticsTransactionsExported,
  587. analyticsTransactionsDropped,
  588. analyticsTransactionsMemoryUsage,
  589. sslHandshakeTLSv13
  590.    }
  591.    STATUS current
  592.    DESCRIPTION "Main conformance group"
  593.    ::= { conformanceGroups 1 }
  594.  
  595. deprecatedGroup OBJECT-GROUP
  596.    OBJECTS {
  597. sslSessionIDDiskCacheHit,
  598. sslSessionIDDiskCacheMiss
  599.    }
  600.    STATUS obsolete
  601.    DESCRIPTION "Deprecated objects (which are now obsolete)"
  602.    ::= { conformanceGroups 2 }
  603.  
  604. obsoleteGroup OBJECT-GROUP
  605.    OBJECTS {
  606. nodeNumber,
  607. nodeIPAddress,
  608. nodePort,
  609. nodeHostName,
  610. nodeState,
  611. nodeBytesToNodeLo,
  612. nodeBytesToNodeHi,
  613. nodeBytesFromNodeLo,
  614. nodeBytesFromNodeHi,
  615. nodeCurrentRequests,
  616. nodeTotalConn,
  617. nodePooledConn,
  618. nodeFailures,
  619. nodeNewConn,
  620. nodeErrors,
  621. nodeResponseMin,
  622. nodeResponseMax,
  623. nodeResponseMean,
  624. nodeCurrentConn,
  625. trafficIPNumber,
  626. trafficIPNumberRaised,
  627. trafficIPAddress,
  628. trafficIPTime,
  629. trafficIPState,
  630. perNodeServiceLevelSLMName,
  631. perNodeServiceLevelNodeIPAddr,
  632. perNodeServiceLevelNodePort,
  633. perNodeServiceLevelTotalConn,
  634. perNodeServiceLevelTotalNonConf,
  635. perNodeServiceLevelResponseMin,
  636. perNodeServiceLevelResponseMax,
  637. perNodeServiceLevelResponseMean,
  638. totalBytesInLo,
  639. totalBytesInHi,
  640. totalBytesOutLo,
  641. totalBytesOutHi,
  642. virtualserverBytesInLo,
  643. virtualserverBytesInHi,
  644. virtualserverBytesOutLo,
  645. virtualserverBytesOutHi,
  646. virtualserverPktsInLo,
  647. virtualserverPktsInHi,
  648. virtualserverPktsOutLo,
  649. virtualserverPktsOutHi,
  650. virtualserverGzipBytesSavedLo,
  651. virtualserverGzipBytesSavedHi,
  652. virtualserverTotalConn,
  653. virtualserverTotalRequestsLo,
  654. virtualserverTotalRequestsHi,
  655. virtualserverTotalHTTPRequestsLo,
  656. virtualserverTotalHTTPRequestsHi,
  657. virtualserverTotalHTTP1RequestsLo,
  658. virtualserverTotalHTTP1RequestsHi,
  659. virtualserverTotalHTTP2RequestsLo,
  660. virtualserverTotalHTTP2RequestsHi,
  661. virtualserverBwLimitPktsDropLo,
  662. virtualserverBwLimitPktsDropHi,
  663. virtualserverBwLimitBytesDropLo,
  664. virtualserverBwLimitBytesDropHi,
  665. virtualserverSslNewSessionLo,
  666. virtualserverSslNewSessionHi,
  667. virtualserverSslCacheLookupLo,
  668. virtualserverSslCacheLookupHi,
  669. virtualserverSslCacheMissLo,
  670. virtualserverSslCacheMissHi,
  671. virtualserverSslCacheRejectedLo,
  672. virtualserverSslCacheRejectedHi,
  673. virtualserverSslCacheResumedLo,
  674. virtualserverSslCacheResumedHi,
  675. virtualserverSslTicketIssuedLo,
  676. virtualserverSslTicketIssuedHi,
  677. virtualserverSslTicketReceivedLo,
  678. virtualserverSslTicketReceivedHi,
  679. virtualserverSslTicketKeyNotFoundLo,
  680. virtualserverSslTicketKeyNotFoundHi,
  681. virtualserverSslTicketExpiredLo,
  682. virtualserverSslTicketExpiredHi,
  683. virtualserverSslTicketRejectedLo,
  684. virtualserverSslTicketRejectedHi,
  685. virtualserverSslTicketResumedLo,
  686. virtualserverSslTicketResumedHi,
  687. virtualserverSslCacheSavedLo,
  688. virtualserverSslCacheSavedHi,
  689. virtualserverSslHelloRetryRequestedLo,
  690. virtualserverSslHelloRetryRequestedHi,
  691. virtualserverAuthSessionsCreatedLo,
  692. virtualserverAuthSessionsCreatedHi,
  693. virtualserverAuthSessionsUsedLo,
  694. virtualserverAuthSessionsUsedHi,
  695. virtualserverAuthSessionsRejectedLo,
  696. virtualserverAuthSessionsRejectedHi,
  697. virtualserverAuthSamlRedirectsLo,
  698. virtualserverAuthSamlRedirectsHi,
  699. virtualserverAuthSamlResponsesLo,
  700. virtualserverAuthSamlResponsesHi,
  701. virtualserverAuthSamlResponsesAcceptedLo,
  702. virtualserverAuthSamlResponsesAcceptedHi,
  703. virtualserverAuthSamlResponsesRejectedLo,
  704. virtualserverAuthSamlResponsesRejectedHi,
  705. poolBytesInLo,
  706. poolBytesInHi,
  707. poolBytesOutLo,
  708. poolBytesOutHi,
  709. poolBwLimitPktsDropLo,
  710. poolBwLimitPktsDropHi,
  711. poolBwLimitBytesDropLo,
  712. poolBwLimitBytesDropHi,
  713. nodeInet46BytesToNodeLo,
  714. nodeInet46BytesToNodeHi,
  715. nodeInet46BytesFromNodeLo,
  716. nodeInet46BytesFromNodeHi,
  717. perPoolNodeBytesToNodeLo,
  718. perPoolNodeBytesToNodeHi,
  719. perPoolNodeBytesFromNodeLo,
  720. perPoolNodeBytesFromNodeHi,
  721. perPoolNodePktsToNodeLo,
  722. perPoolNodePktsToNodeHi,
  723. perPoolNodePktsFromNodeLo,
  724. perPoolNodePktsFromNodeHi,
  725. bandwidthClassBytesOutLo,
  726. bandwidthClassBytesOutHi,
  727. bandwidthClassPktsDropLo,
  728. bandwidthClassPktsDropHi,
  729. bandwidthClassBytesDropLo,
  730. bandwidthClassBytesDropHi,
  731. interfaceRxBytesLo,
  732. interfaceRxBytesHi,
  733. interfaceTxBytesLo,
  734. interfaceTxBytesHi,
  735. webCacheHitsLo,
  736. webCacheHitsHi,
  737. webCacheMissesLo,
  738. webCacheMissesHi,
  739. webCacheLookupsLo,
  740. webCacheLookupsHi,
  741. listenIPBytesInLo,
  742. listenIPBytesInHi,
  743. listenIPBytesOutLo,
  744. listenIPBytesOutHi,
  745. listenIPTotalConn,
  746. listenIPTotalRequestsLo,
  747. listenIPTotalRequestsHi,
  748. sslHandshakeSSLv2,
  749. http2StreamsTotalCreatedLo,
  750. http2StreamsTotalCreatedHi,
  751. http2StreamsTotalDataBytesReadLo,
  752. http2StreamsTotalDataBytesReadHi,
  753. http2StreamsTotalDataBytesWrittenLo,
  754. http2StreamsTotalDataBytesWrittenHi,
  755. http2StreamsTotalControlBytesReadLo,
  756. http2StreamsTotalControlBytesReadHi,
  757. http2StreamsTotalControlBytesWrittenLo,
  758. http2StreamsTotalControlBytesWrittenHi,
  759. http2StreamsResetByUsLo,
  760. http2StreamsResetByUsHi,
  761. http2StreamsResetByPeerLo,
  762. http2StreamsResetByPeerHi,
  763. http2StreamsClosedByUsLo,
  764. http2StreamsClosedByUsHi,
  765. http2StreamsClosedByPeerLo,
  766. http2StreamsClosedByPeerHi,
  767. http2StreamsPushPromiseSentByUsLo,
  768. http2StreamsPushPromiseSentByUsHi,
  769. http2StreamsPushPromiseSentByPeerLo,
  770. http2StreamsPushPromiseSentByPeerHi,
  771. http2HeadersBytesReadCompressedLo,
  772. http2HeadersBytesReadCompressedHi,
  773. http2HeadersBytesReadUncompressedLo,
  774. http2HeadersBytesReadUncompressedHi,
  775. steelheadNumber,
  776. steelheadName,
  777. steelheadOptimized,
  778. userCounter64ValueLo,
  779. userCounter64ValueHi,
  780. webCacheURLStoreAllocatedLo,
  781. webCacheURLStoreAllocatedHi,
  782. webCacheURLStoreFreeLo,
  783. webCacheURLStoreFreeHi,
  784. webCacheURLStoreSizeLo,
  785. webCacheURLStoreSizeHi,
  786. webCacheURLStoreTotalAllocationsLo,
  787. webCacheURLStoreTotalAllocationsHi,
  788. webCacheURLStoreTotalFailuresLo,
  789. webCacheURLStoreTotalFailuresHi,
  790. webCacheURLStoreTotalFreesLo,
  791. webCacheURLStoreTotalFreesHi
  792.    }
  793.    STATUS obsolete
  794.    DESCRIPTION "Obsoleted objects"
  795.    ::= { conformanceGroups 3 }
  796.  
  797. obsoleteGroup182 OBJECT-GROUP
  798.    OBJECTS {
  799. bandwidthClassPktsDrop,
  800. bandwidthClassBytesDrop,
  801. dataPlaneAccelCoreNumber,
  802. coreId,
  803. coreUtilizationPercent,
  804. perPoolNodePktsToNode,
  805. perPoolNodePktsFromNode,
  806. perPoolNodeL4StatelessBuckets,
  807. poolBwLimitPktsDrop,
  808. poolBwLimitBytesDrop,
  809. virtualserverBwLimitPktsDrop,
  810. virtualserverBwLimitBytesDrop,
  811. virtualserverPktsIn,
  812. virtualserverPktsOut,
  813. virtualserverL4TCPConnectResets,
  814. virtualserverL4UDPUnreachables,
  815. poolHTTP1xxResponsesLo,
  816. poolHTTP1xxResponsesHi,
  817. poolHTTP2xxResponsesLo,
  818. poolHTTP2xxResponsesHi,
  819. poolHTTP3xxResponsesLo,
  820. poolHTTP3xxResponsesHi,
  821. poolHTTP4xxResponsesLo,
  822. poolHTTP4xxResponsesHi,
  823. poolHTTP5xxResponsesLo,
  824. poolHTTP5xxResponsesHi,
  825. poolHTTP503RetriesLo,
  826. poolHTTP503RetriesHi,
  827. virtualserverHTTP1xxResponsesLo,
  828. virtualserverHTTP1xxResponsesHi,
  829. virtualserverHTTP2xxResponsesLo,
  830. virtualserverHTTP2xxResponsesHi,
  831. virtualserverHTTP3xxResponsesLo,
  832. virtualserverHTTP3xxResponsesHi,
  833. virtualserverHTTP4xxResponsesLo,
  834. virtualserverHTTP4xxResponsesHi,
  835. virtualserverHTTP5xxResponsesLo,
  836. virtualserverHTTP5xxResponsesHi,
  837. virtualserverHTTPGenerated2xxResponsesLo,
  838. virtualserverHTTPGenerated2xxResponsesHi,
  839. virtualserverHTTPGenerated3xxResponsesLo,
  840. virtualserverHTTPGenerated3xxResponsesHi,
  841. virtualserverHTTPGenerated4xxResponsesLo,
  842. virtualserverHTTPGenerated4xxResponsesHi,
  843. virtualserverHTTPGenerated5xxResponsesLo,
  844. virtualserverHTTPGenerated5xxResponsesHi,
  845. virtualserverHTTPCache2xxResponsesLo,
  846. virtualserverHTTPCache2xxResponsesHi,
  847. virtualserverHTTPCache3xxResponsesLo,
  848. virtualserverHTTPCache3xxResponsesHi,
  849. virtualserverHTTPCache4xxResponsesLo,
  850. virtualserverHTTPCache4xxResponsesHi,
  851. virtualserverHTTPCache5xxResponsesLo,
  852. virtualserverHTTPCache5xxResponsesHi,
  853. virtualserverHTTPServer1xxResponsesLo,
  854. virtualserverHTTPServer1xxResponsesHi,
  855. virtualserverHTTPServer2xxResponsesLo,
  856. virtualserverHTTPServer2xxResponsesHi,
  857. virtualserverHTTPServer3xxResponsesLo,
  858. virtualserverHTTPServer3xxResponsesHi,
  859. virtualserverHTTPServer4xxResponsesLo,
  860. virtualserverHTTPServer4xxResponsesHi,
  861. virtualserverHTTPServer5xxResponsesLo,
  862. virtualserverHTTPServer5xxResponsesHi
  863.    }
  864.    STATUS obsolete
  865.    DESCRIPTION "Obsolete objects from version 18.2"
  866.    ::= { conformanceGroups 7 }
  867.  
  868. notificationGroup NOTIFICATION-GROUP
  869.    NOTIFICATIONS {
  870. testaction,
  871. running,
  872. fewfreefds,
  873. restartrequired,
  874. upgradereboot,
  875. sysctlreboot,
  876. upgraderestart,
  877. unspecifiedreboot,
  878. timemovedback,
  879. sslfail,
  880. appliance,
  881. zxtmswerror,
  882. customevent,
  883. versionmismatch,
  884. autherror,
  885. machineok,
  886. machinetimeout,
  887. machinefail,
  888. allmachinesok,
  889. flipperbackendsworking,
  890. flipperfrontendsworking,
  891. pingbackendfail,
  892. pingfrontendfail,
  893. pinggwfail,
  894. statebaddata,
  895. stateconnfail,
  896. stateok,
  897. statereadfail,
  898. statetimeout,
  899. stateunexpected,
  900. statewritefail,
  901. activatealldead,
  902. machinerecovered,
  903. flipperrecovered,
  904. activatedautomatically,
  905. zclustermoderr,
  906. ec2flipperraiselocalworking,
  907. ec2flipperraiseothersdead,
  908. ec2iperr,
  909. dropec2ipwarn,
  910. ec2nopublicip,
  911. ec2nosecondaryprivateip,
  912. ec2dataretrievalfailed,
  913. ec2dataretrievalsuccessful,
  914. ec2initialized,
  915. gcedataretrievalfailed,
  916. gcedataretrievalsuccessful,
  917. dropgceipwarn,
  918. gcenofreenic,
  919. gceiperr,
  920. gceflipperraiseothersdead,
  921. gceflipperraiselocalworking,
  922. multihostload,
  923. sslhwfail,
  924. sslhwrestart,
  925. sslhwstart,
  926. confdel,
  927. confmod,
  928. confadd,
  929. confok,
  930. confreptimeout,
  931. confrepfailed,
  932. javadied,
  933. javastop,
  934. javastartfail,
  935. javaterminatefail,
  936. javanotfound,
  937. javastarted,
  938. servleterror,
  939. monitorfail,
  940. monitorok,
  941. rulexmlerr,
  942. pooluseunknown,
  943. ruleabort,
  944. rulebufferlarge,
  945. rulebodycomperror,
  946. forwardproxybadhost,
  947. invalidemit,
  948. rulenopersistence,
  949. rulelogmsginfo,
  950. rulelogmsgwarn,
  951. rulelogmsgserious,
  952. norate,
  953. poolactivenodesunknown,
  954. datastorefull,
  955. ruleoverrun,
  956. rulestreamerrortoomuch,
  957. rulestreamerrornotenough,
  958. rulestreamerrorprocessfailure,
  959. rulestreamerrornotstarted,
  960. rulestreamerrornotfinished,
  961. rulestreamerrorinternal,
  962. rulestreamerrorgetresponse,
  963. rulesinvalidrequestbody,
  964. serviceruleabort,
  965. servicerulelocunknown,
  966. servicerulelocnotconfigured,
  967. servicerulelocdead,
  968. expired,
  969. licensecorrupt,
  970. expiresoon,
  971. usinglicense,
  972. licenseclustertoobig,
  973. communityeditionclustertoobig,
  974. unlicensed,
  975. morememallowed,
  976. lessmemallowed,
  977. cachesizereduced,
  978. tpslimited,
  979. ssltpslimited,
  980. bwlimited,
  981. licensetoomanylocations,
  982. autoscalinglicenseerror,
  983. autoscalinglicenseenabled,
  984. autoscalinglicensedisabled,
  985. analyticslicenseenabled,
  986. analyticslicensedisabled,
  987. poolnonodes,
  988. poolok,
  989. pooldied,
  990. noderesolvefailure,
  991. noderesolvemultiple,
  992. nodeworking,
  993. nostarttls,
  994. nodefail,
  995. starttlsinvalid,
  996. ehloinvalid,
  997. usedcredsdeleted,
  998. autoscalestatusupdateerror,
  999. autoscaleresponseparseerror,
  1000. autoscalingchangeprocessfailure,
  1001. autoscalewrongimageid,
  1002. autoscalewrongname,
  1003. autoscalewrongsizeid,
  1004. apistatusprocesshanging,
  1005. autonodedestructioncomplete,
  1006. autonodeexisted,
  1007. autoscaledpooltoosmall,
  1008. autoscaleinvalidargforcreatenode,
  1009. autonodedisappeared,
  1010. autonoderemoved,
  1011. nameserverunavailable,
  1012. nameserveravailable,
  1013. autoscaleresolvefailure,
  1014. autoscaledpoolrefractory,
  1015. cannotshrinkemptypool,
  1016. autoscalinghysteresiscantgrow,
  1017. autonodecreationcomplete,
  1018. autonodestatuschange,
  1019. autoscalinghysteresiscantshrink,
  1020. autoscalingpoolstatechange,
  1021. autonodedestroyed,
  1022. autonodecreationstarted,
  1023. autoscaleinvalidargfordeletenode,
  1024. autoscalinghitroof,
  1025. autoscalinghitfloor,
  1026. apichangeprocesshanging,
  1027. autoscaledpooltoobig,
  1028. autoscalingprocesstimedout,
  1029. autoscalingdisabled,
  1030. autoscalednodecontested,
  1031. autoscalepoolconfupdate,
  1032. flipperraiselocalworking,
  1033. flipperraiseothersdead,
  1034. flipperraiseosdrop,
  1035. dropipinfo,
  1036. dropipwarn,
  1037. flipperdadreraise,
  1038. flipperipexists,
  1039. triggersummary,
  1040. slmclasslimitexceeded,
  1041. slmrecoveredwarn,
  1042. slmrecoveredserious,
  1043. slmfallenbelowwarn,
  1044. slmfallenbelowserious,
  1045. vscrloutofdate,
  1046. vsstart,
  1047. vsstop,
  1048. privkeyok,
  1049. ssldrop,
  1050. vslogwritefail,
  1051. vssslcertexpired,
  1052. vssslcerttoexpire,
  1053. vscacertexpired,
  1054. vscacerttoexpire,
  1055. glbmissingips,
  1056. glbdeadlocmissingips,
  1057. glbnolocations,
  1058. locationmonitorok,
  1059. locationmonitorfail,
  1060. locationok,
  1061. locationfail,
  1062. locationsoapok,
  1063. locationsoapfail,
  1064. glbnewmaster,
  1065. glblogwritefail,
  1066. glbfailalter,
  1067. glbservicedied,
  1068. glbserviceok,
  1069. locmovemachine,
  1070. locempty,
  1071. glbtoomanylocations,
  1072. dnszonevalidate,
  1073. dnszonecreaterecord,
  1074. dnserroraddzone,
  1075. dnsaddzone,
  1076. dnszoneparse,
  1077. dnszonedelete,
  1078. dnserrordeletezone,
  1079. maxclientbufferdrop,
  1080. respcompfail,
  1081. responsetoolarge,
  1082. sipstreamnoports,
  1083. rtspstreamnoports,
  1084. geodataloadfail,
  1085. poolpersistencemismatch,
  1086. connerror,
  1087. connfail,
  1088. badcontentlen,
  1089. logfiledeleted,
  1090. license-graceperiodexpired,
  1091. license-authorized,
  1092. license-rejected-authorized,
  1093. license-rejected-unauthorized,
  1094. license-timedout-authorized,
  1095. license-timedout-unauthorized,
  1096. license-unauthorized,
  1097. logdiskoverload,
  1098. logdiskfull,
  1099. aptimizeuseunknownprofile,
  1100. aptimizedisabled,
  1101. aptimizeuseunknownscope,
  1102. sslhandshakemsgsizelimit,
  1103. sslcrltoobig,
  1104. childcommsfail,
  1105. sslrehandshakemininterval,
  1106. samlresponsevalidationfailure,
  1107. samlresponseparsefailure,
  1108. samlrelaystateinvalid,
  1109. samlsigverificationfailure,
  1110. samlnouserinresponse,
  1111. samlauthnrequestfailure,
  1112. samlauthnrequestcompressionfailure,
  1113. samlrelaystateencryptfailure,
  1114. samlrelaystatedecryptfailure,
  1115. samlcookieencryptfailure,
  1116. samlcookiedecryptfailure,
  1117. datalocalstorefull,
  1118. fipsfailinit,
  1119. fipsfailops,
  1120. ocspstaplingfail,
  1121. ocspstaplingnomem,
  1122. ocspstaplingrevoked,
  1123. ocspstaplingunknown,
  1124. ocspstaplingunrevoked,
  1125. flipperraiseremotedropped,
  1126. autofailbacktimerstarted,
  1127. autofailbacktimerstopped,
  1128. autofailbackafterdelay,
  1129. autofailbacktimercancelled,
  1130. autoscalingresuscitatepool,
  1131. license-rejected-unauthorized-ts,
  1132. license-authorized-ts,
  1133. license-rejected-authorized-ts,
  1134. license-timedout-authorized-ts,
  1135. license-timedout-unauthorized-ts,
  1136. license-graceperiodexpired-ts,
  1137. license-explicitlydisabled-ts,
  1138. numnodes-exceeded,
  1139. numpools-exceeded,
  1140. numlocations-exceeded,
  1141. numtipg-exceeded,
  1142. zxtmhighload,
  1143. clocknotmonotonic,
  1144. clockjump,
  1145. pingsendfail,
  1146. autonodenopublicip,
  1147. discopluginstartfail,
  1148. discopluginstartsuccess,
  1149. discoplugininvalid,
  1150. discopluginfailed,
  1151. routingswoperational,
  1152. routingswfailurelimitreached,
  1153. routingswfailed,
  1154. routingswstartfailed,
  1155. appfirewallcontrolstarted,
  1156. appfirewallcontrolstopped,
  1157. appfirewallcontrolrestarted,
  1158. appfirewallcontroltimeout,
  1159. appfirewallcontrolerror,
  1160. ospfneighborsok,
  1161. ospfneighborsdegraded,
  1162. ospfneighborsfailed,
  1163. bgpneighborsok,
  1164. bgpneighborsdegraded,
  1165. bgpneighborsfailed,
  1166. bgpnoneighbors,
  1167. dnssecexpired,
  1168. dnssecexpires,
  1169. glbactivedcmismatch,
  1170. locationdraining,
  1171. locationnotdraining,
  1172. locationdisabled,
  1173. locationenabled,
  1174. locationunavailable,
  1175. locationavailable,
  1176. glbmanualfailback,
  1177. nodedrainingtodelete,
  1178. nodedrainingtodeletetimeout,
  1179. zxtmcpustarvation,
  1180. analyticsexportlicenseenabled,
  1181. analyticsexportlicensedisabled,
  1182. sslticketencryptionkeyunavailable,
  1183. idpcertexpired,
  1184. idpcerttoexpire,
  1185. logdiskrecovered,
  1186. analyticsconnected,
  1187. analyticsconnectionerror,
  1188. analyticsdisconnected,
  1189. webcachelicensenewmax,
  1190. watchdog,
  1191. commchanneldied,
  1192. commchannelstartfail,
  1193. commchannelterminatefail
  1194.    }
  1195.    STATUS current
  1196.    DESCRIPTION "Notification group"
  1197.    ::= { conformanceGroups 4 }
  1198.  
  1199. obsoleteNotificationGroup NOTIFICATION-GROUP
  1200.    NOTIFICATIONS {
  1201. ec2vpceipassocerr,
  1202. ec2vpciderr,
  1203. rebootrequired,
  1204. dnszoneparsechild,
  1205. usingdevlicense
  1206.    }
  1207.    STATUS obsolete
  1208.    DESCRIPTION "Obsolete notification group"
  1209.    ::= { conformanceGroups 5 }
  1210.  
  1211. deprecatedNotificationGroup NOTIFICATION-GROUP
  1212.    NOTIFICATIONS {
  1213. hardware,
  1214. childhung,
  1215. childkilled
  1216.    }
  1217.    STATUS deprecated
  1218.    DESCRIPTION "Deprecated notification group"
  1219.    ::= { conformanceGroups 6 }
  1220.  
  1221. compliance MODULE-COMPLIANCE
  1222.    STATUS current
  1223.    DESCRIPTION "Compliance statement"
  1224.    MODULE ZXTM-MIB-SMIv2
  1225.    MANDATORY-GROUPS { mainGroup, notificationGroup }
  1226.    ::= { complianceStatements 1 }
  1227.  
  1228. deprecatedCompliance MODULE-COMPLIANCE
  1229.    STATUS obsolete
  1230.    DESCRIPTION "Compliance statement"
  1231.    MODULE ZXTM-MIB-SMIv2
  1232.    MANDATORY-GROUPS { deprecatedGroup, deprecatedNotificationGroup }
  1233.    ::= { complianceStatements 2 }
  1234.  
  1235. obsoleteCompliance MODULE-COMPLIANCE
  1236.    STATUS obsolete
  1237.    DESCRIPTION "Compliance statement"
  1238.    MODULE ZXTM-MIB-SMIv2
  1239.    MANDATORY-GROUPS { obsoleteGroup, obsoleteNotificationGroup }
  1240.    ::= { complianceStatements 3 }
  1241.  
  1242. --=============================================================================
  1243. -- MIB for ZXTM
  1244. --=============================================================================
  1245.  
  1246. -- Root OID: .1.3.6.1.4.1.7146.1.2
  1247.  
  1248. --=============================================================================
  1249. -- Globals
  1250. --=============================================================================
  1251.  
  1252. --------------------------
  1253. -- Info
  1254. --------------------------
  1255.  
  1256. version OBJECT-TYPE
  1257.    SYNTAX DisplayString (SIZE (0..255))
  1258.    MAX-ACCESS read-only
  1259.    STATUS current
  1260.    DESCRIPTION
  1261.       "The Pulse Secure Virtual Traffic Manager version."
  1262.    ::= { globals 1 }
  1263.  
  1264. numberChildProcesses OBJECT-TYPE
  1265.    SYNTAX Integer32
  1266.    MAX-ACCESS read-only
  1267.    STATUS current
  1268.    DESCRIPTION
  1269.       "The number of traffic manager child processes."
  1270.    ::= { globals 2 }
  1271.  
  1272. upTime OBJECT-TYPE
  1273.    SYNTAX TimeTicks
  1274.    MAX-ACCESS read-only
  1275.    STATUS current
  1276.    DESCRIPTION
  1277.       "The time (in hundredths of a second) that vTM software has been
  1278.        operational for (this value will wrap if it has been running for more
  1279.        than 497 days)."
  1280.    ::= { globals 3 }
  1281.  
  1282. timeLastConfigUpdate OBJECT-TYPE
  1283.    SYNTAX TimeTicks
  1284.    MAX-ACCESS read-only
  1285.    STATUS current
  1286.    DESCRIPTION
  1287.       "The time (in hundredths of a second) since the configuration of
  1288.        traffic manager was updated (this value will wrap if no
  1289.        configuration changes are made for 497 days)."
  1290.    ::= { globals 4 }
  1291.  
  1292. --------------------------
  1293. -- Traffic
  1294. --------------------------
  1295. totalBytesIn OBJECT-TYPE
  1296.    SYNTAX Counter64
  1297.    MAX-ACCESS read-only
  1298.    STATUS current
  1299.    DESCRIPTION
  1300.       "Bytes received by the traffic manager from clients."
  1301.    ::= { globals 64 }
  1302.  
  1303. totalBytesInLo OBJECT-TYPE
  1304.    SYNTAX Counter32
  1305.    MAX-ACCESS read-only
  1306.    STATUS obsolete
  1307.    DESCRIPTION
  1308.       "Bytes received by the traffic manager from clients ( low 32bits )."
  1309.    ::= { globals 5 }
  1310.  
  1311. totalBytesInHi OBJECT-TYPE
  1312.    SYNTAX Counter32
  1313.    MAX-ACCESS read-only
  1314.    STATUS obsolete
  1315.    DESCRIPTION
  1316.       "Bytes received by the traffic manager from clients ( high 32bits )."
  1317.    ::= { globals 6 }
  1318.  
  1319. totalBytesOut OBJECT-TYPE
  1320.    SYNTAX Counter64
  1321.    MAX-ACCESS read-only
  1322.    STATUS current
  1323.    DESCRIPTION
  1324.       "Bytes sent by the traffic manager to clients."
  1325.    ::= { globals 65 }
  1326.  
  1327. totalBytesOutLo OBJECT-TYPE
  1328.    SYNTAX Counter32
  1329.    MAX-ACCESS read-only
  1330.    STATUS obsolete
  1331.    DESCRIPTION
  1332.       "Bytes sent by the traffic manager to clients ( low 32bits )."
  1333.    ::= { globals 7 }
  1334.  
  1335. totalBytesOutHi OBJECT-TYPE
  1336.    SYNTAX Counter32
  1337.    MAX-ACCESS read-only
  1338.    STATUS obsolete
  1339.    DESCRIPTION
  1340.       "Bytes sent by the traffic manager to clients ( high 32bits )."
  1341.    ::= { globals 8 }
  1342.  
  1343. totalCurrentConn OBJECT-TYPE
  1344.    SYNTAX Gauge32
  1345.    MAX-ACCESS read-only
  1346.    STATUS current
  1347.    DESCRIPTION
  1348.       "Number of TCP connections currently established."
  1349.    ::= { globals 9 }
  1350.  
  1351. totalConn OBJECT-TYPE
  1352.    SYNTAX Counter32
  1353.    MAX-ACCESS read-only
  1354.    STATUS current
  1355.    DESCRIPTION
  1356.       "Total number of TCP connections received."
  1357.    ::= { globals 10 }
  1358.  
  1359. totalRequests OBJECT-TYPE
  1360.    SYNTAX Counter32
  1361.    MAX-ACCESS read-only
  1362.    STATUS current
  1363.    DESCRIPTION
  1364.       "Total number of TCP requests received."
  1365.    ::= { globals 127 }
  1366.  
  1367. totalTransactions OBJECT-TYPE
  1368.    SYNTAX Counter32
  1369.    MAX-ACCESS read-only
  1370.    STATUS current
  1371.    DESCRIPTION
  1372.       "Total number of TCP requests being processed, after applying TPS limits."
  1373.    ::= { globals 128 }
  1374.  
  1375. hourlyPeakBytesInPerSecond OBJECT-TYPE
  1376.    SYNTAX Gauge32
  1377.    MAX-ACCESS read-only
  1378.    STATUS deprecated
  1379.    DESCRIPTION
  1380.       "The peak bytes received from clients per second in the last hour."
  1381.    ::= { globals 129 }
  1382.  
  1383. hourlyPeakBytesOutPerSecond OBJECT-TYPE
  1384.    SYNTAX Gauge32
  1385.    MAX-ACCESS read-only
  1386.    STATUS deprecated
  1387.    DESCRIPTION
  1388.       "The peak bytes sent to clients per second in the last hour."
  1389.    ::= { globals 130 }
  1390.  
  1391. hourlyPeakRequestsPerSecond OBJECT-TYPE
  1392.    SYNTAX Gauge32
  1393.    MAX-ACCESS read-only
  1394.    STATUS deprecated
  1395.    DESCRIPTION
  1396.       "The peak requests per second in the last hour."
  1397.    ::= { globals 131 }
  1398.  
  1399. hourlyPeakSSLConnectionsPerSecond OBJECT-TYPE
  1400.    SYNTAX Gauge32
  1401.    MAX-ACCESS read-only
  1402.    STATUS deprecated
  1403.    DESCRIPTION
  1404.       "The peak ssl connections per second in the last hour."
  1405.    ::= { globals 132 }
  1406.  
  1407.  
  1408. --------------------------
  1409. -- DNS
  1410. --------------------------
  1411. numberDNSARequests OBJECT-TYPE
  1412.    SYNTAX Counter32
  1413.    MAX-ACCESS read-only
  1414.    STATUS current
  1415.    DESCRIPTION
  1416.       "Requests for DNS A records (hostname->IP address) made by the traffic manager."
  1417.    ::= { globals 11 }
  1418.  
  1419. numberDNSACacheHits OBJECT-TYPE
  1420.    SYNTAX Counter32
  1421.    MAX-ACCESS read-only
  1422.    STATUS current
  1423.    DESCRIPTION
  1424.       "Requests for DNS A records resolved from the traffic manager's local cache."
  1425.    ::= { globals 12 }
  1426.  
  1427. numberDNSPTRRequests OBJECT-TYPE
  1428.    SYNTAX Counter32
  1429.    MAX-ACCESS read-only
  1430.    STATUS current
  1431.    DESCRIPTION
  1432.       "Requests for DNS PTR records (IP address->hostname) made by the traffic manager."
  1433.    ::= { globals 13 }
  1434.  
  1435. numberDNSPTRCacheHits OBJECT-TYPE
  1436.    SYNTAX Counter32
  1437.    MAX-ACCESS read-only
  1438.    STATUS current
  1439.    DESCRIPTION
  1440.       "Requests for DNS PTR records resolved from the traffic manager's local cache."
  1441.    ::= { globals 14 }
  1442.  
  1443.  
  1444. --------------------------
  1445. -- SNMP
  1446. --------------------------
  1447.  
  1448. numberSNMPUnauthorisedRequests OBJECT-TYPE
  1449.    SYNTAX Counter32
  1450.    MAX-ACCESS read-only
  1451.    STATUS current
  1452.    DESCRIPTION
  1453.       "SNMP requests dropped due to access restrictions."
  1454.    ::= { globals 15 }
  1455.  
  1456. numberSNMPBadRequests OBJECT-TYPE
  1457.    SYNTAX Counter32
  1458.    MAX-ACCESS read-only
  1459.    STATUS current
  1460.    DESCRIPTION
  1461.       "Malformed SNMP requests received."
  1462.    ::= { globals 16 }
  1463.  
  1464. numberSNMPGetRequests OBJECT-TYPE
  1465.    SYNTAX Counter32
  1466.    MAX-ACCESS read-only
  1467.    STATUS current
  1468.    DESCRIPTION
  1469.       "SNMP GetRequests received."
  1470.    ::= { globals 17 }
  1471.  
  1472. numberSNMPGetNextRequests OBJECT-TYPE
  1473.    SYNTAX Counter32
  1474.    MAX-ACCESS read-only
  1475.    STATUS current
  1476.    DESCRIPTION
  1477.       "SNMP GetNextRequests received."
  1478.    ::= { globals 18 }
  1479.  
  1480. numberSNMPGetBulkRequests OBJECT-TYPE
  1481.    SYNTAX Counter32
  1482.    MAX-ACCESS read-only
  1483.    STATUS current
  1484.    DESCRIPTION
  1485.       "SNMP GetBulkRequests received."
  1486.    ::= { globals 66 }
  1487.  
  1488.  
  1489. --------------------------
  1490. -- SSL
  1491. --------------------------
  1492.  
  1493. sslCipherEncrypts OBJECT-TYPE
  1494.    SYNTAX Counter32
  1495.    MAX-ACCESS read-only
  1496.    STATUS current
  1497.    DESCRIPTION
  1498.        "Bytes encrypted with a symmetric cipher."
  1499.    ::= { globals 19 }
  1500.  
  1501. sslCipherDecrypts OBJECT-TYPE
  1502.    SYNTAX Counter32
  1503.    MAX-ACCESS read-only
  1504.    STATUS current
  1505.    DESCRIPTION
  1506.        "Bytes decrypted with a symmetric cipher."
  1507.    ::= { globals 20 }
  1508.  
  1509.  
  1510. sslCipherRC4Encrypts OBJECT-TYPE
  1511.    SYNTAX Counter32
  1512.    MAX-ACCESS read-only
  1513.    STATUS current
  1514.    DESCRIPTION
  1515.       "Bytes encrypted with RC4."
  1516.    ::= { globals 21 }
  1517.  
  1518. sslCipherRC4Decrypts OBJECT-TYPE
  1519.    SYNTAX Counter32
  1520.    MAX-ACCESS read-only
  1521.    STATUS current
  1522.    DESCRIPTION
  1523.       "Bytes decrypted with RC4."
  1524.    ::= { globals 22 }
  1525.  
  1526. sslCipherDESEncrypts OBJECT-TYPE
  1527.    SYNTAX Counter32
  1528.    MAX-ACCESS read-only
  1529.    STATUS current
  1530.    DESCRIPTION
  1531.       "Bytes encrypted with DES."
  1532.    ::= { globals 23 }
  1533.  
  1534. sslCipherDESDecrypts OBJECT-TYPE
  1535.    SYNTAX Counter32
  1536.    MAX-ACCESS read-only
  1537.    STATUS current
  1538.    DESCRIPTION
  1539.       "Bytes decrypted with DES."
  1540.    ::= { globals 24 }
  1541.  
  1542. sslCipher3DESEncrypts OBJECT-TYPE
  1543.    SYNTAX Counter32
  1544.    MAX-ACCESS read-only
  1545.    STATUS current
  1546.    DESCRIPTION
  1547.       "Bytes encrypted with 3DES."
  1548.    ::= { globals 25 }
  1549.  
  1550. sslCipher3DESDecrypts OBJECT-TYPE
  1551.    SYNTAX Counter32
  1552.    MAX-ACCESS read-only
  1553.    STATUS current
  1554.    DESCRIPTION
  1555.       "Bytes decrypted with 3DES."
  1556.    ::= { globals 26 }
  1557.  
  1558. sslCipherAESEncrypts OBJECT-TYPE
  1559.    SYNTAX Counter32
  1560.    MAX-ACCESS read-only
  1561.    STATUS current
  1562.    DESCRIPTION
  1563.       "Bytes encrypted with AES."
  1564.    ::= { globals 27 }
  1565.  
  1566. sslCipherAESDecrypts OBJECT-TYPE
  1567.    SYNTAX Counter32
  1568.    MAX-ACCESS read-only
  1569.    STATUS current
  1570.    DESCRIPTION
  1571.       "Bytes decrypted with AES."
  1572.    ::= { globals 28 }
  1573.  
  1574. sslCipherRSAEncrypts OBJECT-TYPE
  1575.    SYNTAX Counter32
  1576.    MAX-ACCESS read-only
  1577.    STATUS current
  1578.    DESCRIPTION
  1579.       "Number of RSA encrypts."
  1580.    ::= { globals 29 }
  1581.  
  1582. sslCipherRSADecrypts OBJECT-TYPE
  1583.    SYNTAX Counter32
  1584.    MAX-ACCESS read-only
  1585.    STATUS current
  1586.    DESCRIPTION
  1587.       "Number of RSA decrypts."
  1588.    ::= { globals 30 }
  1589.  
  1590. sslCipherRSADecryptsExternal OBJECT-TYPE
  1591.    SYNTAX Counter32
  1592.    MAX-ACCESS read-only
  1593.    STATUS current
  1594.    DESCRIPTION
  1595.       "Number of external RSA decrypts."
  1596.    ::= { globals 31 }
  1597.  
  1598. sslHandshakeSSLv2 OBJECT-TYPE
  1599.    SYNTAX Counter32
  1600.    MAX-ACCESS read-only
  1601.    STATUS obsolete
  1602.    DESCRIPTION
  1603.       "Number of SSLv2 handshakes."
  1604.    ::= { globals 32 }
  1605.  
  1606. sslHandshakeSSLv3 OBJECT-TYPE
  1607.    SYNTAX Counter32
  1608.    MAX-ACCESS read-only
  1609.    STATUS current
  1610.    DESCRIPTION
  1611.       "Number of SSLv3 handshakes."
  1612.    ::= { globals 33 }
  1613.  
  1614.  
  1615. sslHandshakeTLSv1 OBJECT-TYPE
  1616.    SYNTAX Counter32
  1617.    MAX-ACCESS read-only
  1618.    STATUS current
  1619.    DESCRIPTION
  1620.       "Number of TLSv1.0 handshakes."
  1621.    ::= { globals 34 }
  1622.  
  1623.  
  1624. sslClientCertNotSent OBJECT-TYPE
  1625.    SYNTAX Counter32
  1626.    MAX-ACCESS read-only
  1627.    STATUS current
  1628.    DESCRIPTION
  1629.       "Number of times a client certificate was required but not supplied."
  1630.    ::= { globals 35 }
  1631.  
  1632. sslClientCertInvalid OBJECT-TYPE
  1633.    SYNTAX Counter32
  1634.    MAX-ACCESS read-only
  1635.    STATUS current
  1636.    DESCRIPTION
  1637.       "Number of times a client certificate was invalid."
  1638.    ::= { globals 36 }
  1639.  
  1640.  
  1641. sslClientCertExpired OBJECT-TYPE
  1642.    SYNTAX Counter32
  1643.    MAX-ACCESS read-only
  1644.    STATUS current
  1645.    DESCRIPTION
  1646.       "Number of times a client certificate has expired."
  1647.    ::= { globals 37 }
  1648.  
  1649. sslClientCertRevoked OBJECT-TYPE
  1650.    SYNTAX Counter32
  1651.    MAX-ACCESS read-only
  1652.    STATUS current
  1653.    DESCRIPTION
  1654.       "Number of times a client certificate was revoked."
  1655.    ::= { globals 38 }
  1656.  
  1657.  
  1658. sslSessionIDMemCacheHit OBJECT-TYPE
  1659.    SYNTAX Counter32
  1660.    MAX-ACCESS read-only
  1661.    STATUS current
  1662.    DESCRIPTION
  1663.       "Number of times the SSL session id was found in the cache and reused."
  1664.    ::= { globals 39 }
  1665.  
  1666. sslSessionIDMemCacheMiss OBJECT-TYPE
  1667.    SYNTAX Counter32
  1668.    MAX-ACCESS read-only
  1669.    STATUS current
  1670.    DESCRIPTION
  1671.       "Number of times the SSL session id was not found in the cache."
  1672.    ::= { globals 40 }
  1673.  
  1674. sslSessionIDDiskCacheHit OBJECT-TYPE
  1675.    SYNTAX Counter32
  1676.    MAX-ACCESS read-only
  1677.    STATUS obsolete
  1678.    DESCRIPTION
  1679.       "Number of times the SSL session id was found in the disk cache and reused."
  1680.    ::= { globals 41 }
  1681.  
  1682. sslSessionIDDiskCacheMiss OBJECT-TYPE
  1683.    SYNTAX Counter32
  1684.    MAX-ACCESS read-only
  1685.    STATUS obsolete
  1686.    DESCRIPTION
  1687.       "Number of times the SSL session id was not found in the disk cache."
  1688.    ::= { globals 42 }
  1689.  
  1690. sslHandshakeTLSv11 OBJECT-TYPE
  1691.    SYNTAX Counter32
  1692.    MAX-ACCESS read-only
  1693.    STATUS current
  1694.    DESCRIPTION
  1695.       "Number of TLSv1.1 handshakes."
  1696.    ::= { globals 43 }
  1697.  
  1698. sslConnections OBJECT-TYPE
  1699.    SYNTAX Counter32
  1700.    MAX-ACCESS read-only
  1701.    STATUS current
  1702.    DESCRIPTION
  1703.       "Number of SSL connections negotiated."
  1704.    ::= { globals 44 }
  1705.  
  1706. sslCipherRSAEncryptsExternal OBJECT-TYPE
  1707.    SYNTAX Counter32
  1708.    MAX-ACCESS read-only
  1709.    STATUS current
  1710.    DESCRIPTION
  1711.       "Number of external RSA encrypts."
  1712.    ::= { globals 57 }
  1713.  
  1714. sslCipherDSASigns OBJECT-TYPE
  1715.    SYNTAX Counter32
  1716.    MAX-ACCESS read-only
  1717.    STATUS current
  1718.    DESCRIPTION
  1719.       "Number of DSA signing operations."
  1720.    ::= { globals 67 }
  1721.  
  1722. sslCipherDSAVerifies OBJECT-TYPE
  1723.    SYNTAX Counter32
  1724.    MAX-ACCESS read-only
  1725.    STATUS current
  1726.    DESCRIPTION
  1727.       "Number of DSA verifications."
  1728.    ::= { globals 68 }
  1729.  
  1730. sslHandshakeTLSv12 OBJECT-TYPE
  1731.    SYNTAX Counter32
  1732.    MAX-ACCESS read-only
  1733.    STATUS current
  1734.    DESCRIPTION
  1735.       "Number of TLSv1.2 handshakes."
  1736.    ::= { globals 69 }
  1737.  
  1738. sslCipherDHGenerates OBJECT-TYPE
  1739.    SYNTAX Counter32
  1740.    MAX-ACCESS read-only
  1741.    STATUS current
  1742.    DESCRIPTION
  1743.       "Number of Diffie Hellman keys generated."
  1744.    ::= { globals 70 }
  1745.  
  1746. sslCipherDHAgreements OBJECT-TYPE
  1747.    SYNTAX Counter32
  1748.    MAX-ACCESS read-only
  1749.    STATUS current
  1750.    DESCRIPTION
  1751.       "Number of Diffie Hellman key agreements."
  1752.    ::= { globals 71 }
  1753.  
  1754.  
  1755. sslCipherAESGCMEncrypts OBJECT-TYPE
  1756.    SYNTAX Counter32
  1757.    MAX-ACCESS read-only
  1758.    STATUS current
  1759.    DESCRIPTION
  1760.       "Bytes encrypted with AES-GCM."
  1761.    ::= { globals 72 }
  1762.  
  1763. sslCipherAESGCMDecrypts OBJECT-TYPE
  1764.    SYNTAX Counter32
  1765.    MAX-ACCESS read-only
  1766.    STATUS current
  1767.    DESCRIPTION
  1768.       "Bytes decrypted with AES-GCM."
  1769.    ::= { globals 73 }
  1770.  
  1771. sslCipherECDHGenerates OBJECT-TYPE
  1772.    SYNTAX Counter32
  1773.    MAX-ACCESS read-only
  1774.    STATUS current
  1775.    DESCRIPTION
  1776.       "Number of Elliptic Curve Diffie Hellman keys generated."
  1777.    ::= { globals 74 }
  1778.  
  1779. sslCipherECDHAgreements OBJECT-TYPE
  1780.    SYNTAX Counter32
  1781.    MAX-ACCESS read-only
  1782.    STATUS current
  1783.    DESCRIPTION
  1784.       "Number of Elliptic Curve Diffie Hellman key agreements."
  1785.    ::= { globals 75 }
  1786.  
  1787. sslCipherECDSASigns OBJECT-TYPE
  1788.    SYNTAX Counter32
  1789.    MAX-ACCESS read-only
  1790.    STATUS current
  1791.    DESCRIPTION
  1792.       "Number of ECDSA signing operations."
  1793.    ::= { globals 76 }
  1794.  
  1795. sslCipherECDSAVerifies OBJECT-TYPE
  1796.    SYNTAX Counter32
  1797.    MAX-ACCESS read-only
  1798.    STATUS current
  1799.    DESCRIPTION
  1800.       "Number of ECDSA verifications."
  1801.    ::= { globals 77 }
  1802.  
  1803. sslHandshakeTLSv13 OBJECT-TYPE
  1804.    SYNTAX Counter32
  1805.    MAX-ACCESS read-only
  1806.    STATUS current
  1807.    DESCRIPTION
  1808.       "Number of TLSv1.3 handshakes."
  1809.    ::= { globals 81 }
  1810.  
  1811. --=============================================================================
  1812. -- System counters
  1813. --=============================================================================
  1814.  
  1815. sysCPUIdlePercent OBJECT-TYPE
  1816.    SYNTAX Gauge32
  1817.    MAX-ACCESS read-only
  1818.    STATUS current
  1819.    DESCRIPTION
  1820.       "Percentage of time that the CPUs are idle."
  1821.    ::= { globals 45 }
  1822.  
  1823. sysCPUBusyPercent OBJECT-TYPE
  1824.    SYNTAX Gauge32
  1825.    MAX-ACCESS read-only
  1826.    STATUS current
  1827.    DESCRIPTION
  1828.       "Percentage of time that the CPUs are busy."
  1829.    ::= { globals 46 }
  1830.  
  1831. sysCPUUserBusyPercent OBJECT-TYPE
  1832.    SYNTAX Gauge32
  1833.    MAX-ACCESS read-only
  1834.    STATUS current
  1835.    DESCRIPTION
  1836.       "Percentage of time that the CPUs are busy running user-space code."
  1837.    ::= { globals 47 }
  1838.  
  1839. sysCPUSystemBusyPercent OBJECT-TYPE
  1840.    SYNTAX Gauge32
  1841.    MAX-ACCESS read-only
  1842.    STATUS current
  1843.    DESCRIPTION
  1844.       "Percentage of time that the CPUs are busy running system code."
  1845.    ::= { globals 48 }
  1846.  
  1847. sysFDsFree OBJECT-TYPE
  1848.    SYNTAX Gauge32
  1849.    MAX-ACCESS read-only
  1850.    STATUS current
  1851.    DESCRIPTION
  1852.       "Number of free file descriptors."
  1853.    ::= { globals 49 }
  1854.  
  1855. sysMemTotal OBJECT-TYPE
  1856.    SYNTAX Gauge32
  1857.    MAX-ACCESS read-only
  1858.    STATUS current
  1859.    DESCRIPTION
  1860.       "Total memory (MBytes)."
  1861.    ::= { globals 50 }
  1862.  
  1863. sysMemFree OBJECT-TYPE
  1864.    SYNTAX Gauge32
  1865.    MAX-ACCESS read-only
  1866.    STATUS current
  1867.    DESCRIPTION
  1868.       "Free memory (MBytes)."
  1869.    ::= { globals 51 }
  1870.  
  1871. sysMemInUse OBJECT-TYPE
  1872.    SYNTAX Gauge32
  1873.    MAX-ACCESS read-only
  1874.    STATUS current
  1875.    DESCRIPTION
  1876.       "Memory used (MBytes)."
  1877.    ::= { globals 52 }
  1878.  
  1879. sysMemBuffered OBJECT-TYPE
  1880.    SYNTAX Gauge32
  1881.    MAX-ACCESS read-only
  1882.    STATUS current
  1883.    DESCRIPTION
  1884.       "Buffer memory (MBytes)."
  1885.    ::= { globals 53 }
  1886.  
  1887. sysMemSwapped OBJECT-TYPE
  1888.    SYNTAX Gauge32
  1889.    MAX-ACCESS read-only
  1890.    STATUS current
  1891.    DESCRIPTION
  1892.       "Amount of swap space in use (MBytes)."
  1893.    ::= { globals 54 }
  1894.  
  1895. sysMemSwapTotal OBJECT-TYPE
  1896.    SYNTAX Gauge32
  1897.    MAX-ACCESS read-only
  1898.    STATUS current
  1899.    DESCRIPTION
  1900.       "Total swap space (MBytes)."
  1901.    ::= { globals 55 }
  1902.  
  1903. numIdleConnections OBJECT-TYPE
  1904.    SYNTAX Gauge32
  1905.    MAX-ACCESS read-only
  1906.    STATUS current
  1907.    DESCRIPTION
  1908.       "Total number of idle HTTP connections to all nodes (used for future HTTP requests)."
  1909.    ::= { globals 56 }
  1910.  
  1911. dataEntries OBJECT-TYPE
  1912.    SYNTAX Gauge32
  1913.    MAX-ACCESS read-only
  1914.    STATUS current
  1915.    DESCRIPTION
  1916.       "Number of entries in the TrafficScript data.get()/set() storage."
  1917.    ::= { globals 58 }
  1918.  
  1919. dataMemoryUsage OBJECT-TYPE
  1920.    SYNTAX Gauge32
  1921.    MAX-ACCESS read-only
  1922.    STATUS current
  1923.    DESCRIPTION
  1924.       "Number of bytes used in the TrafficScript data.get()/set() storage."
  1925.    ::= { globals 59 }
  1926.  
  1927. --=============================================================================
  1928. -- Events
  1929. --=============================================================================
  1930.  
  1931. eventsSeen OBJECT-TYPE
  1932.    SYNTAX Counter32
  1933.    MAX-ACCESS read-only
  1934.    STATUS current
  1935.    DESCRIPTION
  1936.       "Events seen by the traffic Manager's event handling process."
  1937.    ::= { globals 60 }
  1938.  
  1939. --=============================================================================
  1940. -- DNS
  1941. --=============================================================================
  1942.  
  1943. totalDNSResponses OBJECT-TYPE
  1944.    SYNTAX Counter32
  1945.    MAX-ACCESS read-only
  1946.    STATUS current
  1947.    DESCRIPTION
  1948.       "Total number of DNS response packets handled."
  1949.    ::= { globals 61 }
  1950.  
  1951. totalBadDNSPackets OBJECT-TYPE
  1952.    SYNTAX Counter32
  1953.    MAX-ACCESS read-only
  1954.    STATUS current
  1955.    DESCRIPTION
  1956.       "Total number of malformed DNS response packets encountered from the backend servers."
  1957.    ::= { globals 62 }
  1958.  
  1959. totalBackendServerErrors OBJECT-TYPE
  1960.    SYNTAX Counter32
  1961.    MAX-ACCESS read-only
  1962.    STATUS current
  1963.    DESCRIPTION
  1964.       "Total errors returned from the backend servers."
  1965.    ::= { globals 63 }
  1966.  
  1967. --=============================================================================
  1968. -- Analytics Export
  1969. --=============================================================================
  1970.  
  1971. analyticsTransactionsExported OBJECT-TYPE
  1972.    SYNTAX Counter32
  1973.    MAX-ACCESS read-only
  1974.    STATUS current
  1975.    DESCRIPTION
  1976.       "Count of transaction metadata records that have been exported"
  1977.    ::= { globals 78 }
  1978.  
  1979. analyticsTransactionsDropped OBJECT-TYPE
  1980.    SYNTAX Counter32
  1981.    MAX-ACCESS read-only
  1982.    STATUS current
  1983.    DESCRIPTION
  1984.       "Count of transaction metadata records that have been dropped"
  1985.    ::= { globals 79 }
  1986.  
  1987. analyticsTransactionsMemoryUsage OBJECT-TYPE
  1988.    SYNTAX Gauge32
  1989.    MAX-ACCESS read-only
  1990.    STATUS current
  1991.    DESCRIPTION
  1992.       "Number of bytes queued in the transaction export transmit buffers."
  1993.    ::= { globals 80 }
  1994.  
  1995. --=============================================================================
  1996. -- Virtual Servers
  1997. --=============================================================================
  1998.  
  1999. virtualserverNumber OBJECT-TYPE
  2000.    SYNTAX Integer32
  2001.    MAX-ACCESS read-only
  2002.    STATUS current
  2003.    DESCRIPTION
  2004.       "The number of virtual servers."
  2005.    ::= { virtualservers 1 }
  2006.  
  2007. --======================
  2008. -- Virtual Server Table
  2009. --======================
  2010. virtualserverTable OBJECT-TYPE
  2011.    SYNTAX SEQUENCE OF VirtualserverEntry
  2012.    MAX-ACCESS not-accessible
  2013.    STATUS current
  2014.    DESCRIPTION
  2015.       "This table gives information and statistics for the virtual
  2016.        servers the traffic manager is hosting."
  2017.    ::= { virtualservers 2 }
  2018.  
  2019. virtualserverEntry OBJECT-TYPE
  2020.    SYNTAX VirtualserverEntry
  2021.    MAX-ACCESS not-accessible
  2022.    STATUS current
  2023.    DESCRIPTION
  2024.       "This defines a row in the virtual servers table."
  2025.    INDEX { virtualserverName }
  2026.    ::= { virtualserverTable 1 }
  2027.  
  2028. VirtualserverEntry ::= SEQUENCE {
  2029.       virtualserverName    DisplayString,
  2030.       virtualserverPort    Integer32,
  2031.       virtualserverProtocol    Integer32,
  2032.       virtualserverDefaultTrafficPool     DisplayString,
  2033.       virtualserverBytesInLo        Counter32,
  2034.       virtualserverBytesInHi        Counter32,
  2035.       virtualserverBytesOutLo       Counter32,
  2036.       virtualserverBytesOutHi       Counter32,
  2037.       virtualserverCurrentConn      Gauge32,
  2038.       virtualserverMaxConn          Gauge32,
  2039.       virtualserverTotalConn        Counter32,
  2040.       virtualserverDiscard          Counter32,
  2041.       virtualserverDirectReplies    Counter32,
  2042.       virtualserverConnectTimedOut   Counter32,
  2043.       virtualserverDataTimedOut      Counter32,
  2044.       virtualserverKeepaliveTimedOut Counter32,
  2045.       virtualserverUdpTimedOut      Counter32,
  2046.       virtualserverTotalDgram       Counter32,
  2047.       virtualserverGzip             Counter32,
  2048.       virtualserverGzipBytesSavedLo Counter32,
  2049.       virtualserverGzipBytesSavedHi Counter32,
  2050.       virtualserverHttpRewriteLocation Counter32,
  2051.       virtualserverHttpRewriteCookie Counter32,
  2052.       virtualserverHttpCacheHits    Counter32,
  2053.       virtualserverHttpCacheLookups Counter32,
  2054.       virtualserverHttpCacheHitRate Gauge32,
  2055.       virtualserverSIPTotalCalls    Counter32,
  2056.       virtualserverSIPRejectedRequests Counter32,
  2057.       virtualserverConnectionErrors Counter32,
  2058.       virtualserverConnectionFailures Counter32,
  2059.       virtualserverBytesIn          Counter64,
  2060.       virtualserverBytesOut         Counter64,
  2061.       virtualserverGzipBytesSaved   Counter64,
  2062.       virtualserverCertStatusRequests Counter32,
  2063.       virtualserverCertStatusResponses Counter32,
  2064.       virtualserverMaxDurationTimedOut Counter32,
  2065.       virtualserverProcessingTimedOut Counter32,
  2066.       virtualserverTotalRequestsLo     Counter32,
  2067.       virtualserverTotalRequestsHi     Counter32,
  2068.       virtualserverTotalRequests       Counter64,
  2069.       virtualserverTotalHTTPRequestsLo Counter32,
  2070.       virtualserverTotalHTTPRequestsHi Counter32,
  2071.       virtualserverTotalHTTPRequests   Counter64,
  2072.       virtualserverTotalHTTP1RequestsLo Counter32,
  2073.       virtualserverTotalHTTP1RequestsHi Counter32,
  2074.       virtualserverTotalHTTP1Requests   Counter64,
  2075.       virtualserverTotalHTTP2RequestsLo Counter32,
  2076.       virtualserverTotalHTTP2RequestsHi Counter32,
  2077.       virtualserverTotalHTTP2Requests   Counter64,
  2078.       virtualserverPktsInLo        Counter32,
  2079.       virtualserverPktsInHi        Counter32,
  2080.       virtualserverPktsOutLo       Counter32,
  2081.       virtualserverPktsOutHi       Counter32,
  2082.       virtualserverPktsIn          Counter64,
  2083.       virtualserverPktsOut         Counter64,
  2084.       virtualserverL4TCPConnectResets  Counter32,
  2085.       virtualserverL4UDPUnreachables  Counter32,
  2086.       virtualserverBwLimitPktsDrop    Counter64,
  2087.       virtualserverBwLimitPktsDropLo  Counter32,
  2088.       virtualserverBwLimitPktsDropHi   Counter32,
  2089.       virtualserverBwLimitBytesDrop   Counter64,
  2090.       virtualserverBwLimitBytesDropLo  Counter32,
  2091.       virtualserverBwLimitBytesDropHi  Counter32,
  2092.       virtualserverSslNewSession           Counter64,
  2093.       virtualserverSslNewSessionLo         Counter32,
  2094.       virtualserverSslNewSessionHi         Counter32,
  2095.       virtualserverSslCacheLookup          Counter64,
  2096.       virtualserverSslCacheLookupLo        Counter32,
  2097.       virtualserverSslCacheLookupHi        Counter32,
  2098.       virtualserverSslCacheMiss            Counter64,
  2099.       virtualserverSslCacheMissLo          Counter32,
  2100.       virtualserverSslCacheMissHi          Counter32,
  2101.       virtualserverSslCacheRejected        Counter64,
  2102.       virtualserverSslCacheRejectedLo      Counter32,
  2103.       virtualserverSslCacheRejectedHi      Counter32,
  2104.       virtualserverSslCacheResumed         Counter64,
  2105.       virtualserverSslCacheResumedLo       Counter32,
  2106.       virtualserverSslCacheResumedHi       Counter32,
  2107.       virtualserverSslTicketReceived       Counter64,
  2108.       virtualserverSslTicketReceivedLo     Counter32,
  2109.       virtualserverSslTicketReceivedHi     Counter32,
  2110.       virtualserverSslTicketKeyNotFound    Counter64,
  2111.       virtualserverSslTicketKeyNotFoundLo  Counter32,
  2112.       virtualserverSslTicketKeyNotFoundHi  Counter32,
  2113.       virtualserverSslTicketExpired        Counter64,
  2114.       virtualserverSslTicketExpiredLo      Counter32,
  2115.       virtualserverSslTicketExpiredHi      Counter32,
  2116.       virtualserverSslTicketRejected       Counter64,
  2117.       virtualserverSslTicketRejectedLo     Counter32,
  2118.       virtualserverSslTicketRejectedHi     Counter32,
  2119.       virtualserverSslTicketResumed        Counter64,
  2120.       virtualserverSslTicketResumedLo      Counter32,
  2121.       virtualserverSslTicketResumedHi      Counter32,
  2122.       virtualserverSslTicketIssued         Counter64,
  2123.       virtualserverSslTicketIssuedLo       Counter32,
  2124.       virtualserverSslTicketIssuedHi       Counter32,
  2125.       virtualserverSslCacheSaved           Counter64,
  2126.       virtualserverSslCacheSavedLo         Counter32,
  2127.       virtualserverSslCacheSavedHi         Counter32,
  2128.       virtualserverSslHelloRetryRequested  Counter64,
  2129.       virtualserverSslHelloRetryRequestedLo Counter32,
  2130.       virtualserverSslHelloRetryRequestedHi Counter32,
  2131.       virtualserverAuthSessionsCreated         Counter64,
  2132.       virtualserverAuthSessionsCreatedLo       Counter32,
  2133.       virtualserverAuthSessionsCreatedHi       Counter32,
  2134.       virtualserverAuthSessionsUsed            Counter64,
  2135.       virtualserverAuthSessionsUsedLo          Counter32,
  2136.       virtualserverAuthSessionsUsedHi          Counter32,
  2137.       virtualserverAuthSessionsRejected        Counter64,
  2138.       virtualserverAuthSessionsRejectedLo      Counter32,
  2139.       virtualserverAuthSessionsRejectedHi      Counter32,
  2140.       virtualserverAuthSamlRedirects           Counter64,
  2141.       virtualserverAuthSamlRedirectsLo         Counter32,
  2142.       virtualserverAuthSamlRedirectsHi         Counter32,
  2143.       virtualserverAuthSamlResponses           Counter64,
  2144.       virtualserverAuthSamlResponsesLo         Counter32,
  2145.       virtualserverAuthSamlResponsesHi         Counter32,
  2146.       virtualserverAuthSamlResponsesAccepted   Counter64,
  2147.       virtualserverAuthSamlResponsesAcceptedLo Counter32,
  2148.       virtualserverAuthSamlResponsesAcceptedHi Counter32,
  2149.       virtualserverAuthSamlResponsesRejected   Counter64,
  2150.       virtualserverAuthSamlResponsesRejectedLo Counter32,
  2151.       virtualserverAuthSamlResponsesRejectedHi Counter32,
  2152.       virtualserverHTTP1xxResponses            Counter64,
  2153.       virtualserverHTTP1xxResponsesLo          Counter32,
  2154.       virtualserverHTTP1xxResponsesHi          Counter32,
  2155.       virtualserverHTTP2xxResponses            Counter64,
  2156.       virtualserverHTTP2xxResponsesLo          Counter32,
  2157.       virtualserverHTTP2xxResponsesHi          Counter32,
  2158.       virtualserverHTTP3xxResponses            Counter64,
  2159.       virtualserverHTTP3xxResponsesLo          Counter32,
  2160.       virtualserverHTTP3xxResponsesHi          Counter32,
  2161.       virtualserverHTTP4xxResponses            Counter64,
  2162.       virtualserverHTTP4xxResponsesLo          Counter32,
  2163.       virtualserverHTTP4xxResponsesHi          Counter32,
  2164.       virtualserverHTTP5xxResponses            Counter64,
  2165.       virtualserverHTTP5xxResponsesLo          Counter32,
  2166.       virtualserverHTTP5xxResponsesHi          Counter32,
  2167.       virtualserverHTTPGenerated2xxResponses   Counter64,
  2168.       virtualserverHTTPGenerated2xxResponsesLo Counter32,
  2169.       virtualserverHTTPGenerated2xxResponsesHi Counter32,
  2170.       virtualserverHTTPGenerated3xxResponses   Counter64,
  2171.       virtualserverHTTPGenerated3xxResponsesLo Counter32,
  2172.       virtualserverHTTPGenerated3xxResponsesHi Counter32,
  2173.       virtualserverHTTPGenerated4xxResponses   Counter64,
  2174.       virtualserverHTTPGenerated4xxResponsesLo Counter32,
  2175.       virtualserverHTTPGenerated4xxResponsesHi Counter32,
  2176.       virtualserverHTTPGenerated5xxResponses   Counter64,
  2177.       virtualserverHTTPGenerated5xxResponsesLo Counter32,
  2178.       virtualserverHTTPGenerated5xxResponsesHi Counter32,
  2179.       virtualserverHTTPCache2xxResponses       Counter64,
  2180.       virtualserverHTTPCache2xxResponsesLo     Counter32,
  2181.       virtualserverHTTPCache2xxResponsesHi     Counter32,
  2182.       virtualserverHTTPCache3xxResponses       Counter64,
  2183.       virtualserverHTTPCache3xxResponsesLo     Counter32,
  2184.       virtualserverHTTPCache3xxResponsesHi     Counter32,
  2185.       virtualserverHTTPCache4xxResponses       Counter64,
  2186.       virtualserverHTTPCache4xxResponsesLo     Counter32,
  2187.       virtualserverHTTPCache4xxResponsesHi     Counter32,
  2188.       virtualserverHTTPCache5xxResponses       Counter64,
  2189.       virtualserverHTTPCache5xxResponsesLo     Counter32,
  2190.       virtualserverHTTPCache5xxResponsesHi     Counter32,
  2191.       virtualserverHTTPServer1xxResponses      Counter64,
  2192.       virtualserverHTTPServer1xxResponsesLo    Counter32,
  2193.       virtualserverHTTPServer1xxResponsesHi    Counter32,
  2194.       virtualserverHTTPServer2xxResponses      Counter64,
  2195.       virtualserverHTTPServer2xxResponsesLo    Counter32,
  2196.       virtualserverHTTPServer2xxResponsesHi    Counter32,
  2197.       virtualserverHTTPServer3xxResponses      Counter64,
  2198.       virtualserverHTTPServer3xxResponsesLo    Counter32,
  2199.       virtualserverHTTPServer3xxResponsesHi    Counter32,
  2200.       virtualserverHTTPServer4xxResponses      Counter64,
  2201.       virtualserverHTTPServer4xxResponsesLo    Counter32,
  2202.       virtualserverHTTPServer4xxResponsesHi    Counter32,
  2203.       virtualserverHTTPServer5xxResponses      Counter64,
  2204.       virtualserverHTTPServer5xxResponsesLo    Counter32,
  2205.       virtualserverHTTPServer5xxResponsesHi    Counter32
  2206. }
  2207.  
  2208. virtualserverName OBJECT-TYPE
  2209.    SYNTAX DisplayString (SIZE (0..255))
  2210.    MAX-ACCESS read-only
  2211.    STATUS current
  2212.    DESCRIPTION
  2213.       "The name of the virtual server."
  2214.    ::= { virtualserverEntry 1 }
  2215.  
  2216. virtualserverPort OBJECT-TYPE
  2217.    SYNTAX Integer32 (0..65535)
  2218.    MAX-ACCESS read-only
  2219.    STATUS current
  2220.    DESCRIPTION
  2221.       "The port the virtual server listens on."
  2222.    ::= { virtualserverEntry 2 }
  2223.  
  2224. virtualserverProtocol OBJECT-TYPE
  2225.    SYNTAX INTEGER { http(1),
  2226.                     https(2),
  2227.                     ftp(3),
  2228.                     imaps(4),
  2229.                     imapv2(5),
  2230.                     imapv3(6),
  2231.                     imapv4(7),
  2232.                     pop3(8),
  2233.                     pop3s(9),
  2234.                     smtp(10),
  2235.                     ldap(11),
  2236.                     ldaps(12),
  2237.                     telnet(13),
  2238.                     sslforwarding(14),
  2239.                     udpstreaming(15),
  2240.                     udp(16),
  2241.                     dns(17),
  2242.                     genericserverfirst(18),
  2243.                     genericclientfirst(19),
  2244.                     dnstcp(20),
  2245.                     sipudp(21),
  2246.                     siptcp(22),
  2247.                     rtsp(23),
  2248.                     stream(24),
  2249.                     l4acceltcp(25),
  2250.                     l4acceludp(26),
  2251.                     l4accelgeneric(27),
  2252.                     l4accelstateless(28) }
  2253.    MAX-ACCESS read-only
  2254.    STATUS current
  2255.    DESCRIPTION
  2256.       "The protocol the virtual server is operating."
  2257.    ::= { virtualserverEntry 3 }
  2258.  
  2259. virtualserverDefaultTrafficPool OBJECT-TYPE
  2260.    SYNTAX DisplayString (SIZE (0..255))
  2261.    MAX-ACCESS read-only
  2262.    STATUS current
  2263.    DESCRIPTION
  2264.       "The virtual server's default pool."
  2265.    ::= { virtualserverEntry 4 }
  2266.  
  2267. virtualserverBytesInLo OBJECT-TYPE
  2268.    SYNTAX Counter32
  2269.    MAX-ACCESS read-only
  2270.    STATUS obsolete
  2271.    DESCRIPTION
  2272.       "Bytes received by this virtual server from clients ( low 32bits )."
  2273.    ::= { virtualserverEntry 5 }
  2274.  
  2275. virtualserverBytesInHi OBJECT-TYPE
  2276.    SYNTAX Counter32
  2277.    MAX-ACCESS read-only
  2278.    STATUS obsolete
  2279.    DESCRIPTION
  2280.       "Bytes received by this virtual server from clients ( high 32bits )."
  2281.    ::= { virtualserverEntry 6 }
  2282.  
  2283. virtualserverBytesOutLo OBJECT-TYPE
  2284.    SYNTAX Counter32
  2285.    MAX-ACCESS read-only
  2286.    STATUS obsolete
  2287.    DESCRIPTION
  2288.       "Bytes sent by this virtual server to clients ( low 32bits )."
  2289.    ::= { virtualserverEntry 7 }
  2290.  
  2291. virtualserverBytesOutHi OBJECT-TYPE
  2292.    SYNTAX Counter32
  2293.    MAX-ACCESS read-only
  2294.    STATUS obsolete
  2295.    DESCRIPTION
  2296.       "Bytes sent by this virtual server to clients ( high 32bits )."
  2297.    ::= { virtualserverEntry 8 }
  2298.  
  2299. virtualserverCurrentConn OBJECT-TYPE
  2300.    SYNTAX Gauge32
  2301.    MAX-ACCESS read-only
  2302.    STATUS current
  2303.    DESCRIPTION
  2304.       "TCP connections currently established to this virtual server."
  2305.    ::= { virtualserverEntry 9 }
  2306.  
  2307. virtualserverMaxConn OBJECT-TYPE
  2308.    SYNTAX Gauge32
  2309.    MAX-ACCESS read-only
  2310.    STATUS current
  2311.    DESCRIPTION
  2312.       "Maximum number of simultaneous TCP connections this virtual
  2313.       server has processed at any one time."
  2314.     ::= { virtualserverEntry 10 }
  2315.  
  2316. virtualserverTotalConn OBJECT-TYPE
  2317.    SYNTAX Counter32
  2318.    MAX-ACCESS read-only
  2319.    STATUS obsolete
  2320.    DESCRIPTION
  2321.       "Requests received by this virtual server."
  2322.    ::= { virtualserverEntry 11 }
  2323.  
  2324. virtualserverDiscard OBJECT-TYPE
  2325.    SYNTAX Counter32
  2326.    MAX-ACCESS read-only
  2327.    STATUS current
  2328.    DESCRIPTION
  2329.       "Connections discarded by this virtual server."
  2330.    ::= { virtualserverEntry 12 }
  2331.  
  2332. virtualserverDirectReplies OBJECT-TYPE
  2333.    SYNTAX Counter32
  2334.    MAX-ACCESS read-only
  2335.    STATUS current
  2336.    DESCRIPTION
  2337.       "Direct replies from this virtual server, without forwarding to a node."
  2338.    ::= { virtualserverEntry 13 }
  2339.  
  2340. virtualserverConnectTimedOut OBJECT-TYPE
  2341.    SYNTAX Counter32
  2342.    MAX-ACCESS read-only
  2343.    STATUS current
  2344.    DESCRIPTION
  2345.       "Connections closed by this virtual server because the 'connect_timeout'
  2346.       interval was exceeded."
  2347.    ::= { virtualserverEntry 14 }
  2348.  
  2349. virtualserverDataTimedOut OBJECT-TYPE
  2350.    SYNTAX Counter32
  2351.    MAX-ACCESS read-only
  2352.    STATUS current
  2353.    DESCRIPTION
  2354.       "Connections closed by this virtual server because the 'timeout'
  2355.       interval was exceeded."
  2356.    ::= { virtualserverEntry 15 }
  2357.  
  2358. virtualserverKeepaliveTimedOut OBJECT-TYPE
  2359.    SYNTAX Counter32
  2360.    MAX-ACCESS read-only
  2361.    STATUS current
  2362.    DESCRIPTION
  2363.       "Connections closed by this virtual server because the 'keepalive_timeout'
  2364.       interval was exceeded."
  2365.    ::= { virtualserverEntry 16 }
  2366.  
  2367. virtualserverUdpTimedOut OBJECT-TYPE
  2368.    SYNTAX Counter32
  2369.    MAX-ACCESS read-only
  2370.    STATUS current
  2371.    DESCRIPTION
  2372.       "Connections closed by this virtual server because the 'udp_timeout'
  2373.       interval was exceeded."
  2374.    ::= { virtualserverEntry 17 }
  2375.  
  2376. virtualserverTotalDgram OBJECT-TYPE
  2377.    SYNTAX Counter32
  2378.    MAX-ACCESS read-only
  2379.    STATUS current
  2380.    DESCRIPTION
  2381.       "UDP datagrams processed by this virtual server."
  2382.    ::= { virtualserverEntry 18 }
  2383.  
  2384. virtualserverGzip OBJECT-TYPE
  2385.    SYNTAX Counter32
  2386.    MAX-ACCESS read-only
  2387.    STATUS current
  2388.    DESCRIPTION
  2389.       "Responses which have been compressed by content compression."
  2390.    ::= { virtualserverEntry 19 }
  2391.  
  2392. virtualserverGzipBytesSavedLo OBJECT-TYPE
  2393.    SYNTAX Counter32
  2394.    MAX-ACCESS read-only
  2395.    STATUS obsolete
  2396.    DESCRIPTION
  2397.       "Bytes of network traffic saved by content compression ( low 32bits )."
  2398.    ::= { virtualserverEntry 20 }
  2399.  
  2400. virtualserverGzipBytesSavedHi OBJECT-TYPE
  2401.    SYNTAX Counter32
  2402.    MAX-ACCESS read-only
  2403.    STATUS obsolete
  2404.    DESCRIPTION
  2405.       "Bytes of network traffic saved by content compression ( high 32bits )."
  2406.    ::= { virtualserverEntry 21 }
  2407.  
  2408. virtualserverHttpRewriteLocation OBJECT-TYPE
  2409.    SYNTAX Counter32
  2410.    MAX-ACCESS read-only
  2411.    STATUS current
  2412.    DESCRIPTION
  2413.       "HTTP Location headers, supplied by a node, that have been rewritten."
  2414.    ::= { virtualserverEntry 22 }
  2415.  
  2416. virtualserverHttpRewriteCookie OBJECT-TYPE
  2417.    SYNTAX Counter32
  2418.    MAX-ACCESS read-only
  2419.    STATUS current
  2420.    DESCRIPTION
  2421.       "HTTP Set-Cookie headers, supplied by a node, that have been rewritten."
  2422.    ::= { virtualserverEntry 23 }
  2423.  
  2424. virtualserverHttpCacheHits OBJECT-TYPE
  2425.    SYNTAX Counter32
  2426.    MAX-ACCESS read-only
  2427.    STATUS current
  2428.    DESCRIPTION
  2429.       "HTTP responses sent directly from the web cache by this virtual server."
  2430.    ::= { virtualserverEntry 24 }
  2431.  
  2432. virtualserverHttpCacheLookups OBJECT-TYPE
  2433.    SYNTAX Counter32
  2434.    MAX-ACCESS read-only
  2435.    STATUS current
  2436.    DESCRIPTION
  2437.       "HTTP requests that are looked up in the web cache by this virtual server."
  2438.    ::= { virtualserverEntry 25 }
  2439.  
  2440. virtualserverHttpCacheHitRate OBJECT-TYPE
  2441.    SYNTAX Gauge32
  2442.    MAX-ACCESS read-only
  2443.    STATUS current
  2444.    DESCRIPTION
  2445.       "Percentage hit rate of the web cache for this virtual server."
  2446.    ::= { virtualserverEntry 26 }
  2447.  
  2448. virtualserverSIPTotalCalls OBJECT-TYPE
  2449.    SYNTAX Counter32
  2450.    MAX-ACCESS read-only
  2451.    STATUS current
  2452.    DESCRIPTION
  2453.       "Total number of SIP INVITE requests seen by this virtual server."
  2454.    ::= { virtualserverEntry 27 }
  2455.  
  2456. virtualserverSIPRejectedRequests OBJECT-TYPE
  2457.    SYNTAX Counter32
  2458.    MAX-ACCESS read-only
  2459.    STATUS current
  2460.    DESCRIPTION
  2461.       "Number of SIP requests rejected due to them exceeding the maximum amount of memory allocated to the connection."
  2462.    ::= { virtualserverEntry 28 }
  2463.  
  2464. virtualserverConnectionErrors OBJECT-TYPE
  2465.    SYNTAX Counter32
  2466.    MAX-ACCESS read-only
  2467.    STATUS current
  2468.    DESCRIPTION
  2469.       "Number of transaction or protocol errors in this virtual server."
  2470.    ::= { virtualserverEntry 29 }
  2471.  
  2472.  
  2473. virtualserverConnectionFailures OBJECT-TYPE
  2474.    SYNTAX Counter32
  2475.    MAX-ACCESS read-only
  2476.    STATUS current
  2477.    DESCRIPTION
  2478.       "Number of connection failures in this virtual server."
  2479.    ::= { virtualserverEntry 30 }
  2480.  
  2481. virtualserverBytesIn OBJECT-TYPE
  2482.    SYNTAX Counter64
  2483.    MAX-ACCESS read-only
  2484.    STATUS current
  2485.    DESCRIPTION
  2486.       "Bytes received by this virtual server from clients."
  2487.    ::= { virtualserverEntry 31 }
  2488.  
  2489. virtualserverBytesOut OBJECT-TYPE
  2490.    SYNTAX Counter64
  2491.    MAX-ACCESS read-only
  2492.    STATUS current
  2493.    DESCRIPTION
  2494.       "Bytes sent by this virtual server to clients."
  2495.    ::= { virtualserverEntry 32 }
  2496.  
  2497. virtualserverGzipBytesSaved OBJECT-TYPE
  2498.    SYNTAX Counter64
  2499.    MAX-ACCESS read-only
  2500.    STATUS current
  2501.    DESCRIPTION
  2502.       "Bytes of network traffic saved by content compression."
  2503.    ::= { virtualserverEntry 33 }
  2504.  
  2505. virtualserverCertStatusRequests OBJECT-TYPE
  2506.    SYNTAX Counter32
  2507.    MAX-ACCESS read-only
  2508.    STATUS current
  2509.    DESCRIPTION
  2510.       "Number of incoming TLS handshakes for this virtual server with certificate status requests."
  2511.    ::= { virtualserverEntry 34 }
  2512.  
  2513. virtualserverCertStatusResponses OBJECT-TYPE
  2514.    SYNTAX Counter32
  2515.    MAX-ACCESS read-only
  2516.    STATUS current
  2517.    DESCRIPTION
  2518.       "Number of incoming TLS handshakes for this virtual server to which certificate status responses were attached."
  2519.    ::= { virtualserverEntry 35 }
  2520.  
  2521. virtualserverMaxDurationTimedOut OBJECT-TYPE
  2522.    SYNTAX Counter32
  2523.    MAX-ACCESS read-only
  2524.    STATUS current
  2525.    DESCRIPTION
  2526.       "Connections closed by this virtual server because the
  2527.       'max_transaction_duration' interval was exceeded."
  2528.    ::= { virtualserverEntry 36 }
  2529.  
  2530. virtualserverProcessingTimedOut OBJECT-TYPE
  2531.    SYNTAX Counter32
  2532.    MAX-ACCESS read-only
  2533.    STATUS current
  2534.    DESCRIPTION
  2535.       "Connections closed by this virtual server because the 'timeout'
  2536.       interval was exceeded while waiting for rules or external processing."
  2537.    ::= { virtualserverEntry 37 }
  2538.  
  2539. virtualserverTotalRequestsLo OBJECT-TYPE
  2540.    SYNTAX Counter32
  2541.    MAX-ACCESS read-only
  2542.    STATUS obsolete
  2543.    DESCRIPTION
  2544.       "Requests received by this virtual server."
  2545.    ::= { virtualserverEntry 38 }
  2546.  
  2547. virtualserverTotalRequestsHi OBJECT-TYPE
  2548.    SYNTAX Counter32
  2549.    MAX-ACCESS read-only
  2550.    STATUS obsolete
  2551.    DESCRIPTION
  2552.       "Requests received by this virtual server."
  2553.    ::= { virtualserverEntry 39 }
  2554.  
  2555. virtualserverTotalRequests OBJECT-TYPE
  2556.    SYNTAX Counter64
  2557.    MAX-ACCESS read-only
  2558.    STATUS current
  2559.    DESCRIPTION
  2560.       "Requests received by this virtual server."
  2561.    ::= { virtualserverEntry 40 }
  2562.  
  2563. --=============================================================================
  2564. -- HTTP counters for all HTTP versions
  2565. --=============================================================================
  2566.  
  2567. virtualserverTotalHTTPRequestsLo OBJECT-TYPE
  2568.    SYNTAX Counter32
  2569.    MAX-ACCESS read-only
  2570.    STATUS obsolete
  2571.    DESCRIPTION
  2572.       "HTTP Requests received by this virtual server."
  2573.    ::= { virtualserverEntry 41 }
  2574.  
  2575. virtualserverTotalHTTPRequestsHi OBJECT-TYPE
  2576.    SYNTAX Counter32
  2577.    MAX-ACCESS read-only
  2578.    STATUS obsolete
  2579.    DESCRIPTION
  2580.       "HTTP Requests received by this virtual server."
  2581.    ::= { virtualserverEntry 42 }
  2582.  
  2583. virtualserverTotalHTTPRequests OBJECT-TYPE
  2584.    SYNTAX Counter64
  2585.    MAX-ACCESS read-only
  2586.    STATUS current
  2587.    DESCRIPTION
  2588.       "HTTP Requests received by this virtual server."
  2589.    ::= { virtualserverEntry 43 }
  2590.  
  2591.  
  2592. --=============================================================================
  2593. -- Per VirtualServer HTTP/1.x counters
  2594. --=============================================================================
  2595.  
  2596. virtualserverTotalHTTP1RequestsLo OBJECT-TYPE
  2597.    SYNTAX Counter32
  2598.    MAX-ACCESS read-only
  2599.    STATUS obsolete
  2600.    DESCRIPTION
  2601.       "HTTP/1.x Requests received by this virtual server."
  2602.    ::= { virtualserverEntry 44 }
  2603.  
  2604. virtualserverTotalHTTP1RequestsHi OBJECT-TYPE
  2605.    SYNTAX Counter32
  2606.    MAX-ACCESS read-only
  2607.    STATUS obsolete
  2608.    DESCRIPTION
  2609.       "HTTP/1.x Requests received by this virtual server."
  2610.    ::= { virtualserverEntry 45 }
  2611.  
  2612. virtualserverTotalHTTP1Requests OBJECT-TYPE
  2613.    SYNTAX Counter64
  2614.    MAX-ACCESS read-only
  2615.    STATUS current
  2616.    DESCRIPTION
  2617.       "HTTP/1.x Requests received by this virtual server."
  2618.    ::= { virtualserverEntry 46 }
  2619.  
  2620. --=============================================================================
  2621. -- Per VirtualServer HTTP/2 counters
  2622. --=============================================================================
  2623.  
  2624. virtualserverTotalHTTP2RequestsLo OBJECT-TYPE
  2625.    SYNTAX Counter32
  2626.    MAX-ACCESS read-only
  2627.    STATUS obsolete
  2628.    DESCRIPTION
  2629.       "HTTP/2 Requests received by this virtual server."
  2630.    ::= { virtualserverEntry 47 }
  2631.  
  2632. virtualserverTotalHTTP2RequestsHi OBJECT-TYPE
  2633.    SYNTAX Counter32
  2634.    MAX-ACCESS read-only
  2635.    STATUS obsolete
  2636.    DESCRIPTION
  2637.       "HTTP/2 Requests received by this virtual server."
  2638.    ::= { virtualserverEntry 48 }
  2639.  
  2640. virtualserverTotalHTTP2Requests OBJECT-TYPE
  2641.    SYNTAX Counter64
  2642.    MAX-ACCESS read-only
  2643.    STATUS current
  2644.    DESCRIPTION
  2645.       "HTTP/2 Requests received by this virtual server."
  2646.    ::= { virtualserverEntry 49 }
  2647.  
  2648. virtualserverPktsInLo OBJECT-TYPE
  2649.    SYNTAX Counter32
  2650.    MAX-ACCESS read-only
  2651.    STATUS obsolete
  2652.    DESCRIPTION
  2653.       "Packets received by this virtual server from clients ( low 32bits )."
  2654.    ::= { virtualserverEntry 50 }
  2655.  
  2656. virtualserverPktsInHi OBJECT-TYPE
  2657.    SYNTAX Counter32
  2658.    MAX-ACCESS read-only
  2659.    STATUS obsolete
  2660.    DESCRIPTION
  2661.       "Packets received by this virtual server from clients ( high 32bits )."
  2662.    ::= { virtualserverEntry 51 }
  2663.  
  2664. virtualserverPktsOutLo OBJECT-TYPE
  2665.    SYNTAX Counter32
  2666.    MAX-ACCESS read-only
  2667.    STATUS obsolete
  2668.    DESCRIPTION
  2669.       "Packets sent by this virtual server to clients ( low 32bits )."
  2670.    ::= { virtualserverEntry 52 }
  2671.  
  2672. virtualserverPktsOutHi OBJECT-TYPE
  2673.    SYNTAX Counter32
  2674.    MAX-ACCESS read-only
  2675.    STATUS obsolete
  2676.    DESCRIPTION
  2677.       "Packets sent by this virtual server to clients ( high 32bits )."
  2678.    ::= { virtualserverEntry 53 }
  2679.  
  2680. virtualserverPktsIn OBJECT-TYPE
  2681.    SYNTAX Counter64
  2682.    MAX-ACCESS read-only
  2683.    STATUS obsolete
  2684.    DESCRIPTION
  2685.       "Packets received by this virtual server from clients."
  2686.    ::= { virtualserverEntry 54 }
  2687.  
  2688. virtualserverPktsOut OBJECT-TYPE
  2689.    SYNTAX Counter64
  2690.    MAX-ACCESS read-only
  2691.    STATUS obsolete
  2692.    DESCRIPTION
  2693.       "Packets sent by this virtual server to clients."
  2694.    ::= { virtualserverEntry 55 }
  2695.  
  2696. virtualserverL4TCPConnectResets OBJECT-TYPE
  2697.    SYNTAX Counter32
  2698.    MAX-ACCESS read-only
  2699.    STATUS obsolete
  2700.    DESCRIPTION
  2701.       "Number of TCP connections reset by this virtual server because
  2702.        the forward traffic cannot be processed."
  2703.    ::= { virtualserverEntry 56 }
  2704.  
  2705. virtualserverL4UDPUnreachables OBJECT-TYPE
  2706.    SYNTAX Counter32
  2707.    MAX-ACCESS read-only
  2708.    STATUS obsolete
  2709.    DESCRIPTION
  2710.       "Number of ICMP error responses sent to the client by this virtual server
  2711.       because the forward traffic cannot be processed."
  2712.    ::= { virtualserverEntry 57 }
  2713.  
  2714. virtualserverBwLimitPktsDrop OBJECT-TYPE
  2715.    SYNTAX Counter64
  2716.    MAX-ACCESS read-only
  2717.    STATUS obsolete
  2718.    DESCRIPTION
  2719.       "Number of packets dropped by this virtual server due to BW Limits."
  2720.    ::= { virtualserverEntry 58 }
  2721.  
  2722. virtualserverBwLimitPktsDropLo OBJECT-TYPE
  2723.    SYNTAX Counter32
  2724.    MAX-ACCESS read-only
  2725.    STATUS obsolete
  2726.    DESCRIPTION
  2727.       "Number of packets dropped by this virtual server due to BW Limits ( low 32bits )."
  2728.    ::= { virtualserverEntry 59 }
  2729.  
  2730. virtualserverBwLimitPktsDropHi OBJECT-TYPE
  2731.    SYNTAX Counter32
  2732.    MAX-ACCESS read-only
  2733.    STATUS obsolete
  2734.    DESCRIPTION
  2735.       "Number of packets dropped by this virtual server due to BW Limits ( high 32bits )."
  2736.    ::= { virtualserverEntry 60 }
  2737.  
  2738. virtualserverBwLimitBytesDrop OBJECT-TYPE
  2739.    SYNTAX Counter64
  2740.    MAX-ACCESS read-only
  2741.    STATUS obsolete
  2742.    DESCRIPTION
  2743.       "Number of bytes dropped by this virtual server due to BW Limits."
  2744.    ::= { virtualserverEntry 61 }
  2745.  
  2746. virtualserverBwLimitBytesDropLo OBJECT-TYPE
  2747.    SYNTAX Counter32
  2748.    MAX-ACCESS read-only
  2749.    STATUS obsolete
  2750.    DESCRIPTION
  2751.       "Number of bytes dropped by this virtual server due to BW Limits ( low 32bits )."
  2752.    ::= { virtualserverEntry 62 }
  2753.  
  2754. virtualserverBwLimitBytesDropHi OBJECT-TYPE
  2755.    SYNTAX Counter32
  2756.    MAX-ACCESS read-only
  2757.    STATUS obsolete
  2758.    DESCRIPTION
  2759.       "Number of bytes dropped by this virtual server due to BW Limits ( high 32bits )."
  2760.    ::= { virtualserverEntry 63 }
  2761.  
  2762. virtualserverSslNewSession OBJECT-TYPE
  2763.    SYNTAX Counter64
  2764.    MAX-ACCESS read-only
  2765.    STATUS current
  2766.    DESCRIPTION
  2767.       "Number of times a new SSL session was created."
  2768.    ::= { virtualserverEntry 64 }
  2769.  
  2770. virtualserverSslNewSessionLo OBJECT-TYPE
  2771.    SYNTAX Counter32
  2772.    MAX-ACCESS read-only
  2773.    STATUS obsolete
  2774.    DESCRIPTION
  2775.       "Number of times a new SSL session was created ( low 32bits )."
  2776.    ::= { virtualserverEntry 65 }
  2777.  
  2778. virtualserverSslNewSessionHi OBJECT-TYPE
  2779.    SYNTAX Counter32
  2780.    MAX-ACCESS read-only
  2781.    STATUS obsolete
  2782.    DESCRIPTION
  2783.       "Number of times a new SSL session was created ( high 32bits )."
  2784.    ::= { virtualserverEntry 66 }
  2785.  
  2786. virtualserverSslCacheLookup OBJECT-TYPE
  2787.    SYNTAX Counter64
  2788.    MAX-ACCESS read-only
  2789.    STATUS current
  2790.    DESCRIPTION
  2791.       "Number of times a lookup for an existing SSL session was performed."
  2792.    ::= { virtualserverEntry 67 }
  2793.  
  2794. virtualserverSslCacheLookupLo OBJECT-TYPE
  2795.    SYNTAX Counter32
  2796.    MAX-ACCESS read-only
  2797.    STATUS obsolete
  2798.    DESCRIPTION
  2799.       "Number of times a lookup for an existing SSL session was performed ( low 32bits )."
  2800.    ::= { virtualserverEntry 68 }
  2801.  
  2802. virtualserverSslCacheLookupHi OBJECT-TYPE
  2803.    SYNTAX Counter32
  2804.    MAX-ACCESS read-only
  2805.    STATUS obsolete
  2806.    DESCRIPTION
  2807.       "Number of times a lookup for an existing SSL session was performed ( high 32bits )."
  2808.    ::= { virtualserverEntry 69 }
  2809.  
  2810. virtualserverSslCacheMiss OBJECT-TYPE
  2811.    SYNTAX Counter64
  2812.    MAX-ACCESS read-only
  2813.    STATUS current
  2814.    DESCRIPTION
  2815.       "Number of times a lookup failed to find an existing SSL session."
  2816.    ::= { virtualserverEntry 70 }
  2817.  
  2818. virtualserverSslCacheMissLo OBJECT-TYPE
  2819.    SYNTAX Counter32
  2820.    MAX-ACCESS read-only
  2821.    STATUS obsolete
  2822.    DESCRIPTION
  2823.       "Number of times a lookup failed to find an existing SSL session ( low 32bits )."
  2824.    ::= { virtualserverEntry 71 }
  2825.  
  2826. virtualserverSslCacheMissHi OBJECT-TYPE
  2827.    SYNTAX Counter32
  2828.    MAX-ACCESS read-only
  2829.    STATUS obsolete
  2830.    DESCRIPTION
  2831.       "Number of times a lookup failed to find an existing SSL session ( high 32bits )."
  2832.    ::= { virtualserverEntry 72 }
  2833.  
  2834. virtualserverSslCacheRejected OBJECT-TYPE
  2835.    SYNTAX Counter64
  2836.    MAX-ACCESS read-only
  2837.    STATUS current
  2838.    DESCRIPTION
  2839.       "Number of times an SSL session was found in the cache but rejected and not resumed."
  2840.    ::= { virtualserverEntry 73 }
  2841.  
  2842. virtualserverSslCacheRejectedLo OBJECT-TYPE
  2843.    SYNTAX Counter32
  2844.    MAX-ACCESS read-only
  2845.    STATUS obsolete
  2846.    DESCRIPTION
  2847.       "Number of times an SSL session was found in the cache but rejected and not resumed ( low 32bits )."
  2848.    ::= { virtualserverEntry 74 }
  2849.  
  2850. virtualserverSslCacheRejectedHi OBJECT-TYPE
  2851.    SYNTAX Counter32
  2852.    MAX-ACCESS read-only
  2853.    STATUS obsolete
  2854.    DESCRIPTION
  2855.       "Number of times an SSL session was found in the cache but rejected and not resumed ( high 32bits )."
  2856.    ::= { virtualserverEntry 75 }
  2857.  
  2858. virtualserverSslCacheResumed OBJECT-TYPE
  2859.    SYNTAX Counter64
  2860.    MAX-ACCESS read-only
  2861.    STATUS current
  2862.    DESCRIPTION
  2863.       "Number of times an SSL session was resumed from the cache."
  2864.    ::= { virtualserverEntry 76 }
  2865.  
  2866. virtualserverSslCacheResumedLo OBJECT-TYPE
  2867.    SYNTAX Counter32
  2868.    MAX-ACCESS read-only
  2869.    STATUS obsolete
  2870.    DESCRIPTION
  2871.       "Number of times an SSL session was resumed from the cache ( low 32bits )."
  2872.    ::= { virtualserverEntry 77 }
  2873.  
  2874. virtualserverSslCacheResumedHi OBJECT-TYPE
  2875.    SYNTAX Counter32
  2876.    MAX-ACCESS read-only
  2877.    STATUS obsolete
  2878.    DESCRIPTION
  2879.       "Number of times an SSL session was resumed from the cache ( high 32bits )."
  2880.    ::= { virtualserverEntry 78 }
  2881.  
  2882. virtualserverSslTicketReceived OBJECT-TYPE
  2883.    SYNTAX Counter64
  2884.    MAX-ACCESS read-only
  2885.    STATUS current
  2886.    DESCRIPTION
  2887.       "Number of SSL session tickets received."
  2888.    ::= { virtualserverEntry 79 }
  2889.  
  2890. virtualserverSslTicketReceivedLo OBJECT-TYPE
  2891.    SYNTAX Counter32
  2892.    MAX-ACCESS read-only
  2893.    STATUS obsolete
  2894.    DESCRIPTION
  2895.       "Number of SSL session tickets received ( low 32bits )."
  2896.    ::= { virtualserverEntry 80 }
  2897.  
  2898. virtualserverSslTicketReceivedHi OBJECT-TYPE
  2899.    SYNTAX Counter32
  2900.    MAX-ACCESS read-only
  2901.    STATUS obsolete
  2902.    DESCRIPTION
  2903.       "Number of SSL session tickets received ( high 32bits )."
  2904.    ::= { virtualserverEntry 81 }
  2905.  
  2906. virtualserverSslTicketKeyNotFound OBJECT-TYPE
  2907.    SYNTAX Counter64
  2908.    MAX-ACCESS read-only
  2909.    STATUS current
  2910.    DESCRIPTION
  2911.       "Number of SSL session tickets that could not be decrypted because the
  2912.       ticket key they referenced could not be found."
  2913.    ::= { virtualserverEntry 82 }
  2914.  
  2915. virtualserverSslTicketKeyNotFoundLo OBJECT-TYPE
  2916.    SYNTAX Counter32
  2917.    MAX-ACCESS read-only
  2918.    STATUS obsolete
  2919.    DESCRIPTION
  2920.       "Number of SSL session tickets that could not be decrypted because the
  2921.       ticket key they referenced could not be found ( low 32bits )."
  2922.    ::= { virtualserverEntry 83 }
  2923.  
  2924. virtualserverSslTicketKeyNotFoundHi OBJECT-TYPE
  2925.    SYNTAX Counter32
  2926.    MAX-ACCESS read-only
  2927.    STATUS obsolete
  2928.    DESCRIPTION
  2929.       "Number of SSL session tickets that could not be decrypted because the
  2930.       ticket key they referenced could not be found ( high 32bits )."
  2931.    ::= { virtualserverEntry 84 }
  2932.  
  2933. virtualserverSslTicketExpired OBJECT-TYPE
  2934.    SYNTAX Counter64
  2935.    MAX-ACCESS read-only
  2936.    STATUS current
  2937.    DESCRIPTION
  2938.       "Number of SSL session tickets that were rejected because they had
  2939.       expired."
  2940.    ::= { virtualserverEntry 85 }
  2941.  
  2942. virtualserverSslTicketExpiredLo OBJECT-TYPE
  2943.    SYNTAX Counter32
  2944.    MAX-ACCESS read-only
  2945.    STATUS obsolete
  2946.    DESCRIPTION
  2947.       "Number of SSL session tickets that were rejected because they had
  2948.       expired ( low 32bits )."
  2949.    ::= { virtualserverEntry 86 }
  2950.  
  2951. virtualserverSslTicketExpiredHi OBJECT-TYPE
  2952.    SYNTAX Counter32
  2953.    MAX-ACCESS read-only
  2954.    STATUS obsolete
  2955.    DESCRIPTION
  2956.       "Number of SSL session tickets that were rejected because they had
  2957.       expired ( high 32bits )."
  2958.    ::= { virtualserverEntry 87 }
  2959.  
  2960. virtualserverSslTicketRejected OBJECT-TYPE
  2961.    SYNTAX Counter64
  2962.    MAX-ACCESS read-only
  2963.    STATUS current
  2964.    DESCRIPTION
  2965.       "Number of SSL session tickets that were rejected for a reason other
  2966.       than because they had expired."
  2967.    ::= { virtualserverEntry 88 }
  2968.  
  2969. virtualserverSslTicketRejectedLo OBJECT-TYPE
  2970.    SYNTAX Counter32
  2971.    MAX-ACCESS read-only
  2972.    STATUS obsolete
  2973.    DESCRIPTION
  2974.       "Number of SSL session tickets that were rejected for a reason other
  2975.       than because they had expired ( low 32bits )."
  2976.    ::= { virtualserverEntry 89 }
  2977.  
  2978. virtualserverSslTicketRejectedHi OBJECT-TYPE
  2979.    SYNTAX Counter32
  2980.    MAX-ACCESS read-only
  2981.    STATUS obsolete
  2982.    DESCRIPTION
  2983.       "Number of SSL session tickets that were rejected for a reason other
  2984.       than because they had expired ( high 32bits )."
  2985.    ::= { virtualserverEntry 90 }
  2986.  
  2987. virtualserverSslTicketResumed OBJECT-TYPE
  2988.    SYNTAX Counter64
  2989.    MAX-ACCESS read-only
  2990.    STATUS current
  2991.    DESCRIPTION
  2992.       "Number of SSL session tickets that were successfully used to resume
  2993.       a session."
  2994.    ::= { virtualserverEntry 91 }
  2995.  
  2996. virtualserverSslTicketResumedLo OBJECT-TYPE
  2997.    SYNTAX Counter32
  2998.    MAX-ACCESS read-only
  2999.    STATUS obsolete
  3000.    DESCRIPTION
  3001.       "Number of SSL session tickets that were successfully used to resume
  3002.       a session ( low 32bits )."
  3003.    ::= { virtualserverEntry 92 }
  3004.  
  3005. virtualserverSslTicketResumedHi OBJECT-TYPE
  3006.    SYNTAX Counter32
  3007.    MAX-ACCESS read-only
  3008.    STATUS obsolete
  3009.    DESCRIPTION
  3010.       "Number of SSL session tickets that were successfully used to resume
  3011.       a session ( high 32bits )."
  3012.    ::= { virtualserverEntry 93 }
  3013.  
  3014. virtualserverSslTicketIssued OBJECT-TYPE
  3015.    SYNTAX Counter64
  3016.    MAX-ACCESS read-only
  3017.    STATUS current
  3018.    DESCRIPTION
  3019.       "Number of SSL session tickets that were issued to clients."
  3020.    ::= { virtualserverEntry 94 }
  3021.  
  3022. virtualserverSslTicketIssuedLo OBJECT-TYPE
  3023.    SYNTAX Counter32
  3024.    MAX-ACCESS read-only
  3025.    STATUS obsolete
  3026.    DESCRIPTION
  3027.       "Number of SSL session tickets that were issued to clients ( low 32bits )."
  3028.    ::= { virtualserverEntry 95 }
  3029.  
  3030. virtualserverSslTicketIssuedHi OBJECT-TYPE
  3031.    SYNTAX Counter32
  3032.    MAX-ACCESS read-only
  3033.    STATUS obsolete
  3034.    DESCRIPTION
  3035.       "Number of SSL session tickets that were issued to clients ( high 32bits )."
  3036.    ::= { virtualserverEntry 96 }
  3037.  
  3038. virtualserverSslCacheSaved OBJECT-TYPE
  3039.    SYNTAX Counter64
  3040.    MAX-ACCESS read-only
  3041.    STATUS current
  3042.    DESCRIPTION
  3043.       "Number of times an SSL session was saved to the cache."
  3044.    ::= { virtualserverEntry 97 }
  3045.  
  3046. virtualserverSslCacheSavedLo OBJECT-TYPE
  3047.    SYNTAX Counter32
  3048.    MAX-ACCESS read-only
  3049.    STATUS obsolete
  3050.    DESCRIPTION
  3051.       "Number of times an SSL session was saved to the cache ( low 32bits )."
  3052.    ::= { virtualserverEntry 98 }
  3053.  
  3054. virtualserverSslCacheSavedHi OBJECT-TYPE
  3055.    SYNTAX Counter32
  3056.    MAX-ACCESS read-only
  3057.    STATUS obsolete
  3058.    DESCRIPTION
  3059.       "Number of times an SSL session was saved to the cache ( high 32bits )."
  3060.    ::= { virtualserverEntry 99 }
  3061.  
  3062. virtualserverAuthSessionsCreated OBJECT-TYPE
  3063.    SYNTAX Counter64
  3064.    MAX-ACCESS read-only
  3065.    STATUS current
  3066.    DESCRIPTION
  3067.       "Number of times an authentication session was created."
  3068.    ::= { virtualserverEntry 100 }
  3069.  
  3070. virtualserverAuthSessionsCreatedLo OBJECT-TYPE
  3071.    SYNTAX Counter32
  3072.    MAX-ACCESS read-only
  3073.    STATUS obsolete
  3074.    DESCRIPTION
  3075.       "Number of times an authentication session was created ( low 32bits )."
  3076.    ::= { virtualserverEntry 101 }
  3077.  
  3078. virtualserverAuthSessionsCreatedHi OBJECT-TYPE
  3079.    SYNTAX Counter32
  3080.    MAX-ACCESS read-only
  3081.    STATUS obsolete
  3082.    DESCRIPTION
  3083.       "Number of times an authentication session was created ( high 32bits )."
  3084.    ::= { virtualserverEntry 102 }
  3085.  
  3086. virtualserverAuthSessionsUsed OBJECT-TYPE
  3087.    SYNTAX Counter64
  3088.    MAX-ACCESS read-only
  3089.    STATUS current
  3090.    DESCRIPTION
  3091.       "Number of times an authentication session was used."
  3092.    ::= { virtualserverEntry 103 }
  3093.  
  3094. virtualserverAuthSessionsUsedLo OBJECT-TYPE
  3095.    SYNTAX Counter32
  3096.    MAX-ACCESS read-only
  3097.    STATUS obsolete
  3098.    DESCRIPTION
  3099.       "Number of times an authentication session was used ( low 32bits )."
  3100.    ::= { virtualserverEntry 104 }
  3101.  
  3102. virtualserverAuthSessionsUsedHi OBJECT-TYPE
  3103.    SYNTAX Counter32
  3104.    MAX-ACCESS read-only
  3105.    STATUS obsolete
  3106.    DESCRIPTION
  3107.       "Number of times an authentication session was used ( high 32bits )."
  3108.    ::= { virtualserverEntry 105 }
  3109.  
  3110. virtualserverAuthSessionsRejected OBJECT-TYPE
  3111.    SYNTAX Counter64
  3112.    MAX-ACCESS read-only
  3113.    STATUS current
  3114.    DESCRIPTION
  3115.       "Number of times an authentication session was rejected."
  3116.    ::= { virtualserverEntry 106 }
  3117.  
  3118. virtualserverAuthSessionsRejectedLo OBJECT-TYPE
  3119.    SYNTAX Counter32
  3120.    MAX-ACCESS read-only
  3121.    STATUS obsolete
  3122.    DESCRIPTION
  3123.       "Number of times an authentication session was rejected ( low 32bits )."
  3124.    ::= { virtualserverEntry 107 }
  3125.  
  3126. virtualserverAuthSessionsRejectedHi OBJECT-TYPE
  3127.    SYNTAX Counter32
  3128.    MAX-ACCESS read-only
  3129.    STATUS obsolete
  3130.    DESCRIPTION
  3131.       "Number of times an authentication session was rejected ( high 32bits )."
  3132.    ::= { virtualserverEntry 108 }
  3133.  
  3134. virtualserverAuthSamlRedirects OBJECT-TYPE
  3135.    SYNTAX Counter64
  3136.    MAX-ACCESS read-only
  3137.    STATUS current
  3138.    DESCRIPTION
  3139.       "Number of times a user agent was redirected to SAML Identity Provider."
  3140.    ::= { virtualserverEntry 109 }
  3141.  
  3142. virtualserverAuthSamlRedirectsLo OBJECT-TYPE
  3143.    SYNTAX Counter32
  3144.    MAX-ACCESS read-only
  3145.    STATUS obsolete
  3146.    DESCRIPTION
  3147.       "Number of times a user agent was redirected to SAML Identity Provider ( low 32bits )."
  3148.    ::= { virtualserverEntry 110 }
  3149.  
  3150. virtualserverAuthSamlRedirectsHi OBJECT-TYPE
  3151.    SYNTAX Counter32
  3152.    MAX-ACCESS read-only
  3153.    STATUS obsolete
  3154.    DESCRIPTION
  3155.       "Number of times a user agent was redirected to SAML Identity Provider ( high 32bits )."
  3156.    ::= { virtualserverEntry 111 }
  3157.  
  3158. virtualserverAuthSamlResponses OBJECT-TYPE
  3159.    SYNTAX Counter64
  3160.    MAX-ACCESS read-only
  3161.    STATUS current
  3162.    DESCRIPTION
  3163.       "Number of times a SAML Response was processed."
  3164.    ::= { virtualserverEntry 112 }
  3165.  
  3166. virtualserverAuthSamlResponsesLo OBJECT-TYPE
  3167.    SYNTAX Counter32
  3168.    MAX-ACCESS read-only
  3169.    STATUS obsolete
  3170.    DESCRIPTION
  3171.       "Number of times a SAML Response was processed ( low 32bits )."
  3172.    ::= { virtualserverEntry 113 }
  3173.  
  3174. virtualserverAuthSamlResponsesHi OBJECT-TYPE
  3175.    SYNTAX Counter32
  3176.    MAX-ACCESS read-only
  3177.    STATUS obsolete
  3178.    DESCRIPTION
  3179.       "Number of times a SAML Response was processed ( high 32bits )."
  3180.    ::= { virtualserverEntry 114 }
  3181.  
  3182. virtualserverAuthSamlResponsesAccepted OBJECT-TYPE
  3183.    SYNTAX Counter64
  3184.    MAX-ACCESS read-only
  3185.    STATUS current
  3186.    DESCRIPTION
  3187.       "Number of times a SAML Response was accepted."
  3188.    ::= { virtualserverEntry 115 }
  3189.  
  3190. virtualserverAuthSamlResponsesAcceptedLo OBJECT-TYPE
  3191.    SYNTAX Counter32
  3192.    MAX-ACCESS read-only
  3193.    STATUS obsolete
  3194.    DESCRIPTION
  3195.       "Number of times a SAML Response was accepted ( low 32bits )."
  3196.    ::= { virtualserverEntry 116 }
  3197.  
  3198. virtualserverAuthSamlResponsesAcceptedHi OBJECT-TYPE
  3199.    SYNTAX Counter32
  3200.    MAX-ACCESS read-only
  3201.    STATUS obsolete
  3202.    DESCRIPTION
  3203.       "Number of times a SAML Response was accepted ( high 32bits )."
  3204.    ::= { virtualserverEntry 117 }
  3205.  
  3206. virtualserverAuthSamlResponsesRejected OBJECT-TYPE
  3207.    SYNTAX Counter64
  3208.    MAX-ACCESS read-only
  3209.    STATUS current
  3210.    DESCRIPTION
  3211.       "Number of times a SAML Response was rejected."
  3212.    ::= { virtualserverEntry 118 }
  3213.  
  3214. virtualserverAuthSamlResponsesRejectedLo OBJECT-TYPE
  3215.    SYNTAX Counter32
  3216.    MAX-ACCESS read-only
  3217.    STATUS obsolete
  3218.    DESCRIPTION
  3219.       "Number of times a SAML Response was rejected ( low 32bits )."
  3220.    ::= { virtualserverEntry 119 }
  3221.  
  3222. virtualserverAuthSamlResponsesRejectedHi OBJECT-TYPE
  3223.    SYNTAX Counter32
  3224.    MAX-ACCESS read-only
  3225.    STATUS obsolete
  3226.    DESCRIPTION
  3227.       "Number of times a SAML Response was rejected ( high 32bits )."
  3228.    ::= { virtualserverEntry 120 }
  3229.  
  3230. virtualserverHTTP1xxResponses OBJECT-TYPE
  3231.    SYNTAX Counter64
  3232.    MAX-ACCESS read-only
  3233.    STATUS current
  3234.    DESCRIPTION
  3235.       "Number of HTTP 1xx responses returned by this virtual server."
  3236.    ::= { virtualserverEntry 121 }
  3237.  
  3238. virtualserverHTTP1xxResponsesLo OBJECT-TYPE
  3239.    SYNTAX Counter32
  3240.    MAX-ACCESS read-only
  3241.    STATUS obsolete
  3242.    DESCRIPTION
  3243.       "Number of HTTP 1xx responses returned by this virtual server ( low 32bits )."
  3244.    ::= { virtualserverEntry 122 }
  3245.  
  3246. virtualserverHTTP1xxResponsesHi OBJECT-TYPE
  3247.    SYNTAX Counter32
  3248.    MAX-ACCESS read-only
  3249.    STATUS obsolete
  3250.    DESCRIPTION
  3251.       "Number of HTTP 1xx responses returned by this virtual server ( high 32bits )."
  3252.    ::= { virtualserverEntry 123 }
  3253.  
  3254. virtualserverHTTP2xxResponses OBJECT-TYPE
  3255.    SYNTAX Counter64
  3256.    MAX-ACCESS read-only
  3257.    STATUS current
  3258.    DESCRIPTION
  3259.       "Number of HTTP 2xx responses returned by this virtual server."
  3260.    ::= { virtualserverEntry 124 }
  3261.  
  3262. virtualserverHTTP2xxResponsesLo OBJECT-TYPE
  3263.    SYNTAX Counter32
  3264.    MAX-ACCESS read-only
  3265.    STATUS obsolete
  3266.    DESCRIPTION
  3267.       "Number of HTTP 2xx responses returned by this virtual server ( low 32bits )."
  3268.    ::= { virtualserverEntry 125 }
  3269.  
  3270. virtualserverHTTP2xxResponsesHi OBJECT-TYPE
  3271.    SYNTAX Counter32
  3272.    MAX-ACCESS read-only
  3273.    STATUS obsolete
  3274.    DESCRIPTION
  3275.       "Number of HTTP 2xx responses returned by this virtual server ( high 32bits )."
  3276.    ::= { virtualserverEntry 126 }
  3277.  
  3278. virtualserverHTTP3xxResponses OBJECT-TYPE
  3279.    SYNTAX Counter64
  3280.    MAX-ACCESS read-only
  3281.    STATUS current
  3282.    DESCRIPTION
  3283.       "Number of HTTP 3xx responses returned by this virtual server."
  3284.    ::= { virtualserverEntry 127 }
  3285.  
  3286. virtualserverHTTP3xxResponsesLo OBJECT-TYPE
  3287.    SYNTAX Counter32
  3288.    MAX-ACCESS read-only
  3289.    STATUS obsolete
  3290.    DESCRIPTION
  3291.       "Number of HTTP 3xx responses returned by this virtual server ( low 32bits )."
  3292.    ::= { virtualserverEntry 128 }
  3293.  
  3294. virtualserverHTTP3xxResponsesHi OBJECT-TYPE
  3295.    SYNTAX Counter32
  3296.    MAX-ACCESS read-only
  3297.    STATUS obsolete
  3298.    DESCRIPTION
  3299.       "Number of HTTP 3xx responses returned by this virtual server ( high 32bits )."
  3300.    ::= { virtualserverEntry 129 }
  3301.  
  3302. virtualserverHTTP4xxResponses OBJECT-TYPE
  3303.    SYNTAX Counter64
  3304.    MAX-ACCESS read-only
  3305.    STATUS current
  3306.    DESCRIPTION
  3307.       "Number of HTTP 4xx responses returned by this virtual server."
  3308.    ::= { virtualserverEntry 130 }
  3309.  
  3310. virtualserverHTTP4xxResponsesLo OBJECT-TYPE
  3311.    SYNTAX Counter32
  3312.    MAX-ACCESS read-only
  3313.    STATUS obsolete
  3314.    DESCRIPTION
  3315.       "Number of HTTP 4xx responses returned by this virtual server ( low 32bits )."
  3316.    ::= { virtualserverEntry 131 }
  3317.  
  3318. virtualserverHTTP4xxResponsesHi OBJECT-TYPE
  3319.    SYNTAX Counter32
  3320.    MAX-ACCESS read-only
  3321.    STATUS obsolete
  3322.    DESCRIPTION
  3323.       "Number of HTTP 4xx responses returned by this virtual server ( high 32bits )."
  3324.    ::= { virtualserverEntry 132 }
  3325.  
  3326. virtualserverHTTP5xxResponses OBJECT-TYPE
  3327.    SYNTAX Counter64
  3328.    MAX-ACCESS read-only
  3329.    STATUS current
  3330.    DESCRIPTION
  3331.       "Number of HTTP 5xx responses returned by this virtual server."
  3332.    ::= { virtualserverEntry 133 }
  3333.  
  3334. virtualserverHTTP5xxResponsesLo OBJECT-TYPE
  3335.    SYNTAX Counter32
  3336.    MAX-ACCESS read-only
  3337.    STATUS obsolete
  3338.    DESCRIPTION
  3339.       "Number of HTTP 5xx responses returned by this virtual server ( low 32bits )."
  3340.    ::= { virtualserverEntry 134 }
  3341.  
  3342. virtualserverHTTP5xxResponsesHi OBJECT-TYPE
  3343.    SYNTAX Counter32
  3344.    MAX-ACCESS read-only
  3345.    STATUS obsolete
  3346.    DESCRIPTION
  3347.       "Number of HTTP 5xx responses returned by this virtual server ( high 32bits )."
  3348.    ::= { virtualserverEntry 135 }
  3349.  
  3350. virtualserverHTTPGenerated2xxResponses OBJECT-TYPE
  3351.    SYNTAX Counter64
  3352.    MAX-ACCESS read-only
  3353.    STATUS current
  3354.    DESCRIPTION
  3355.       "Number of HTTP 2xx responses generated by this virtual server."
  3356.    ::= { virtualserverEntry 136 }
  3357.  
  3358. virtualserverHTTPGenerated2xxResponsesLo OBJECT-TYPE
  3359.    SYNTAX Counter32
  3360.    MAX-ACCESS read-only
  3361.    STATUS obsolete
  3362.    DESCRIPTION
  3363.       "Number of HTTP 2xx responses generated by this virtual server ( low 32bits )."
  3364.    ::= { virtualserverEntry 137 }
  3365.  
  3366. virtualserverHTTPGenerated2xxResponsesHi OBJECT-TYPE
  3367.    SYNTAX Counter32
  3368.    MAX-ACCESS read-only
  3369.    STATUS obsolete
  3370.    DESCRIPTION
  3371.       "Number of HTTP 2xx responses generated by this virtual server ( high 32bits )."
  3372.    ::= { virtualserverEntry 138 }
  3373.  
  3374. virtualserverHTTPGenerated3xxResponses OBJECT-TYPE
  3375.    SYNTAX Counter64
  3376.    MAX-ACCESS read-only
  3377.    STATUS current
  3378.    DESCRIPTION
  3379.       "Number of HTTP 3xx responses generated by this virtual server."
  3380.    ::= { virtualserverEntry 139 }
  3381.  
  3382. virtualserverHTTPGenerated3xxResponsesLo OBJECT-TYPE
  3383.    SYNTAX Counter32
  3384.    MAX-ACCESS read-only
  3385.    STATUS obsolete
  3386.    DESCRIPTION
  3387.       "Number of HTTP 3xx responses generated by this virtual server ( low 32bits )."
  3388.    ::= { virtualserverEntry 140 }
  3389.  
  3390. virtualserverHTTPGenerated3xxResponsesHi OBJECT-TYPE
  3391.    SYNTAX Counter32
  3392.    MAX-ACCESS read-only
  3393.    STATUS obsolete
  3394.    DESCRIPTION
  3395.       "Number of HTTP 3xx responses generated by this virtual server ( high 32bits )."
  3396.    ::= { virtualserverEntry 141 }
  3397.  
  3398. virtualserverHTTPGenerated4xxResponses OBJECT-TYPE
  3399.    SYNTAX Counter64
  3400.    MAX-ACCESS read-only
  3401.    STATUS current
  3402.    DESCRIPTION
  3403.       "Number of HTTP 4xx responses generated by this virtual server."
  3404.    ::= { virtualserverEntry 142 }
  3405.  
  3406. virtualserverHTTPGenerated4xxResponsesLo OBJECT-TYPE
  3407.    SYNTAX Counter32
  3408.    MAX-ACCESS read-only
  3409.    STATUS obsolete
  3410.    DESCRIPTION
  3411.       "Number of HTTP 4xx responses generated by this virtual server ( low 32bits )."
  3412.    ::= { virtualserverEntry 143 }
  3413.  
  3414. virtualserverHTTPGenerated4xxResponsesHi OBJECT-TYPE
  3415.    SYNTAX Counter32
  3416.    MAX-ACCESS read-only
  3417.    STATUS obsolete
  3418.    DESCRIPTION
  3419.       "Number of HTTP 4xx responses generated by this virtual server ( high 32bits )."
  3420.    ::= { virtualserverEntry 144 }
  3421.  
  3422. virtualserverHTTPGenerated5xxResponses OBJECT-TYPE
  3423.    SYNTAX Counter64
  3424.    MAX-ACCESS read-only
  3425.    STATUS current
  3426.    DESCRIPTION
  3427.       "Number of HTTP 5xx responses generated by this virtual server."
  3428.    ::= { virtualserverEntry 145 }
  3429.  
  3430. virtualserverHTTPGenerated5xxResponsesLo OBJECT-TYPE
  3431.    SYNTAX Counter32
  3432.    MAX-ACCESS read-only
  3433.    STATUS obsolete
  3434.    DESCRIPTION
  3435.       "Number of HTTP 5xx responses generated by this virtual server ( low 32bits )."
  3436.    ::= { virtualserverEntry 146 }
  3437.  
  3438. virtualserverHTTPGenerated5xxResponsesHi OBJECT-TYPE
  3439.    SYNTAX Counter32
  3440.    MAX-ACCESS read-only
  3441.    STATUS obsolete
  3442.    DESCRIPTION
  3443.       "Number of HTTP 5xx responses generated by this virtual server ( high 32bits )."
  3444.    ::= { virtualserverEntry 147 }
  3445.  
  3446. virtualserverHTTPCache2xxResponses OBJECT-TYPE
  3447.    SYNTAX Counter64
  3448.    MAX-ACCESS read-only
  3449.    STATUS current
  3450.    DESCRIPTION
  3451.       "Number of HTTP 2xx responses returned from webcache by this virtual server."
  3452.    ::= { virtualserverEntry 148 }
  3453.  
  3454. virtualserverHTTPCache2xxResponsesLo OBJECT-TYPE
  3455.    SYNTAX Counter32
  3456.    MAX-ACCESS read-only
  3457.    STATUS obsolete
  3458.    DESCRIPTION
  3459.       "Number of HTTP 2xx responses returned from webcache by this virtual server ( low 32bits )."
  3460.    ::= { virtualserverEntry 149 }
  3461.  
  3462. virtualserverHTTPCache2xxResponsesHi OBJECT-TYPE
  3463.    SYNTAX Counter32
  3464.    MAX-ACCESS read-only
  3465.    STATUS obsolete
  3466.    DESCRIPTION
  3467.       "Number of HTTP 2xx responses returned from webcache by this virtual server ( high 32bits )."
  3468.    ::= { virtualserverEntry 150 }
  3469.  
  3470. virtualserverHTTPCache3xxResponses OBJECT-TYPE
  3471.    SYNTAX Counter64
  3472.    MAX-ACCESS read-only
  3473.    STATUS current
  3474.    DESCRIPTION
  3475.       "Number of HTTP 3xx responses returned from webcache by this virtual server."
  3476.    ::= { virtualserverEntry 151 }
  3477.  
  3478. virtualserverHTTPCache3xxResponsesLo OBJECT-TYPE
  3479.    SYNTAX Counter32
  3480.    MAX-ACCESS read-only
  3481.    STATUS obsolete
  3482.    DESCRIPTION
  3483.       "Number of HTTP 3xx responses returned from webcache by this virtual server ( low 32bits )."
  3484.    ::= { virtualserverEntry 152 }
  3485.  
  3486. virtualserverHTTPCache3xxResponsesHi OBJECT-TYPE
  3487.    SYNTAX Counter32
  3488.    MAX-ACCESS read-only
  3489.    STATUS obsolete
  3490.    DESCRIPTION
  3491.       "Number of HTTP 3xx responses returned from webcache by this virtual server ( high 32bits )."
  3492.    ::= { virtualserverEntry 153 }
  3493.  
  3494. virtualserverHTTPCache4xxResponses OBJECT-TYPE
  3495.    SYNTAX Counter64
  3496.    MAX-ACCESS read-only
  3497.    STATUS current
  3498.    DESCRIPTION
  3499.       "Number of HTTP 4xx responses returned from webcache by this virtual server."
  3500.    ::= { virtualserverEntry 154 }
  3501.  
  3502. virtualserverHTTPCache4xxResponsesLo OBJECT-TYPE
  3503.    SYNTAX Counter32
  3504.    MAX-ACCESS read-only
  3505.    STATUS obsolete
  3506.    DESCRIPTION
  3507.       "Number of HTTP 4xx responses returned from webcache by this virtual server ( low 32bits )."
  3508.    ::= { virtualserverEntry 155 }
  3509.  
  3510. virtualserverHTTPCache4xxResponsesHi OBJECT-TYPE
  3511.    SYNTAX Counter32
  3512.    MAX-ACCESS read-only
  3513.    STATUS obsolete
  3514.    DESCRIPTION
  3515.       "Number of HTTP 4xx responses returned from webcache by this virtual server ( high 32bits )."
  3516.    ::= { virtualserverEntry 156 }
  3517.  
  3518. virtualserverHTTPCache5xxResponses OBJECT-TYPE
  3519.    SYNTAX Counter64
  3520.    MAX-ACCESS read-only
  3521.    STATUS current
  3522.    DESCRIPTION
  3523.       "Number of HTTP 5xx responses returned from webcache by this virtual server."
  3524.    ::= { virtualserverEntry 157 }
  3525.  
  3526. virtualserverHTTPCache5xxResponsesLo OBJECT-TYPE
  3527.    SYNTAX Counter32
  3528.    MAX-ACCESS read-only
  3529.    STATUS obsolete
  3530.    DESCRIPTION
  3531.       "Number of HTTP 5xx responses returned from webcache by this virtual server ( low 32bits )."
  3532.    ::= { virtualserverEntry 158 }
  3533.  
  3534. virtualserverHTTPCache5xxResponsesHi OBJECT-TYPE
  3535.    SYNTAX Counter32
  3536.    MAX-ACCESS read-only
  3537.    STATUS obsolete
  3538.    DESCRIPTION
  3539.       "Number of HTTP 5xx responses returned from webcache by this virtual server ( high 32bits )."
  3540.    ::= { virtualserverEntry 159 }
  3541.  
  3542. virtualserverHTTPServer1xxResponses OBJECT-TYPE
  3543.    SYNTAX Counter64
  3544.    MAX-ACCESS read-only
  3545.    STATUS current
  3546.    DESCRIPTION
  3547.       "Number of HTTP 1xx responses returned from a backend server or TrafficScript rule by this virtual server."
  3548.    ::= { virtualserverEntry 160 }
  3549.  
  3550. virtualserverHTTPServer1xxResponsesLo OBJECT-TYPE
  3551.    SYNTAX Counter32
  3552.    MAX-ACCESS read-only
  3553.    STATUS obsolete
  3554.    DESCRIPTION
  3555.       "Number of HTTP 1xx responses returned from a backend server or TrafficScript rule by this virtual server ( low 32bits )."
  3556.    ::= { virtualserverEntry 161 }
  3557.  
  3558. virtualserverHTTPServer1xxResponsesHi OBJECT-TYPE
  3559.    SYNTAX Counter32
  3560.    MAX-ACCESS read-only
  3561.    STATUS obsolete
  3562.    DESCRIPTION
  3563.       "Number of HTTP 1xx responses returned from a backend server or TrafficScript rule by this virtual server ( high 32bits )."
  3564.    ::= { virtualserverEntry 162 }
  3565.  
  3566. virtualserverHTTPServer2xxResponses OBJECT-TYPE
  3567.    SYNTAX Counter64
  3568.    MAX-ACCESS read-only
  3569.    STATUS current
  3570.    DESCRIPTION
  3571.       "Number of HTTP 2xx responses returned from a backend server or TrafficScript rule by this virtual server."
  3572.    ::= { virtualserverEntry 163 }
  3573.  
  3574. virtualserverHTTPServer2xxResponsesLo OBJECT-TYPE
  3575.    SYNTAX Counter32
  3576.    MAX-ACCESS read-only
  3577.    STATUS obsolete
  3578.    DESCRIPTION
  3579.       "Number of HTTP 2xx responses returned from a backend server or TrafficScript rule by this virtual server ( low 32bits )."
  3580.    ::= { virtualserverEntry 164 }
  3581.  
  3582. virtualserverHTTPServer2xxResponsesHi OBJECT-TYPE
  3583.    SYNTAX Counter32
  3584.    MAX-ACCESS read-only
  3585.    STATUS obsolete
  3586.    DESCRIPTION
  3587.       "Number of HTTP 2xx responses returned from a backend server or TrafficScript rule by this virtual server ( high 32bits )."
  3588.    ::= { virtualserverEntry 165 }
  3589.  
  3590. virtualserverHTTPServer3xxResponses OBJECT-TYPE
  3591.    SYNTAX Counter64
  3592.    MAX-ACCESS read-only
  3593.    STATUS current
  3594.    DESCRIPTION
  3595.       "Number of HTTP 3xx responses returned from a backend server or TrafficScript rule by this virtual server."
  3596.    ::= { virtualserverEntry 166 }
  3597.  
  3598. virtualserverHTTPServer3xxResponsesLo OBJECT-TYPE
  3599.    SYNTAX Counter32
  3600.    MAX-ACCESS read-only
  3601.    STATUS obsolete
  3602.    DESCRIPTION
  3603.       "Number of HTTP 3xx responses returned from a backend server or TrafficScript rule by this virtual server ( low 32bits )."
  3604.    ::= { virtualserverEntry 167 }
  3605.  
  3606. virtualserverHTTPServer3xxResponsesHi OBJECT-TYPE
  3607.    SYNTAX Counter32
  3608.    MAX-ACCESS read-only
  3609.    STATUS obsolete
  3610.    DESCRIPTION
  3611.       "Number of HTTP 3xx responses returned from a backend server or TrafficScript rule by this virtual server ( high 32bits )."
  3612.    ::= { virtualserverEntry 168 }
  3613.  
  3614. virtualserverHTTPServer4xxResponses OBJECT-TYPE
  3615.    SYNTAX Counter64
  3616.    MAX-ACCESS read-only
  3617.    STATUS current
  3618.    DESCRIPTION
  3619.       "Number of HTTP 4xx responses returned from a backend server or TrafficScript rule by this virtual server."
  3620.    ::= { virtualserverEntry 169 }
  3621.  
  3622. virtualserverHTTPServer4xxResponsesLo OBJECT-TYPE
  3623.    SYNTAX Counter32
  3624.    MAX-ACCESS read-only
  3625.    STATUS obsolete
  3626.    DESCRIPTION
  3627.       "Number of HTTP 4xx responses returned from a backend server or TrafficScript rule by this virtual server ( low 32bits )."
  3628.    ::= { virtualserverEntry 170 }
  3629.  
  3630. virtualserverHTTPServer4xxResponsesHi OBJECT-TYPE
  3631.    SYNTAX Counter32
  3632.    MAX-ACCESS read-only
  3633.    STATUS obsolete
  3634.    DESCRIPTION
  3635.       "Number of HTTP 4xx responses returned from a backend server or TrafficScript rule by this virtual server ( high 32bits )."
  3636.    ::= { virtualserverEntry 171 }
  3637.  
  3638. virtualserverHTTPServer5xxResponses OBJECT-TYPE
  3639.    SYNTAX Counter64
  3640.    MAX-ACCESS read-only
  3641.    STATUS current
  3642.    DESCRIPTION
  3643.       "Number of HTTP 5xx responses returned from a backend server or TrafficScript rule by this virtual server."
  3644.    ::= { virtualserverEntry 172 }
  3645.  
  3646. virtualserverHTTPServer5xxResponsesLo OBJECT-TYPE
  3647.    SYNTAX Counter32
  3648.    MAX-ACCESS read-only
  3649.    STATUS obsolete
  3650.    DESCRIPTION
  3651.       "Number of HTTP 5xx responses returned from a backend server or TrafficScript rule by this virtual server ( low 32bits )."
  3652.    ::= { virtualserverEntry 173 }
  3653.  
  3654. virtualserverHTTPServer5xxResponsesHi OBJECT-TYPE
  3655.    SYNTAX Counter32
  3656.    MAX-ACCESS read-only
  3657.    STATUS obsolete
  3658.    DESCRIPTION
  3659.       "Number of HTTP 5xx responses returned from a backend server or TrafficScript rule by this virtual server ( high 32bits )."
  3660.    ::= { virtualserverEntry 174 }
  3661.  
  3662. virtualserverSslHelloRetryRequested OBJECT-TYPE
  3663.    SYNTAX Counter64
  3664.    MAX-ACCESS read-only
  3665.    STATUS current
  3666.    DESCRIPTION
  3667.       "Number of times a HelloRetryRequest message was sent to TLS clients."
  3668.    ::= { virtualserverEntry 175 }
  3669.  
  3670. virtualserverSslHelloRetryRequestedLo OBJECT-TYPE
  3671.    SYNTAX Counter32
  3672.    MAX-ACCESS read-only
  3673.    STATUS obsolete
  3674.    DESCRIPTION
  3675.       "Number of times a HelloRetryRequest message was sent to TLS clients ( low 32bits )."
  3676.    ::= { virtualserverEntry 176 }
  3677.  
  3678. virtualserverSslHelloRetryRequestedHi OBJECT-TYPE
  3679.    SYNTAX Counter32
  3680.    MAX-ACCESS read-only
  3681.    STATUS obsolete
  3682.    DESCRIPTION
  3683.       "Number of times a HelloRetryRequest message was sent to TLS clients ( high 32bits )."
  3684.    ::= { virtualserverEntry 177 }
  3685.  
  3686. --=============================================================================
  3687. -- Pools
  3688. --=============================================================================
  3689.  
  3690. poolNumber OBJECT-TYPE
  3691.    SYNTAX Integer32 (0..65535)
  3692.    MAX-ACCESS read-only
  3693.    STATUS current
  3694.    DESCRIPTION
  3695.       "The number of pools on this system."
  3696.    ::= { pools 1 }
  3697.  
  3698. -- Pool Table
  3699. poolTable OBJECT-TYPE
  3700.    SYNTAX SEQUENCE OF PoolEntry
  3701.    MAX-ACCESS not-accessible
  3702.    STATUS current
  3703.    DESCRIPTION
  3704.       "This table provides information and statistics for pools."
  3705.    ::= { pools 2 }
  3706.  
  3707. poolEntry OBJECT-TYPE
  3708.    SYNTAX PoolEntry
  3709.    MAX-ACCESS not-accessible
  3710.    STATUS current
  3711.    DESCRIPTION
  3712.       "This defines a row in the pools table."
  3713.    INDEX { poolName }
  3714.    ::= { poolTable 1 }
  3715.  
  3716. PoolEntry ::=
  3717.    SEQUENCE {
  3718.       poolName         DisplayString,
  3719.       poolAlgorithm    Integer32,
  3720.       poolNodes        Integer32,
  3721.       poolDraining     Integer32,
  3722.       poolFailPool     DisplayString,
  3723.       poolBytesInLo    Counter32,
  3724.       poolBytesInHi    Counter32,
  3725.       poolBytesOutLo   Counter32,
  3726.       poolBytesOutHi   Counter32,
  3727.       poolTotalConn    Counter32,
  3728.       poolPersistence  Integer32,
  3729.       poolSessionMigrated Counter32,
  3730.       poolDisabled     Integer32,
  3731.       poolState        Integer32,
  3732.       poolConnsQueued      Gauge32,
  3733.       poolQueueTimeouts    Counter32,
  3734.       poolMinQueueTime    Gauge32,
  3735.       poolMaxQueueTime    Gauge32,
  3736.       poolMeanQueueTime   Gauge32,
  3737.       poolBytesIn         Counter64,
  3738.       poolBytesOut        Counter64,
  3739.       poolBwLimitPktsDrop   Counter64,
  3740.       poolBwLimitPktsDropLo  Counter32,
  3741.       poolBwLimitPktsDropHi  Counter32,
  3742.       poolBwLimitBytesDrop   Counter64,
  3743.       poolBwLimitBytesDropLo  Counter32,
  3744.       poolBwLimitBytesDropHi  Counter32,
  3745.       poolHTTP1xxResponses   Counter64,
  3746.       poolHTTP1xxResponsesLo Counter32,
  3747.       poolHTTP1xxResponsesHi Counter32,
  3748.       poolHTTP2xxResponses   Counter64,
  3749.       poolHTTP2xxResponsesLo Counter32,
  3750.       poolHTTP2xxResponsesHi Counter32,
  3751.       poolHTTP3xxResponses   Counter64,
  3752.       poolHTTP3xxResponsesLo Counter32,
  3753.       poolHTTP3xxResponsesHi Counter32,
  3754.       poolHTTP4xxResponses   Counter64,
  3755.       poolHTTP4xxResponsesLo Counter32,
  3756.       poolHTTP4xxResponsesHi Counter32,
  3757.       poolHTTP5xxResponses   Counter64,
  3758.       poolHTTP5xxResponsesLo Counter32,
  3759.       poolHTTP5xxResponsesHi Counter32,
  3760.       poolHTTP503Retries     Counter64,
  3761.       poolHTTP503RetriesLo   Counter32,
  3762.       poolHTTP503RetriesHi   Counter32,
  3763.       poolCurrentConn        Gauge32
  3764.    }
  3765.  
  3766. poolName OBJECT-TYPE
  3767.    SYNTAX DisplayString (SIZE (0..255))
  3768.    MAX-ACCESS read-only
  3769.    STATUS current
  3770.    DESCRIPTION
  3771.       "The name of the pool."
  3772.    ::= { poolEntry 1 }
  3773.  
  3774. poolAlgorithm OBJECT-TYPE
  3775.    SYNTAX INTEGER { roundrobin(1),
  3776.                     weightedRoundRobin(2),
  3777.                     perceptive(3),
  3778.                     leastConnections(4),
  3779.                     fastestResponseTime(5),
  3780.                     random(6),
  3781.       weightedLeastConnections(7) }
  3782.    MAX-ACCESS read-only
  3783.    STATUS current
  3784.    DESCRIPTION
  3785.       "The load-balancing algorithm the pool uses."
  3786.    ::= { poolEntry 2 }
  3787.  
  3788. poolNodes OBJECT-TYPE
  3789.    SYNTAX Integer32
  3790.    MAX-ACCESS read-only
  3791.    STATUS current
  3792.    DESCRIPTION
  3793.       "The number of nodes registered with this pool."
  3794.    ::= { poolEntry 3 }
  3795.  
  3796. poolDraining OBJECT-TYPE
  3797.    SYNTAX Integer32
  3798.    MAX-ACCESS read-only
  3799.    STATUS current
  3800.    DESCRIPTION
  3801.       "The number of nodes in this pool which are draining."
  3802.    ::= { poolEntry 4 }
  3803.  
  3804. poolFailPool OBJECT-TYPE
  3805.    SYNTAX DisplayString (SIZE (0..255))
  3806.    MAX-ACCESS read-only
  3807.    STATUS current
  3808.    DESCRIPTION
  3809.       "The name of this pool's failure pool."
  3810.    ::= { poolEntry 5 }
  3811.  
  3812. poolBytesInLo OBJECT-TYPE
  3813.    SYNTAX Counter32
  3814.    MAX-ACCESS read-only
  3815.    STATUS obsolete
  3816.    DESCRIPTION
  3817.       "Bytes received by this pool from nodes ( low 32bits )."
  3818.    ::= { poolEntry 6 }
  3819.  
  3820. poolBytesInHi OBJECT-TYPE
  3821.    SYNTAX Counter32
  3822.    MAX-ACCESS read-only
  3823.    STATUS obsolete
  3824.    DESCRIPTION
  3825.       "Bytes received by this pool from nodes ( high 32bits )."
  3826.    ::= { poolEntry 7 }
  3827.  
  3828. poolBytesOutLo OBJECT-TYPE
  3829.    SYNTAX Counter32
  3830.    MAX-ACCESS read-only
  3831.    STATUS obsolete
  3832.    DESCRIPTION
  3833.       "Bytes sent by this pool to nodes ( low 32bits )."
  3834.    ::= { poolEntry 8 }
  3835.  
  3836. poolBytesOutHi OBJECT-TYPE
  3837.    SYNTAX Counter32
  3838.    MAX-ACCESS read-only
  3839.    STATUS obsolete
  3840.    DESCRIPTION
  3841.       "Bytes sent by this pool to nodes ( high 32bits )."
  3842.    ::= { poolEntry 9 }
  3843.  
  3844. poolTotalConn OBJECT-TYPE
  3845.    SYNTAX Counter32
  3846.    MAX-ACCESS read-only
  3847.    STATUS current
  3848.    DESCRIPTION
  3849.       "Requests sent to this pool."
  3850.    ::= { poolEntry 10 }
  3851.  
  3852. poolPersistence OBJECT-TYPE
  3853.    SYNTAX INTEGER { none(1),
  3854.                     ip(2),
  3855.                     rule(3),
  3856.                     transparent(4),
  3857.                     applicationCookie(5),
  3858.                     xZeusBackend(6),
  3859.                     ssl(7) }
  3860.    MAX-ACCESS read-only
  3861.    STATUS current
  3862.    DESCRIPTION
  3863.       "The session persistence method this pool uses"
  3864.    ::= { poolEntry 11 }
  3865.  
  3866. poolSessionMigrated OBJECT-TYPE
  3867.    SYNTAX Counter32
  3868.    MAX-ACCESS read-only
  3869.    STATUS current
  3870.    DESCRIPTION
  3871.       "Sessions migrated to a new node because
  3872.        the desired node was unavailable."
  3873.    ::= { poolEntry 12 }
  3874.  
  3875. poolDisabled OBJECT-TYPE
  3876.    SYNTAX Integer32
  3877.    MAX-ACCESS read-only
  3878.    STATUS current
  3879.    DESCRIPTION
  3880.       "The number of nodes in this pool that are disabled."
  3881.    ::= { poolEntry 13 }
  3882.  
  3883. poolState OBJECT-TYPE
  3884.    SYNTAX INTEGER { active(1),
  3885.                     disabled(2),
  3886.                     draining(3),
  3887.                     unused(4),
  3888.                     unknown(5) }
  3889.    MAX-ACCESS read-only
  3890.    STATUS current
  3891.    DESCRIPTION
  3892.       "The state of this pool."
  3893.    ::= { poolEntry 14 }
  3894.  
  3895. poolConnsQueued OBJECT-TYPE
  3896.    SYNTAX Gauge32
  3897.    MAX-ACCESS read-only
  3898.    STATUS current
  3899.    DESCRIPTION
  3900.       "Total connections currently queued to this pool."
  3901.     ::= { poolEntry 17 }
  3902.  
  3903. poolQueueTimeouts OBJECT-TYPE
  3904.    SYNTAX Counter32
  3905.    MAX-ACCESS read-only
  3906.    STATUS current
  3907.    DESCRIPTION
  3908.       "Total connections that timed-out while queued."
  3909.     ::= { poolEntry 18 }
  3910.  
  3911. poolMinQueueTime OBJECT-TYPE
  3912.    SYNTAX Gauge32
  3913.    MAX-ACCESS read-only
  3914.    STATUS current
  3915.    DESCRIPTION
  3916.       "Minimum time a connection was queued for, over the last second."
  3917.     ::= { poolEntry 19 }
  3918.  
  3919. poolMaxQueueTime OBJECT-TYPE
  3920.    SYNTAX Gauge32
  3921.    MAX-ACCESS read-only
  3922.    STATUS current
  3923.    DESCRIPTION
  3924.       "Maximum time a connection was queued for, over the last second."
  3925.     ::= { poolEntry 20 }
  3926.  
  3927. poolMeanQueueTime OBJECT-TYPE
  3928.    SYNTAX Gauge32
  3929.    MAX-ACCESS read-only
  3930.    STATUS current
  3931.    DESCRIPTION
  3932.       "Mean time a connection was queued for, over the last second."
  3933.     ::= { poolEntry 21 }
  3934.  
  3935. poolBytesIn OBJECT-TYPE
  3936.    SYNTAX Counter64
  3937.    MAX-ACCESS read-only
  3938.    STATUS current
  3939.    DESCRIPTION
  3940.       "Bytes received by this pool from nodes."
  3941.    ::= { poolEntry 22 }
  3942.  
  3943. poolBytesOut OBJECT-TYPE
  3944.    SYNTAX Counter64
  3945.    MAX-ACCESS read-only
  3946.    STATUS current
  3947.    DESCRIPTION
  3948.       "Bytes sent by this pool to nodes."
  3949.    ::= { poolEntry 23 }
  3950.  
  3951. poolBwLimitPktsDrop OBJECT-TYPE
  3952.    SYNTAX Counter64
  3953.    MAX-ACCESS read-only
  3954.    STATUS obsolete
  3955.    DESCRIPTION
  3956.       "Number of packets dropped by this pool due to BW Limits."
  3957.    ::= { poolEntry 24 }
  3958.  
  3959. poolBwLimitPktsDropLo OBJECT-TYPE
  3960.    SYNTAX Counter32
  3961.    MAX-ACCESS read-only
  3962.    STATUS obsolete
  3963.    DESCRIPTION
  3964.       "Number of packets dropped by this pool due to BW Limits ( low 32bits )."
  3965.    ::= { poolEntry 25 }
  3966.  
  3967. poolBwLimitPktsDropHi OBJECT-TYPE
  3968.    SYNTAX Counter32
  3969.    MAX-ACCESS read-only
  3970.    STATUS obsolete
  3971.    DESCRIPTION
  3972.       "Number of packets dropped by this pool due to BW Limits ( high 32bits )."
  3973.    ::= { poolEntry 26 }
  3974.  
  3975. poolBwLimitBytesDrop OBJECT-TYPE
  3976.    SYNTAX Counter64
  3977.    MAX-ACCESS read-only
  3978.    STATUS obsolete
  3979.    DESCRIPTION
  3980.       "Bytes dropped by this pool due to BW Limits."
  3981.    ::= { poolEntry 27 }
  3982.  
  3983. poolBwLimitBytesDropLo OBJECT-TYPE
  3984.    SYNTAX Counter32
  3985.    MAX-ACCESS read-only
  3986.    STATUS obsolete
  3987.    DESCRIPTION
  3988.       "Bytes dropped by this pool due to BW Limits ( low 32bits )."
  3989.    ::= { poolEntry 28 }
  3990.  
  3991. poolBwLimitBytesDropHi OBJECT-TYPE
  3992.    SYNTAX Counter32
  3993.    MAX-ACCESS read-only
  3994.    STATUS obsolete
  3995.    DESCRIPTION
  3996.       "Bytes dropped by this pool due to BW Limits ( high 32bits )."
  3997.    ::= { poolEntry 29 }
  3998.  
  3999. poolHTTP1xxResponses OBJECT-TYPE
  4000.    SYNTAX Counter64
  4001.    MAX-ACCESS read-only
  4002.    STATUS current
  4003.    DESCRIPTION
  4004.       "Number of HTTP 1xx responses returned by this pool."
  4005.    ::= { poolEntry 30 }
  4006.  
  4007. poolHTTP1xxResponsesLo OBJECT-TYPE
  4008.    SYNTAX Counter32
  4009.    MAX-ACCESS read-only
  4010.    STATUS obsolete
  4011.    DESCRIPTION
  4012.       "Number of HTTP 1xx responses returned by this pool ( low 32bits )."
  4013.    ::= { poolEntry 31 }
  4014.  
  4015. poolHTTP1xxResponsesHi OBJECT-TYPE
  4016.    SYNTAX Counter32
  4017.    MAX-ACCESS read-only
  4018.    STATUS obsolete
  4019.    DESCRIPTION
  4020.       "Number of HTTP 1xx responses returned by this pool ( high 32bits )."
  4021.    ::= { poolEntry 32 }
  4022.  
  4023. poolHTTP2xxResponses OBJECT-TYPE
  4024.    SYNTAX Counter64
  4025.    MAX-ACCESS read-only
  4026.    STATUS current
  4027.    DESCRIPTION
  4028.       "Number of HTTP 2xx responses returned by this pool."
  4029.    ::= { poolEntry 33 }
  4030.  
  4031. poolHTTP2xxResponsesLo OBJECT-TYPE
  4032.    SYNTAX Counter32
  4033.    MAX-ACCESS read-only
  4034.    STATUS obsolete
  4035.    DESCRIPTION
  4036.       "Number of HTTP 2xx responses returned by this pool ( low 32bits )."
  4037.    ::= { poolEntry 34 }
  4038.  
  4039. poolHTTP2xxResponsesHi OBJECT-TYPE
  4040.    SYNTAX Counter32
  4041.    MAX-ACCESS read-only
  4042.    STATUS obsolete
  4043.    DESCRIPTION
  4044.       "Number of HTTP 2xx responses returned by this pool ( high 32bits )."
  4045.    ::= { poolEntry 35 }
  4046.  
  4047. poolHTTP3xxResponses OBJECT-TYPE
  4048.    SYNTAX Counter64
  4049.    MAX-ACCESS read-only
  4050.    STATUS current
  4051.    DESCRIPTION
  4052.       "Number of HTTP 3xx responses returned by this pool."
  4053.    ::= { poolEntry 36 }
  4054.  
  4055. poolHTTP3xxResponsesLo OBJECT-TYPE
  4056.    SYNTAX Counter32
  4057.    MAX-ACCESS read-only
  4058.    STATUS obsolete
  4059.    DESCRIPTION
  4060.       "Number of HTTP 3xx responses returned by this pool ( low 32bits )."
  4061.    ::= { poolEntry 37 }
  4062.  
  4063. poolHTTP3xxResponsesHi OBJECT-TYPE
  4064.    SYNTAX Counter32
  4065.    MAX-ACCESS read-only
  4066.    STATUS obsolete
  4067.    DESCRIPTION
  4068.       "Number of HTTP 3xx responses returned by this pool ( high 32bits )."
  4069.    ::= { poolEntry 38 }
  4070.  
  4071. poolHTTP4xxResponses OBJECT-TYPE
  4072.    SYNTAX Counter64
  4073.    MAX-ACCESS read-only
  4074.    STATUS current
  4075.    DESCRIPTION
  4076.       "Number of HTTP 4xx responses returned by this pool."
  4077.    ::= { poolEntry 39 }
  4078.  
  4079. poolHTTP4xxResponsesLo OBJECT-TYPE
  4080.    SYNTAX Counter32
  4081.    MAX-ACCESS read-only
  4082.    STATUS obsolete
  4083.    DESCRIPTION
  4084.       "Number of HTTP 4xx responses returned by this pool ( low 32bits )."
  4085.    ::= { poolEntry 40 }
  4086.  
  4087. poolHTTP4xxResponsesHi OBJECT-TYPE
  4088.    SYNTAX Counter32
  4089.    MAX-ACCESS read-only
  4090.    STATUS obsolete
  4091.    DESCRIPTION
  4092.       "Number of HTTP 4xx responses returned by this pool ( high 32bits )."
  4093.    ::= { poolEntry 41 }
  4094.  
  4095. poolHTTP5xxResponses OBJECT-TYPE
  4096.    SYNTAX Counter64
  4097.    MAX-ACCESS read-only
  4098.    STATUS current
  4099.    DESCRIPTION
  4100.       "Number of HTTP 5xx responses returned by this pool."
  4101.    ::= { poolEntry 42 }
  4102.  
  4103. poolHTTP5xxResponsesLo OBJECT-TYPE
  4104.    SYNTAX Counter32
  4105.    MAX-ACCESS read-only
  4106.    STATUS obsolete
  4107.    DESCRIPTION
  4108.       "Number of HTTP 5xx responses returned by this pool ( low 32bits )."
  4109.    ::= { poolEntry 43 }
  4110.  
  4111. poolHTTP5xxResponsesHi OBJECT-TYPE
  4112.    SYNTAX Counter32
  4113.    MAX-ACCESS read-only
  4114.    STATUS obsolete
  4115.    DESCRIPTION
  4116.       "Number of HTTP 5xx responses returned by this pool ( high 32bits )."
  4117.    ::= { poolEntry 44 }
  4118.  
  4119. poolHTTP503Retries OBJECT-TYPE
  4120.    SYNTAX Counter64
  4121.    MAX-ACCESS read-only
  4122.    STATUS current
  4123.    DESCRIPTION
  4124.       "Number of times the pool received an HTTP 503 response from a node and retried it against a different node."
  4125.    ::= { poolEntry 45 }
  4126.  
  4127. poolHTTP503RetriesLo OBJECT-TYPE
  4128.    SYNTAX Counter32
  4129.    MAX-ACCESS read-only
  4130.    STATUS obsolete
  4131.    DESCRIPTION
  4132.       "Number of times the pool received an HTTP 503 response from a node and retried it against a different node ( low 32bits )."
  4133.    ::= { poolEntry 46 }
  4134.  
  4135. poolHTTP503RetriesHi OBJECT-TYPE
  4136.    SYNTAX Counter32
  4137.    MAX-ACCESS read-only
  4138.    STATUS obsolete
  4139.    DESCRIPTION
  4140.       "Number of times the pool received an HTTP 503 response from a node and retried it against a different node ( high 32bits )."
  4141.    ::= { poolEntry 47 }
  4142.  
  4143. poolCurrentConn OBJECT-TYPE
  4144.    SYNTAX Gauge32
  4145.    MAX-ACCESS read-only
  4146.    STATUS current
  4147.    DESCRIPTION
  4148.       "Number of connections currently using this pool."
  4149.    ::= { poolEntry 48 }
  4150.  
  4151. --=============================================================================
  4152. -- Nodes
  4153. --=============================================================================
  4154.  
  4155. nodeNumber OBJECT-TYPE
  4156.    SYNTAX Integer32 (0..65535)
  4157.    MAX-ACCESS read-only
  4158.    STATUS obsolete
  4159.    DESCRIPTION
  4160.       "The number of IPv4 nodes on this system."
  4161.    ::= { nodes 1 }
  4162.  
  4163.  
  4164. --=============================
  4165. -- Node Table (IPv4 nodes only)
  4166. --=============================
  4167. nodeTable OBJECT-TYPE
  4168.    SYNTAX SEQUENCE OF NodeEntry
  4169.    MAX-ACCESS not-accessible
  4170.    STATUS obsolete
  4171.    DESCRIPTION
  4172.       "This table defines all the information for a particular IPv4 node."
  4173.    ::= { nodes 2 }
  4174.  
  4175. nodeEntry OBJECT-TYPE
  4176.    SYNTAX NodeEntry
  4177.    MAX-ACCESS not-accessible
  4178.    STATUS obsolete
  4179.    DESCRIPTION
  4180.       "This defines a row in the IPv4 nodes table."
  4181.    INDEX { nodeIPAddress, nodePort }
  4182.    ::= { nodeTable 1 }
  4183.  
  4184. NodeEntry ::=
  4185.    SEQUENCE {
  4186.       nodeIPAddress        IpAddress,
  4187.       nodePort             Integer32,
  4188.       nodeHostName         DisplayString,
  4189.       nodeState            Integer32,
  4190.       nodeBytesToNodeLo    Counter32,
  4191.       nodeBytesToNodeHi    Counter32,
  4192.       nodeBytesFromNodeLo  Counter32,
  4193.       nodeBytesFromNodeHi  Counter32,
  4194.       nodeCurrentRequests  Gauge32,
  4195.       nodeTotalConn        Counter32,
  4196.       nodePooledConn       Counter32,
  4197.       nodeFailures         Counter32,
  4198.       nodeNewConn          Counter32,
  4199.       nodeErrors           Counter32,
  4200.       nodeResponseMin      Gauge32,
  4201.       nodeResponseMax      Gauge32,
  4202.       nodeResponseMean     Gauge32,
  4203.       nodeCurrentConn      Gauge32
  4204.    }
  4205.  
  4206. nodeIPAddress OBJECT-TYPE
  4207.    SYNTAX IpAddress
  4208.    MAX-ACCESS read-only
  4209.    STATUS obsolete
  4210.    DESCRIPTION
  4211.       "The IPv4 address of this node."
  4212.    ::= { nodeEntry 1 }
  4213.  
  4214. nodePort OBJECT-TYPE
  4215.    SYNTAX Integer32 (0..65535)
  4216.    MAX-ACCESS read-only
  4217.    STATUS obsolete
  4218.    DESCRIPTION
  4219.       "The port this node listens on."
  4220.    ::= { nodeEntry 2 }
  4221.  
  4222. nodeHostName OBJECT-TYPE
  4223.    SYNTAX DisplayString (SIZE (0..255))
  4224.    MAX-ACCESS read-only
  4225.    STATUS obsolete
  4226.    DESCRIPTION
  4227.       "The resolved name for this node."
  4228.    ::= { nodeEntry 3 }
  4229.  
  4230. nodeState OBJECT-TYPE
  4231.    SYNTAX INTEGER { alive(1),
  4232.                     dead(2),
  4233.                     unknown(3) }
  4234.    MAX-ACCESS read-only
  4235.    STATUS obsolete
  4236.    DESCRIPTION
  4237.       "The state of this node."
  4238.    ::= { nodeEntry 4 }
  4239.  
  4240. nodeBytesToNodeLo OBJECT-TYPE
  4241.    SYNTAX Counter32
  4242.    MAX-ACCESS read-only
  4243.    STATUS obsolete
  4244.    DESCRIPTION
  4245.       "Bytes sent to this node ( low 32bits )."
  4246.    ::= { nodeEntry 5 }
  4247.  
  4248. nodeBytesToNodeHi OBJECT-TYPE
  4249.    SYNTAX Counter32
  4250.    MAX-ACCESS read-only
  4251.    STATUS obsolete
  4252.    DESCRIPTION
  4253.       "Bytes sent to this node ( high 32bits )."
  4254.    ::= { nodeEntry 6 }
  4255.  
  4256. nodeBytesFromNodeLo OBJECT-TYPE
  4257.    SYNTAX Counter32
  4258.    MAX-ACCESS read-only
  4259.    STATUS obsolete
  4260.    DESCRIPTION
  4261.       "Bytes received from this node ( low 32bits )."
  4262.    ::= { nodeEntry 7 }
  4263.  
  4264. nodeBytesFromNodeHi OBJECT-TYPE
  4265.    SYNTAX Counter32
  4266.    MAX-ACCESS read-only
  4267.    STATUS obsolete
  4268.    DESCRIPTION
  4269.       "Bytes received from this node ( high 32bits )."
  4270.    ::= { nodeEntry 8 }
  4271.  
  4272. nodeCurrentRequests OBJECT-TYPE
  4273.    SYNTAX Gauge32
  4274.    MAX-ACCESS read-only
  4275.    STATUS obsolete
  4276.    DESCRIPTION
  4277.       "Connections currently established to this node."
  4278.    ::= { nodeEntry 9 }
  4279.  
  4280. nodeTotalConn OBJECT-TYPE
  4281.    SYNTAX Counter32
  4282.    MAX-ACCESS read-only
  4283.    STATUS obsolete
  4284.    DESCRIPTION
  4285.       "Requests sent to this node."
  4286.    ::= { nodeEntry 10 }
  4287.  
  4288. nodePooledConn OBJECT-TYPE
  4289.    SYNTAX Counter32
  4290.    MAX-ACCESS read-only
  4291.    STATUS obsolete
  4292.    DESCRIPTION
  4293.       "Requests that reused an existing pooled/keepalive
  4294.        connection rather than creating a new TCP connection."
  4295.    ::= { nodeEntry 11 }
  4296.  
  4297. nodeFailures OBJECT-TYPE
  4298.    SYNTAX Counter32
  4299.    MAX-ACCESS read-only
  4300.    STATUS obsolete
  4301.    DESCRIPTION
  4302.       "Failures of this node."
  4303.    ::= { nodeEntry 12 }
  4304.  
  4305. nodeNewConn OBJECT-TYPE
  4306.    SYNTAX Counter32
  4307.    MAX-ACCESS read-only
  4308.    STATUS obsolete
  4309.    DESCRIPTION
  4310.       "Requests that created a new connection to this node."
  4311.    ::= { nodeEntry 13 }
  4312.  
  4313. nodeErrors OBJECT-TYPE
  4314.    SYNTAX Counter32
  4315.    MAX-ACCESS read-only
  4316.    STATUS obsolete
  4317.    DESCRIPTION
  4318.       "Number of timeouts, connection problems and other errors for this node."
  4319.    ::= { nodeEntry 14 }
  4320.  
  4321. nodeResponseMin OBJECT-TYPE
  4322.    SYNTAX Gauge32
  4323.    MAX-ACCESS read-only
  4324.    STATUS obsolete
  4325.    DESCRIPTION
  4326.       "Minimum response time (ms) in the last second for this node."
  4327.    ::= { nodeEntry 15 }
  4328.  
  4329. nodeResponseMax OBJECT-TYPE
  4330.    SYNTAX Gauge32
  4331.    MAX-ACCESS read-only
  4332.    STATUS obsolete
  4333.    DESCRIPTION
  4334.       "Maximum response time (ms) in the last second for this node."
  4335.    ::= { nodeEntry 16 }
  4336.  
  4337. nodeResponseMean OBJECT-TYPE
  4338.    SYNTAX Gauge32
  4339.    MAX-ACCESS read-only
  4340.    STATUS obsolete
  4341.    DESCRIPTION
  4342.       "Mean response time (ms) in the last second for this node."
  4343.    ::= { nodeEntry 17 }
  4344.  
  4345. nodeNumberInet46  OBJECT-TYPE
  4346.    SYNTAX Integer32 (0..65535)
  4347.    MAX-ACCESS read-only
  4348.    STATUS current
  4349.    DESCRIPTION
  4350.       "The number of nodes on this system (includes IPv4 and IPv6 nodes)."
  4351.    ::= { nodes 3 }
  4352.  
  4353. nodeCurrentConn OBJECT-TYPE
  4354.    SYNTAX Gauge32
  4355.    MAX-ACCESS read-only
  4356.    STATUS obsolete
  4357.    DESCRIPTION
  4358.       "Requests currently established to this node. ( does not include idle keepalives )."
  4359.    ::= { nodeEntry 18 }
  4360.  
  4361.  
  4362. --=================================================
  4363. -- Node Table (IPv4 and IPv6 addresses are allowed)
  4364. --=================================================
  4365.  
  4366. nodeInet46Table OBJECT-TYPE
  4367.    SYNTAX SEQUENCE OF NodeInet46Entry
  4368.    MAX-ACCESS not-accessible
  4369.    STATUS current
  4370.    DESCRIPTION
  4371.       "This table defines all the information for a particular node (includes IPv4 and IPv6 addresses)."
  4372.    ::= { nodes 4 }
  4373.  
  4374. nodeInet46Entry OBJECT-TYPE
  4375.    SYNTAX NodeInet46Entry
  4376.    MAX-ACCESS not-accessible
  4377.    STATUS current
  4378.    DESCRIPTION
  4379.       "This defines a row in the nodes table (includes IPv4 and IPv6 addresses)."
  4380.    INDEX { nodeInet46AddressType, nodeInet46Address, nodeInet46Port }
  4381.    ::= { nodeInet46Table 1 }
  4382.  
  4383. NodeInet46Entry ::=
  4384.    SEQUENCE {
  4385.       nodeInet46AddressType      InetAddressType,
  4386.       nodeInet46Address          InetAddress,
  4387.       nodeInet46Port             Integer32,
  4388.       nodeInet46HostName         DisplayString,
  4389.       nodeInet46State            Integer32,
  4390.       nodeInet46BytesToNodeLo    Counter32,
  4391.       nodeInet46BytesToNodeHi    Counter32,
  4392.       nodeInet46BytesFromNodeLo  Counter32,
  4393.       nodeInet46BytesFromNodeHi  Counter32,
  4394.       nodeInet46CurrentRequests  Gauge32,
  4395.       nodeInet46TotalConn        Counter32,
  4396.       nodeInet46PooledConn       Counter32,
  4397.       nodeInet46Failures         Counter32,
  4398.       nodeInet46NewConn          Counter32,
  4399.       nodeInet46Errors           Counter32,
  4400.       nodeInet46ResponseMin      Gauge32,
  4401.       nodeInet46ResponseMax      Gauge32,
  4402.       nodeInet46ResponseMean     Gauge32,
  4403.       nodeInet46IdleConns  Gauge32,
  4404.       nodeInet46CurrentConn      Gauge32,
  4405.       nodeInet46BytesToNode      Counter64,
  4406.       nodeInet46BytesFromNode    Counter64
  4407.    }
  4408.  
  4409. nodeInet46AddressType OBJECT-TYPE
  4410.    SYNTAX InetAddressType
  4411.    MAX-ACCESS read-only
  4412.    STATUS current
  4413.    DESCRIPTION
  4414.       "The IP address type of this node."
  4415.    ::= { nodeInet46Entry 1 }
  4416.  
  4417. nodeInet46Address OBJECT-TYPE
  4418.    SYNTAX InetAddress (SIZE (1..64))
  4419.    MAX-ACCESS read-only
  4420.    STATUS current
  4421.    DESCRIPTION
  4422.       "The IPv4 or IPv6 address of this node."
  4423.    ::= { nodeInet46Entry 2 }
  4424.  
  4425. nodeInet46Port OBJECT-TYPE
  4426.    SYNTAX Integer32 (0..65535)
  4427.    MAX-ACCESS read-only
  4428.    STATUS current
  4429.    DESCRIPTION
  4430.       "The port this node listens on."
  4431.    ::= { nodeInet46Entry 3 }
  4432.  
  4433. nodeInet46HostName OBJECT-TYPE
  4434.    SYNTAX DisplayString (SIZE (0..255))
  4435.    MAX-ACCESS read-only
  4436.    STATUS current
  4437.    DESCRIPTION
  4438.       "The resolved name for this node."
  4439.    ::= { nodeInet46Entry 4 }
  4440.  
  4441. nodeInet46State OBJECT-TYPE
  4442.    SYNTAX INTEGER { alive(1),
  4443.                     dead(2),
  4444.                     unknown(3) }
  4445.    MAX-ACCESS read-only
  4446.    STATUS current
  4447.    DESCRIPTION
  4448.       "The state of this node."
  4449.    ::= { nodeInet46Entry 5 }
  4450.  
  4451. nodeInet46BytesToNodeLo OBJECT-TYPE
  4452.    SYNTAX Counter32
  4453.    MAX-ACCESS read-only
  4454.    STATUS obsolete
  4455.    DESCRIPTION
  4456.       "Bytes sent to this node ( low 32bits )."
  4457.    ::= { nodeInet46Entry 6 }
  4458.  
  4459. nodeInet46BytesToNodeHi OBJECT-TYPE
  4460.    SYNTAX Counter32
  4461.    MAX-ACCESS read-only
  4462.    STATUS obsolete
  4463.    DESCRIPTION
  4464.       "Bytes sent to this node ( high 32bits )."
  4465.    ::= { nodeInet46Entry 7 }
  4466.  
  4467. nodeInet46BytesFromNodeLo OBJECT-TYPE
  4468.    SYNTAX Counter32
  4469.    MAX-ACCESS read-only
  4470.    STATUS obsolete
  4471.    DESCRIPTION
  4472.       "Bytes received from this node ( low 32bits )."
  4473.    ::= { nodeInet46Entry 8 }
  4474.  
  4475. nodeInet46BytesFromNodeHi OBJECT-TYPE
  4476.    SYNTAX Counter32
  4477.    MAX-ACCESS read-only
  4478.    STATUS obsolete
  4479.    DESCRIPTION
  4480.       "Bytes received from this node ( high 32bits )."
  4481.    ::= { nodeInet46Entry 9 }
  4482.  
  4483. nodeInet46CurrentRequests OBJECT-TYPE
  4484.    SYNTAX Gauge32
  4485.    MAX-ACCESS read-only
  4486.    STATUS current
  4487.    DESCRIPTION
  4488.       "Active connections established to this node, does not include idle connections."
  4489.    ::= { nodeInet46Entry 10 }
  4490.  
  4491. nodeInet46TotalConn OBJECT-TYPE
  4492.    SYNTAX Counter32
  4493.    MAX-ACCESS read-only
  4494.    STATUS current
  4495.    DESCRIPTION
  4496.       "Requests sent to this node."
  4497.    ::= { nodeInet46Entry 11 }
  4498.  
  4499. nodeInet46PooledConn OBJECT-TYPE
  4500.    SYNTAX Counter32
  4501.    MAX-ACCESS read-only
  4502.    STATUS current
  4503.    DESCRIPTION
  4504.       "Requests that reused an existing pooled/keepalive
  4505.        connection rather than creating a new TCP connection."
  4506.    ::= { nodeInet46Entry 12 }
  4507.  
  4508. nodeInet46Failures OBJECT-TYPE
  4509.    SYNTAX Counter32
  4510.    MAX-ACCESS read-only
  4511.    STATUS current
  4512.    DESCRIPTION
  4513.       "Failures of this node."
  4514.    ::= { nodeInet46Entry 13 }
  4515.  
  4516. nodeInet46NewConn OBJECT-TYPE
  4517.    SYNTAX Counter32
  4518.    MAX-ACCESS read-only
  4519.    STATUS current
  4520.    DESCRIPTION
  4521.       "Requests that created a new connection to this node."
  4522.    ::= { nodeInet46Entry 14 }
  4523.  
  4524. nodeInet46Errors OBJECT-TYPE
  4525.    SYNTAX Counter32
  4526.    MAX-ACCESS read-only
  4527.    STATUS current
  4528.    DESCRIPTION
  4529.       "Number of timeouts, connection problems and other errors for this node."
  4530.    ::= { nodeInet46Entry 15 }
  4531.  
  4532. nodeInet46ResponseMin OBJECT-TYPE
  4533.    SYNTAX Gauge32
  4534.    MAX-ACCESS read-only
  4535.    STATUS current
  4536.    DESCRIPTION
  4537.       "Minimum response time (ms) in the last second for this node."
  4538.    ::= { nodeInet46Entry 16 }
  4539.  
  4540. nodeInet46ResponseMax OBJECT-TYPE
  4541.    SYNTAX Gauge32
  4542.    MAX-ACCESS read-only
  4543.    STATUS current
  4544.    DESCRIPTION
  4545.       "Maximum response time (ms) in the last second for this node."
  4546.    ::= { nodeInet46Entry 17 }
  4547.  
  4548. nodeInet46ResponseMean OBJECT-TYPE
  4549.    SYNTAX Gauge32
  4550.    MAX-ACCESS read-only
  4551.    STATUS current
  4552.    DESCRIPTION
  4553.       "Mean response time (ms) in the last second for this node."
  4554.    ::= { nodeInet46Entry 18 }
  4555.  
  4556. nodeInet46IdleConns OBJECT-TYPE
  4557.     SYNTAX Gauge32
  4558.     MAX-ACCESS read-only
  4559.     STATUS current
  4560.     DESCRIPTION
  4561.  "Number of idle HTTP connections to this node."
  4562.     ::= { nodeInet46Entry 19 }
  4563.  
  4564. nodeInet46CurrentConn OBJECT-TYPE
  4565.    SYNTAX Gauge32
  4566.    MAX-ACCESS read-only
  4567.    STATUS current
  4568.    DESCRIPTION
  4569.       "Current connections established to this node, includes idle connections and connections being established."
  4570.    ::= { nodeInet46Entry 20 }
  4571.  
  4572. nodeInet46BytesToNode OBJECT-TYPE
  4573.    SYNTAX Counter64
  4574.    MAX-ACCESS read-only
  4575.    STATUS current
  4576.    DESCRIPTION
  4577.       "Bytes sent to this node."
  4578.    ::= { nodeInet46Entry 21 }
  4579.  
  4580. nodeInet46BytesFromNode OBJECT-TYPE
  4581.    SYNTAX Counter64
  4582.    MAX-ACCESS read-only
  4583.    STATUS current
  4584.    DESCRIPTION
  4585.       "Bytes received from this node."
  4586.    ::= { nodeInet46Entry 22 }
  4587.  
  4588.  
  4589.  
  4590. --=============================================================================
  4591. -- PerPoolNodes
  4592. --=============================================================================
  4593. perPoolNodeNumber  OBJECT-TYPE
  4594.    SYNTAX Integer32 (0..65535)
  4595.    MAX-ACCESS read-only
  4596.    STATUS current
  4597.    DESCRIPTION
  4598.       "The number of nodes on this system."
  4599.    ::= { nodes 5 }
  4600.  
  4601.  
  4602. --======================================================
  4603. -- PerPoolNode Table
  4604. --======================================================
  4605.  
  4606. perPoolNodeTable OBJECT-TYPE
  4607.    SYNTAX SEQUENCE OF PerPoolNodeEntry
  4608.    MAX-ACCESS not-accessible
  4609.    STATUS current
  4610.    DESCRIPTION
  4611.       "This table defines all the information for a particular node in a pool."
  4612.    ::= { nodes 6 }
  4613.  
  4614. perPoolNodeEntry OBJECT-TYPE
  4615.    SYNTAX PerPoolNodeEntry
  4616.    MAX-ACCESS not-accessible
  4617.    STATUS current
  4618.    DESCRIPTION
  4619.       "This defines a row in the perPoolNodes table."
  4620.    INDEX { perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  4621.    ::= { perPoolNodeTable 1 }
  4622.  
  4623. PerPoolNodeEntry ::=
  4624.    SEQUENCE {
  4625.       perPoolNodePoolName         DisplayString,
  4626.       perPoolNodeNodeAddressType  InetAddressType,
  4627.       perPoolNodeNodeAddress      InetAddress,
  4628.       perPoolNodeNodePort         Integer32,
  4629.       perPoolNodeNodeHostName     DisplayString,
  4630.       perPoolNodeState            Integer32,
  4631.       perPoolNodeBytesToNodeLo    Counter32,
  4632.       perPoolNodeBytesToNodeHi    Counter32,
  4633.       perPoolNodeBytesFromNodeLo  Counter32,
  4634.       perPoolNodeBytesFromNodeHi  Counter32,
  4635.       perPoolNodeCurrentRequests  Gauge32,
  4636.       perPoolNodeTotalConn        Counter32,
  4637.       perPoolNodePooledConn       Counter32,
  4638.       perPoolNodeFailures         Counter32,
  4639.       perPoolNodeNewConn          Counter32,
  4640.       perPoolNodeErrors           Counter32,
  4641.       perPoolNodeResponseMin      Gauge32,
  4642.       perPoolNodeResponseMax      Gauge32,
  4643.       perPoolNodeResponseMean     Gauge32,
  4644.       perPoolNodeIdleConns        Gauge32,
  4645.       perPoolNodeCurrentConn      Gauge32,
  4646.       perPoolNodeBytesToNode      Counter64,
  4647.       perPoolNodeBytesFromNode    Counter64,
  4648.       perPoolNodePktsFromNodeLo   Counter32,
  4649.       perPoolNodePktsFromNodeHi   Counter32,
  4650.       perPoolNodeL4StatelessBuckets Gauge32,
  4651.       perPoolNodePktsToNodeLo     Counter32,
  4652.       perPoolNodePktsToNodeHi     Counter32,
  4653.       perPoolNodePktsToNode       Counter64,
  4654.       perPoolNodePktsFromNode     Counter64
  4655.    }
  4656.  
  4657. perPoolNodePoolName OBJECT-TYPE
  4658.    SYNTAX DisplayString (SIZE (0..255))
  4659.    MAX-ACCESS read-only
  4660.    STATUS current
  4661.    DESCRIPTION
  4662.       "The name of the pool that this node belongs to."
  4663.    ::= { perPoolNodeEntry 1 }
  4664.  
  4665. perPoolNodeNodeAddressType OBJECT-TYPE
  4666.    SYNTAX InetAddressType
  4667.    MAX-ACCESS read-only
  4668.    STATUS current
  4669.    DESCRIPTION
  4670.       "The IP address type of this node."
  4671.    ::= { perPoolNodeEntry 2 }
  4672.  
  4673. perPoolNodeNodeAddress OBJECT-TYPE
  4674.    SYNTAX InetAddress (SIZE (1..64))
  4675.    MAX-ACCESS read-only
  4676.    STATUS current
  4677.    DESCRIPTION
  4678.       "The IPv4 or IPv6 address of this node."
  4679.    ::= { perPoolNodeEntry 3 }
  4680.  
  4681. perPoolNodeNodePort OBJECT-TYPE
  4682.    SYNTAX Integer32 (0..65535)
  4683.    MAX-ACCESS read-only
  4684.    STATUS current
  4685.    DESCRIPTION
  4686.       "The port that this node listens on."
  4687.    ::= { perPoolNodeEntry 4 }
  4688.  
  4689. perPoolNodeNodeHostName OBJECT-TYPE
  4690.    SYNTAX DisplayString (SIZE (0..255))
  4691.    MAX-ACCESS read-only
  4692.    STATUS current
  4693.    DESCRIPTION
  4694.       "The name for this node provided in the configuration."
  4695.    ::= { perPoolNodeEntry 5 }
  4696.  
  4697. perPoolNodeState OBJECT-TYPE
  4698.    SYNTAX INTEGER { alive(1),
  4699.                     dead(2),
  4700.                     unknown(3),
  4701.                     draining(4),
  4702.                     drainingtodelete(5) }
  4703.    MAX-ACCESS read-only
  4704.    STATUS current
  4705.    DESCRIPTION
  4706.       "The state of this node."
  4707.    ::= { perPoolNodeEntry 6 }
  4708.  
  4709. perPoolNodeBytesToNodeLo OBJECT-TYPE
  4710.    SYNTAX Counter32
  4711.    MAX-ACCESS read-only
  4712.    STATUS obsolete
  4713.    DESCRIPTION
  4714.       "Bytes sent to this node ( low 32bits )."
  4715.    ::= { perPoolNodeEntry 7 }
  4716.  
  4717. perPoolNodeBytesToNodeHi OBJECT-TYPE
  4718.    SYNTAX Counter32
  4719.    MAX-ACCESS read-only
  4720.    STATUS obsolete
  4721.    DESCRIPTION
  4722.       "Bytes sent to this node ( high 32bits )."
  4723.    ::= { perPoolNodeEntry 8 }
  4724.  
  4725. perPoolNodeBytesFromNodeLo OBJECT-TYPE
  4726.    SYNTAX Counter32
  4727.    MAX-ACCESS read-only
  4728.    STATUS obsolete
  4729.    DESCRIPTION
  4730.       "Bytes received from this node ( low 32bits )."
  4731.    ::= { perPoolNodeEntry 9 }
  4732.  
  4733. perPoolNodeBytesFromNodeHi OBJECT-TYPE
  4734.    SYNTAX Counter32
  4735.    MAX-ACCESS read-only
  4736.    STATUS obsolete
  4737.    DESCRIPTION
  4738.       "Bytes received from this node ( high 32bits )."
  4739.    ::= { perPoolNodeEntry 10 }
  4740.  
  4741. perPoolNodeCurrentRequests OBJECT-TYPE
  4742.    SYNTAX Gauge32
  4743.    MAX-ACCESS read-only
  4744.    STATUS current
  4745.    DESCRIPTION
  4746.       "Active connections established to this node, does not include idle connections."
  4747.    ::= { perPoolNodeEntry 11 }
  4748.  
  4749. perPoolNodeTotalConn OBJECT-TYPE
  4750.    SYNTAX Counter32
  4751.    MAX-ACCESS read-only
  4752.    STATUS current
  4753.    DESCRIPTION
  4754.       "Requests sent to this node."
  4755.    ::= { perPoolNodeEntry 12 }
  4756.  
  4757. perPoolNodePooledConn OBJECT-TYPE
  4758.    SYNTAX Counter32
  4759.    MAX-ACCESS read-only
  4760.    STATUS current
  4761.    DESCRIPTION
  4762.       "Requests that reused an existing pooled/keepalive
  4763.        connection rather than creating a new TCP connection."
  4764.    ::= { perPoolNodeEntry 13 }
  4765.  
  4766. perPoolNodeFailures OBJECT-TYPE
  4767.    SYNTAX Counter32
  4768.    MAX-ACCESS read-only
  4769.    STATUS current
  4770.    DESCRIPTION
  4771.       "Failures of this node."
  4772.    ::= { perPoolNodeEntry 14 }
  4773.  
  4774. perPoolNodeNewConn OBJECT-TYPE
  4775.    SYNTAX Counter32
  4776.    MAX-ACCESS read-only
  4777.    STATUS current
  4778.    DESCRIPTION
  4779.       "Requests that created a new connection to this node."
  4780.    ::= { perPoolNodeEntry 15 }
  4781.  
  4782. perPoolNodeErrors OBJECT-TYPE
  4783.    SYNTAX Counter32
  4784.    MAX-ACCESS read-only
  4785.    STATUS current
  4786.    DESCRIPTION
  4787.       "Number of timeouts, connection problems and other errors for this node."
  4788.    ::= { perPoolNodeEntry 16 }
  4789.  
  4790. perPoolNodeResponseMin OBJECT-TYPE
  4791.    SYNTAX Gauge32
  4792.    MAX-ACCESS read-only
  4793.    STATUS current
  4794.    DESCRIPTION
  4795.       "Minimum response time (ms) in the last second for this node."
  4796.    ::= { perPoolNodeEntry 17 }
  4797.  
  4798. perPoolNodeResponseMax OBJECT-TYPE
  4799.    SYNTAX Gauge32
  4800.    MAX-ACCESS read-only
  4801.    STATUS current
  4802.    DESCRIPTION
  4803.       "Maximum response time (ms) in the last second for this node."
  4804.    ::= { perPoolNodeEntry 18 }
  4805.  
  4806. perPoolNodeResponseMean OBJECT-TYPE
  4807.    SYNTAX Gauge32
  4808.    MAX-ACCESS read-only
  4809.    STATUS current
  4810.    DESCRIPTION
  4811.       "Mean response time (ms) in the last second for this node."
  4812.    ::= { perPoolNodeEntry 19 }
  4813.  
  4814. perPoolNodeIdleConns OBJECT-TYPE
  4815.     SYNTAX Gauge32
  4816.     MAX-ACCESS read-only
  4817.     STATUS current
  4818.     DESCRIPTION
  4819.    "Number of idle HTTP connections to this node."
  4820.    ::= { perPoolNodeEntry 20 }
  4821.  
  4822. perPoolNodeCurrentConn OBJECT-TYPE
  4823.    SYNTAX Gauge32
  4824.    MAX-ACCESS read-only
  4825.    STATUS current
  4826.    DESCRIPTION
  4827.       "Current connections established to a node, includes idle connections and connections being established."
  4828.    ::= { perPoolNodeEntry 21 }
  4829.  
  4830. perPoolNodeBytesToNode OBJECT-TYPE
  4831.    SYNTAX Counter64
  4832.    MAX-ACCESS read-only
  4833.    STATUS current
  4834.    DESCRIPTION
  4835.       "Bytes sent to this node."
  4836.    ::= { perPoolNodeEntry 22 }
  4837.  
  4838. perPoolNodeBytesFromNode OBJECT-TYPE
  4839.    SYNTAX Counter64
  4840.    MAX-ACCESS read-only
  4841.    STATUS current
  4842.    DESCRIPTION
  4843.       "Bytes received from this node."
  4844.    ::= { perPoolNodeEntry 23 }
  4845.  
  4846. perPoolNodePktsFromNodeLo OBJECT-TYPE
  4847.    SYNTAX Counter32
  4848.    MAX-ACCESS read-only
  4849.    STATUS obsolete
  4850.    DESCRIPTION
  4851.       "Packets received from this node ( low 32bits )."
  4852.    ::= { perPoolNodeEntry 24 }
  4853.  
  4854. perPoolNodePktsFromNodeHi OBJECT-TYPE
  4855.    SYNTAX Counter32
  4856.    MAX-ACCESS read-only
  4857.    STATUS obsolete
  4858.    DESCRIPTION
  4859.       "Packets received from this node ( high 32bits )."
  4860.    ::= { perPoolNodeEntry 25 }
  4861.  
  4862. perPoolNodeL4StatelessBuckets OBJECT-TYPE
  4863.    SYNTAX Gauge32
  4864.    MAX-ACCESS read-only
  4865.    STATUS obsolete
  4866.    DESCRIPTION
  4867.       "Number of hash buckets occupied for this node for L4 stateless processing."
  4868.    ::= { perPoolNodeEntry 26 }
  4869.  
  4870. perPoolNodePktsToNodeLo OBJECT-TYPE
  4871.    SYNTAX Counter32
  4872.    MAX-ACCESS read-only
  4873.    STATUS obsolete
  4874.    DESCRIPTION
  4875.       "Packets sent to this node ( low 32bits )."
  4876.    ::= { perPoolNodeEntry 27 }
  4877.  
  4878. perPoolNodePktsToNodeHi OBJECT-TYPE
  4879.    SYNTAX Counter32
  4880.    MAX-ACCESS read-only
  4881.    STATUS obsolete
  4882.    DESCRIPTION
  4883.       "Packets sent to this node ( high 32bits )."
  4884.    ::= { perPoolNodeEntry 28 }
  4885.  
  4886. perPoolNodePktsToNode OBJECT-TYPE
  4887.    SYNTAX Counter64
  4888.    MAX-ACCESS read-only
  4889.    STATUS obsolete
  4890.    DESCRIPTION
  4891.       "Packets sent to this node."
  4892.    ::= { perPoolNodeEntry 29 }
  4893.  
  4894. perPoolNodePktsFromNode OBJECT-TYPE
  4895.    SYNTAX Counter64
  4896.    MAX-ACCESS read-only
  4897.    STATUS obsolete
  4898.    DESCRIPTION
  4899.       "Packets received from this node."
  4900.    ::= { perPoolNodeEntry 30 }
  4901.  
  4902.  
  4903. --=============================================================================
  4904. -- Traffic IPs
  4905. --=============================================================================
  4906.  
  4907. trafficIPNumber OBJECT-TYPE
  4908.    SYNTAX Integer32
  4909.    MAX-ACCESS read-only
  4910.    STATUS obsolete
  4911.    DESCRIPTION
  4912.       "The number of traffic IPv4 addresses on this system."
  4913.    ::= { trafficips 1 }
  4914.  
  4915. trafficIPNumberRaised OBJECT-TYPE
  4916.    SYNTAX Integer32
  4917.    MAX-ACCESS read-only
  4918.    STATUS obsolete
  4919.    DESCRIPTION
  4920.       "The number of traffic IPv4 addresses currently raised on this system."
  4921.    ::= { trafficips 2 }
  4922.  
  4923. --=======================================
  4924. -- Traffic IP Table (IPv4 addresses only)
  4925. --=======================================
  4926. trafficIPTable OBJECT-TYPE
  4927.    SYNTAX SEQUENCE OF TrafficIPEntry
  4928.    MAX-ACCESS not-accessible
  4929.    STATUS obsolete
  4930.    DESCRIPTION
  4931.       "This table details the traffic IPv4 addresses that are hosted by
  4932.        this traffic manager cluster."
  4933.    ::= { trafficips 3 }
  4934.  
  4935. trafficIPEntry OBJECT-TYPE
  4936.    SYNTAX TrafficIPEntry
  4937.    MAX-ACCESS not-accessible
  4938.    STATUS obsolete
  4939.    DESCRIPTION
  4940.       "This defines a row in the IPv4 traffic IP table."
  4941.    INDEX { trafficIPAddress }
  4942.    ::= { trafficIPTable 1 }
  4943.  
  4944. TrafficIPEntry ::=
  4945.    SEQUENCE {
  4946.       trafficIPAddress    IpAddress,
  4947.       trafficIPState      Integer32,
  4948.       trafficIPTime       TimeTicks
  4949.    }
  4950.  
  4951. trafficIPAddress OBJECT-TYPE
  4952.    SYNTAX IpAddress
  4953.    MAX-ACCESS read-only
  4954.    STATUS obsolete
  4955.    DESCRIPTION
  4956.       "This is a traffic IP address."
  4957.    ::= { trafficIPEntry 1 }
  4958.  
  4959. trafficIPState OBJECT-TYPE
  4960.    SYNTAX INTEGER { raised(1),
  4961.                     lowered(2) }
  4962.    MAX-ACCESS read-only
  4963.    STATUS obsolete
  4964.    DESCRIPTION
  4965.       "Whether this traffic IP address is currently being hosted by this
  4966.        traffic manager."
  4967.    ::= { trafficIPEntry 2 }
  4968.  
  4969. trafficIPTime OBJECT-TYPE
  4970.    SYNTAX TimeTicks
  4971.    MAX-ACCESS read-only
  4972.    STATUS obsolete
  4973.    DESCRIPTION
  4974.       "The time (in hundredths of a second) since trafficIPState last
  4975.        changed (this value will wrap if the state hasn't changed for 497 days)."
  4976.    ::= { trafficIPEntry 3 }
  4977.  
  4978.  
  4979. trafficIPGatewayPingRequests OBJECT-TYPE
  4980.    SYNTAX Counter32
  4981.    MAX-ACCESS read-only
  4982.    STATUS current
  4983.    DESCRIPTION
  4984.       "Number of ping requests sent to the gateway machine."
  4985.    ::= { trafficips 4 }
  4986.  
  4987. trafficIPGatewayPingResponses OBJECT-TYPE
  4988.    SYNTAX Counter32
  4989.    MAX-ACCESS read-only
  4990.    STATUS current
  4991.    DESCRIPTION
  4992.       "Number of ping responses received from the gateway machine."
  4993.    ::= { trafficips 5 }
  4994.  
  4995. trafficIPNodePingRequests OBJECT-TYPE
  4996.    SYNTAX Counter32
  4997.    MAX-ACCESS read-only
  4998.    STATUS current
  4999.    DESCRIPTION
  5000.       "Number of ping requests sent to the backend nodes."
  5001.    ::= { trafficips 6 }
  5002.  
  5003. trafficIPNodePingResponses OBJECT-TYPE
  5004.    SYNTAX Counter32
  5005.    MAX-ACCESS read-only
  5006.    STATUS current
  5007.    DESCRIPTION
  5008.       "Number of ping responses received from the backend nodes."
  5009.    ::= { trafficips 7 }
  5010.  
  5011. trafficIPPingResponseErrors OBJECT-TYPE
  5012.    SYNTAX Counter32
  5013.    MAX-ACCESS read-only
  5014.    STATUS current
  5015.    DESCRIPTION
  5016.       "Number of ping response errors."
  5017.    ::= { trafficips 8 }
  5018.  
  5019. trafficIPARPMessage OBJECT-TYPE
  5020.    SYNTAX Counter32
  5021.    MAX-ACCESS read-only
  5022.    STATUS current
  5023.    DESCRIPTION
  5024.       "Number of ARP messages sent for raised Traffic IP Addresses."
  5025.    ::= { trafficips 9 }
  5026.  
  5027. trafficIPNumberInet46 OBJECT-TYPE
  5028.    SYNTAX Integer32
  5029.    MAX-ACCESS read-only
  5030.    STATUS current
  5031.    DESCRIPTION
  5032.       "The number of traffic IP addresses on this system (includes IPv4 and IPv6 addresses)."
  5033.    ::= { trafficips 10 }
  5034.  
  5035. trafficIPNumberRaisedInet46 OBJECT-TYPE
  5036.    SYNTAX Integer32
  5037.    MAX-ACCESS read-only
  5038.    STATUS current
  5039.    DESCRIPTION
  5040.       "The number of traffic IP addresses currently raised on this system (includes IPv4 and IPv6 addresses)."
  5041.    ::= { trafficips 11 }
  5042.  
  5043. --===========================================
  5044. -- Traffic IP Table (IPv4 and IPv6 addresses)
  5045. --===========================================
  5046. trafficIPInet46Table OBJECT-TYPE
  5047.    SYNTAX SEQUENCE OF TrafficIPInet46Entry
  5048.    MAX-ACCESS not-accessible
  5049.    STATUS current
  5050.    DESCRIPTION
  5051.       "This table details the traffic IP addresses that are hosted by
  5052.        this traffic manager cluster (includes IPv4 and IPv6 addresses)."
  5053.    ::= { trafficips 12 }
  5054.  
  5055. trafficIPInet46Entry OBJECT-TYPE
  5056.    SYNTAX TrafficIPInet46Entry
  5057.    MAX-ACCESS not-accessible
  5058.    STATUS current
  5059.    DESCRIPTION
  5060.       "This defines a row in the traffic IP table."
  5061.    INDEX { trafficIPInet46AddressType, trafficIPInet46Address }
  5062.    ::= { trafficIPInet46Table 1 }
  5063.  
  5064. TrafficIPInet46Entry ::=
  5065.    SEQUENCE {
  5066.       trafficIPInet46AddressType InetAddressType,
  5067.       trafficIPInet46Address     InetAddress,
  5068.       trafficIPInet46State       Integer32,
  5069.       trafficIPInet46Time        TimeTicks
  5070.    }
  5071.  
  5072. trafficIPInet46AddressType OBJECT-TYPE
  5073.    SYNTAX InetAddressType
  5074.    MAX-ACCESS read-only
  5075.    STATUS current
  5076.    DESCRIPTION
  5077.       "The traffic IP address type."
  5078.    ::= { trafficIPInet46Entry 1 }
  5079.  
  5080. trafficIPInet46Address OBJECT-TYPE
  5081.    SYNTAX InetAddress (SIZE (1..64))
  5082.    MAX-ACCESS read-only
  5083.    STATUS current
  5084.    DESCRIPTION
  5085.       "This is a traffic IP address."
  5086.    ::= { trafficIPInet46Entry 2 }
  5087.  
  5088. trafficIPInet46State OBJECT-TYPE
  5089.    SYNTAX INTEGER { raised(1),
  5090.                     lowered(2) }
  5091.    MAX-ACCESS read-only
  5092.    STATUS current
  5093.    DESCRIPTION
  5094.       "Whether this traffic IP address is currently being hosted by this
  5095.        traffic manager."
  5096.    ::= { trafficIPInet46Entry 3 }
  5097.  
  5098. trafficIPInet46Time OBJECT-TYPE
  5099.    SYNTAX TimeTicks
  5100.    MAX-ACCESS read-only
  5101.    STATUS current
  5102.    DESCRIPTION
  5103.       "The time (in hundredths of a second) since trafficIPState last
  5104.        changed (this value will wrap if the state hasn't changed for 497 days)."
  5105.    ::= { trafficIPInet46Entry 4 }
  5106.  
  5107.  
  5108. --=============================================================================
  5109. -- Service Protection
  5110. --=============================================================================
  5111.  
  5112. serviceProtNumber OBJECT-TYPE
  5113.    SYNTAX Integer32
  5114.    MAX-ACCESS read-only
  5115.    STATUS current
  5116.    DESCRIPTION
  5117.       "The number of service protection classes defined."
  5118.    ::= { serviceprotection 1 }
  5119.  
  5120. --============================
  5121. -- Service Protection Classes
  5122. --============================
  5123. serviceProtTable OBJECT-TYPE
  5124.    SYNTAX SEQUENCE OF ServiceProtectionClassEntry
  5125.    MAX-ACCESS not-accessible
  5126.    STATUS current
  5127.    DESCRIPTION
  5128.       "This table provides information and statistics for service
  5129.       protection classes."
  5130.    ::= { serviceprotection 2 }
  5131.  
  5132. serviceProtEntry OBJECT-TYPE
  5133.    SYNTAX ServiceProtectionClassEntry
  5134.    MAX-ACCESS not-accessible
  5135.    STATUS current
  5136.    DESCRIPTION
  5137.       "This defines a row in the service protection table."
  5138.    INDEX { serviceProtName }
  5139.    ::= { serviceProtTable 1 }
  5140.  
  5141. ServiceProtectionClassEntry ::=
  5142.    SEQUENCE {
  5143.       serviceProtName             DisplayString,
  5144.       serviceProtTotalRefusal     Counter32,
  5145.       serviceProtLastRefusalTime  TimeTicks,
  5146.       serviceProtRefusalIP        Counter32,
  5147.       serviceProtRefusalConc1IP   Counter32,
  5148.       serviceProtRefusalConc10IP  Counter32,
  5149.       serviceProtRefusalConnRate  Counter32,
  5150.       serviceProtRefusalRFC2396   Counter32,
  5151.       serviceProtRefusalSize      Counter32,
  5152.       serviceProtRefusalBinary    Counter32
  5153.    }
  5154.  
  5155. serviceProtName OBJECT-TYPE
  5156.    SYNTAX DisplayString (SIZE (0..255))
  5157.    MAX-ACCESS read-only
  5158.    STATUS current
  5159.    DESCRIPTION
  5160.       "The name of the service protection class."
  5161.    ::= { serviceProtEntry 1 }
  5162.  
  5163. serviceProtTotalRefusal OBJECT-TYPE
  5164.    SYNTAX Counter32
  5165.    MAX-ACCESS read-only
  5166.    STATUS current
  5167.    DESCRIPTION
  5168.       "Connections refused by this service protection class."
  5169.    ::= { serviceProtEntry 2 }
  5170.  
  5171. serviceProtLastRefusalTime OBJECT-TYPE
  5172.    SYNTAX TimeTicks
  5173.    MAX-ACCESS read-only
  5174.    STATUS current
  5175.    DESCRIPTION
  5176.       "The time (in hundredths of a second) since this service
  5177.       protection class last refused a connection (this value will
  5178.       wrap if no connections are refused in more than 497 days)."
  5179.    ::= { serviceProtEntry 3 }
  5180.  
  5181. serviceProtRefusalIP OBJECT-TYPE
  5182.    SYNTAX Counter32
  5183.    MAX-ACCESS read-only
  5184.    STATUS current
  5185.    DESCRIPTION
  5186.       "Connections refused by this service protection class because the
  5187.       source IP address was banned."
  5188.    ::= { serviceProtEntry 4 }
  5189.  
  5190. serviceProtRefusalConc1IP OBJECT-TYPE
  5191.    SYNTAX Counter32
  5192.    MAX-ACCESS read-only
  5193.    STATUS current
  5194.    DESCRIPTION
  5195.       "Connections refused by this service protection class because the
  5196.       source IP address issued too many concurrent connections."
  5197.    ::= { serviceProtEntry 5 }
  5198.  
  5199. serviceProtRefusalConc10IP OBJECT-TYPE
  5200.    SYNTAX Counter32
  5201.    MAX-ACCESS read-only
  5202.    STATUS current
  5203.    DESCRIPTION
  5204.       "Connections refused by this service protection class because the
  5205.       top 10 source IP addresses issued too many concurrent connections."
  5206.    ::= { serviceProtEntry 6 }
  5207.  
  5208. serviceProtRefusalConnRate OBJECT-TYPE
  5209.    SYNTAX Counter32
  5210.    MAX-ACCESS read-only
  5211.    STATUS current
  5212.    DESCRIPTION
  5213.       "Connections refused by this service protection class because the
  5214.       source IP address issued too many connections within 60 seconds."
  5215.    ::= { serviceProtEntry 7 }
  5216.  
  5217. serviceProtRefusalRFC2396 OBJECT-TYPE
  5218.    SYNTAX Counter32
  5219.    MAX-ACCESS read-only
  5220.    STATUS current
  5221.    DESCRIPTION
  5222.       "Connections refused by this service protection class because the
  5223.       HTTP request was not RFC 2396 compliant."
  5224.    ::= { serviceProtEntry 8 }
  5225.  
  5226. serviceProtRefusalSize OBJECT-TYPE
  5227.    SYNTAX Counter32
  5228.    MAX-ACCESS read-only
  5229.    STATUS current
  5230.    DESCRIPTION
  5231.       "Connections refused by this service protection class because the
  5232.       request was larger than the defined limits allowed."
  5233.    ::= { serviceProtEntry 9 }
  5234.  
  5235. serviceProtRefusalBinary OBJECT-TYPE
  5236.    SYNTAX Counter32
  5237.    MAX-ACCESS read-only
  5238.    STATUS current
  5239.    DESCRIPTION
  5240.       "Connections refused by this service protection class because the
  5241.       request contained disallowed binary content."
  5242.    ::= { serviceProtEntry 10 }
  5243.  
  5244. --=============================================================================
  5245. -- Service Level Monitoring (SLM)
  5246. --=============================================================================
  5247.  
  5248. serviceLevelNumber OBJECT-TYPE
  5249.    SYNTAX Integer32
  5250.    MAX-ACCESS read-only
  5251.    STATUS current
  5252.    DESCRIPTION
  5253.       "The number of SLM classes defined."
  5254.    ::= { servicelevelmonitoring 1 }
  5255.  
  5256. --==================================
  5257. -- Service Level Monitoring Classes
  5258. --==================================
  5259. serviceLevelTable OBJECT-TYPE
  5260.    SYNTAX SEQUENCE OF ServiceLevelClassEntry
  5261.    MAX-ACCESS not-accessible
  5262.    STATUS current
  5263.    DESCRIPTION
  5264.       "This table provides information and statistics for SLM classes."
  5265.    ::= { servicelevelmonitoring 2 }
  5266.  
  5267. serviceLevelEntry OBJECT-TYPE
  5268.    SYNTAX ServiceLevelClassEntry
  5269.    MAX-ACCESS not-accessible
  5270.    STATUS current
  5271.    DESCRIPTION
  5272.       "This defines a row in the SLM table."
  5273.    INDEX { serviceLevelName }
  5274.    ::= { serviceLevelTable 1 }
  5275.  
  5276. ServiceLevelClassEntry ::=
  5277.    SEQUENCE {
  5278.       serviceLevelName              DisplayString,
  5279.       serviceLevelTotalConn         Counter32,
  5280.       serviceLevelTotalNonConf      Counter32,
  5281.       serviceLevelResponseMin       Gauge32,
  5282.       serviceLevelResponseMax       Gauge32,
  5283.       serviceLevelResponseMean      Gauge32,
  5284.       serviceLevelIsOK              Integer32,
  5285.       serviceLevelConforming        Gauge32,
  5286.       serviceLevelCurrentConns      Gauge32
  5287.    }
  5288.  
  5289. serviceLevelName OBJECT-TYPE
  5290.    SYNTAX DisplayString (SIZE (0..255))
  5291.    MAX-ACCESS read-only
  5292.    STATUS current
  5293.    DESCRIPTION
  5294.       "The name of the SLM class."
  5295.    ::= { serviceLevelEntry 1 }
  5296.  
  5297. serviceLevelTotalConn OBJECT-TYPE
  5298.    SYNTAX Counter32
  5299.    MAX-ACCESS read-only
  5300.    STATUS current
  5301.    DESCRIPTION
  5302.       "Requests handled by this SLM class."
  5303.    ::= { serviceLevelEntry 2 }
  5304.  
  5305. serviceLevelTotalNonConf OBJECT-TYPE
  5306.    SYNTAX Counter32
  5307.    MAX-ACCESS read-only
  5308.    STATUS current
  5309.    DESCRIPTION
  5310.       "Non-conforming requests handled by this SLM class."
  5311.    ::= { serviceLevelEntry 3 }
  5312.  
  5313. serviceLevelResponseMin OBJECT-TYPE
  5314.    SYNTAX Gauge32
  5315.    MAX-ACCESS read-only
  5316.    STATUS current
  5317.    DESCRIPTION
  5318.       "Minimum response time (ms) in the last second for this SLM class."
  5319.    ::= { serviceLevelEntry 4 }
  5320.  
  5321. serviceLevelResponseMax OBJECT-TYPE
  5322.    SYNTAX Gauge32
  5323.    MAX-ACCESS read-only
  5324.    STATUS current
  5325.    DESCRIPTION
  5326.       "Maximum response time (ms) in the last second for this SLM class."
  5327.    ::= { serviceLevelEntry 5 }
  5328.  
  5329. serviceLevelResponseMean OBJECT-TYPE
  5330.    SYNTAX Gauge32
  5331.    MAX-ACCESS read-only
  5332.    STATUS current
  5333.    DESCRIPTION
  5334.       "Mean response time (ms) in the last second for this SLM class."
  5335.    ::= { serviceLevelEntry 6 }
  5336.  
  5337. serviceLevelIsOK OBJECT-TYPE
  5338.    SYNTAX INTEGER { notok(1),
  5339.                     ok(2) }
  5340.    MAX-ACCESS read-only
  5341.    STATUS current
  5342.    DESCRIPTION
  5343.       "Indicates if this SLM class is currently conforming."
  5344.    ::= { serviceLevelEntry 7 }
  5345.  
  5346. serviceLevelConforming OBJECT-TYPE
  5347.    SYNTAX Gauge32
  5348.    MAX-ACCESS read-only
  5349.    STATUS current
  5350.    DESCRIPTION
  5351.       "Percentage of requests associated with this SLM class that are conforming"
  5352.    ::= { serviceLevelEntry 8 }
  5353.  
  5354. serviceLevelCurrentConns OBJECT-TYPE
  5355.    SYNTAX Gauge32
  5356.    MAX-ACCESS read-only
  5357.    STATUS current
  5358.    DESCRIPTION
  5359.       "The number of connections currently associated with this SLM class."
  5360.    ::= { serviceLevelEntry 9 }
  5361.  
  5362.  
  5363. --=============================================================================
  5364. -- Per Node Service Level Monitoring Properties (IPv4 nodes only)
  5365. --=============================================================================
  5366.  
  5367. perNodeServiceLevelTable OBJECT-TYPE
  5368.    SYNTAX SEQUENCE OF PerNodeServiceLevelClassEntry
  5369.    MAX-ACCESS not-accessible
  5370.    STATUS obsolete
  5371.    DESCRIPTION
  5372.       "This table provides information and statistics for SLM classes
  5373.        on a per node basis (IPv4 nodes only)."
  5374.    ::= { pernodeservicelevelmon 1 }
  5375.  
  5376. perNodeServiceLevelEntry OBJECT-TYPE
  5377.    SYNTAX PerNodeServiceLevelClassEntry
  5378.    MAX-ACCESS not-accessible
  5379.    STATUS obsolete
  5380.    DESCRIPTION
  5381.       "This defines a row in the per-node SLM table (IPv4 nodes only)."
  5382.    INDEX { perNodeServiceLevelSLMName, perNodeServiceLevelNodeIPAddr, perNodeServiceLevelNodePort }
  5383.    ::= { perNodeServiceLevelTable 1 }
  5384.  
  5385. PerNodeServiceLevelClassEntry ::=
  5386.    SEQUENCE {
  5387.       perNodeServiceLevelSLMName           DisplayString,
  5388.       perNodeServiceLevelNodeIPAddr        IpAddress,
  5389.       perNodeServiceLevelNodePort          Integer32,
  5390.       perNodeServiceLevelTotalConn         Counter32,
  5391.       perNodeServiceLevelTotalNonConf      Counter32,
  5392.       perNodeServiceLevelResponseMin       Gauge32,
  5393.       perNodeServiceLevelResponseMax       Gauge32,
  5394.       perNodeServiceLevelResponseMean      Gauge32
  5395.    }
  5396.  
  5397. perNodeServiceLevelSLMName OBJECT-TYPE
  5398.    SYNTAX DisplayString (SIZE (0..255))
  5399.    MAX-ACCESS read-only
  5400.    STATUS obsolete
  5401.    DESCRIPTION
  5402.       "The name of the SLM class."
  5403.    ::= { perNodeServiceLevelEntry 1 }
  5404.  
  5405. perNodeServiceLevelNodeIPAddr OBJECT-TYPE
  5406.    SYNTAX IpAddress
  5407.    MAX-ACCESS read-only
  5408.    STATUS obsolete
  5409.    DESCRIPTION
  5410.       "The IP address of this node."
  5411.    ::= { perNodeServiceLevelEntry 2 }
  5412.  
  5413. perNodeServiceLevelNodePort OBJECT-TYPE
  5414.    SYNTAX Integer32 (0..65535)
  5415.    MAX-ACCESS read-only
  5416.    STATUS obsolete
  5417.    DESCRIPTION
  5418.       "The port number of this node."
  5419.    ::= { perNodeServiceLevelEntry 3 }
  5420.  
  5421. perNodeServiceLevelTotalConn OBJECT-TYPE
  5422.    SYNTAX Counter32
  5423.    MAX-ACCESS read-only
  5424.    STATUS obsolete
  5425.    DESCRIPTION
  5426.       "Requests handled by this SLM class to this node."
  5427.    ::= { perNodeServiceLevelEntry 4 }
  5428.  
  5429. perNodeServiceLevelTotalNonConf OBJECT-TYPE
  5430.    SYNTAX Counter32
  5431.    MAX-ACCESS read-only
  5432.    STATUS obsolete
  5433.    DESCRIPTION
  5434.       "Non-conforming requests handled by this SLM class to this node."
  5435.    ::= { perNodeServiceLevelEntry 5 }
  5436.  
  5437. perNodeServiceLevelResponseMin OBJECT-TYPE
  5438.    SYNTAX Gauge32
  5439.    MAX-ACCESS read-only
  5440.    STATUS obsolete
  5441.    DESCRIPTION
  5442.       "Minimum response time (ms) in the last second for this SLM class to
  5443.        this node."
  5444.    ::= { perNodeServiceLevelEntry 6 }
  5445.  
  5446. perNodeServiceLevelResponseMax OBJECT-TYPE
  5447.    SYNTAX Gauge32
  5448.    MAX-ACCESS read-only
  5449.    STATUS obsolete
  5450.    DESCRIPTION
  5451.       "Maximum response time (ms) in the last second for this SLM class to
  5452.        this node."
  5453.    ::= { perNodeServiceLevelEntry 7 }
  5454.  
  5455. perNodeServiceLevelResponseMean OBJECT-TYPE
  5456.    SYNTAX Gauge32
  5457.    MAX-ACCESS read-only
  5458.    STATUS obsolete
  5459.    DESCRIPTION
  5460.       "Mean response time (ms) in the last second for this SLM class to
  5461.        this node."
  5462.    ::= { perNodeServiceLevelEntry 8 }
  5463.  
  5464. --=============================================================================
  5465. -- Per Node Service Level Monitoring Properties (IPv4 and IPv6 nodes)
  5466. --=============================================================================
  5467.  
  5468. perNodeServiceLevelInet46Table OBJECT-TYPE
  5469.    SYNTAX SEQUENCE OF PerNodeServiceLevelClassInet46Entry
  5470.    MAX-ACCESS not-accessible
  5471.    STATUS current
  5472.    DESCRIPTION
  5473.       "This table provides information and statistics for SLM classes
  5474.        on a per node basis (includes IPv4 and IPv6 nodes)."
  5475.    ::= { pernodeservicelevelmon 2 }
  5476.  
  5477. perNodeServiceLevelInet46Entry OBJECT-TYPE
  5478.    SYNTAX PerNodeServiceLevelClassInet46Entry
  5479.    MAX-ACCESS not-accessible
  5480.    STATUS current
  5481.    DESCRIPTION
  5482.       "This defines a row in the per-node SLM table (includes IPv4 and IPv6 nodes)."
  5483.    INDEX { perNodeServiceLevelInet46SLMName, perNodeServiceLevelInet46NodeAddressType, perNodeServiceLevelInet46NodeAddress, perNodeServiceLevelInet46NodePort }
  5484.    ::= { perNodeServiceLevelInet46Table 1 }
  5485.  
  5486. PerNodeServiceLevelClassInet46Entry ::=
  5487.    SEQUENCE {
  5488.       perNodeServiceLevelInet46SLMName                DisplayString,
  5489.       perNodeServiceLevelInet46NodeAddressType    InetAddressType,
  5490.       perNodeServiceLevelInet46NodeAddress        InetAddress,
  5491.       perNodeServiceLevelInet46NodePort               Integer32,
  5492.       perNodeServiceLevelInet46TotalConn              Counter32,
  5493.       perNodeServiceLevelInet46TotalNonConf           Counter32,
  5494.       perNodeServiceLevelInet46ResponseMin            Gauge32,
  5495.       perNodeServiceLevelInet46ResponseMax            Gauge32,
  5496.       perNodeServiceLevelInet46ResponseMean           Gauge32
  5497.    }
  5498.  
  5499. perNodeServiceLevelInet46SLMName OBJECT-TYPE
  5500.    SYNTAX DisplayString (SIZE (0..255))
  5501.    MAX-ACCESS read-only
  5502.    STATUS current
  5503.    DESCRIPTION
  5504.       "The name of the SLM class."
  5505.    ::= { perNodeServiceLevelInet46Entry 1 }
  5506.  
  5507. perNodeServiceLevelInet46NodeAddressType OBJECT-TYPE
  5508.    SYNTAX InetAddressType
  5509.    MAX-ACCESS read-only
  5510.    STATUS current
  5511.    DESCRIPTION
  5512.       "The type of IP address of this node."
  5513.    ::= { perNodeServiceLevelInet46Entry 2 }
  5514.  
  5515. perNodeServiceLevelInet46NodeAddress OBJECT-TYPE
  5516.    SYNTAX InetAddress (SIZE (1..64))
  5517.    MAX-ACCESS read-only
  5518.    STATUS current
  5519.    DESCRIPTION
  5520.       "The IP address of this node."
  5521.    ::= { perNodeServiceLevelInet46Entry 3 }
  5522.  
  5523. perNodeServiceLevelInet46NodePort OBJECT-TYPE
  5524.    SYNTAX Integer32 (0..65535)
  5525.    MAX-ACCESS read-only
  5526.    STATUS current
  5527.    DESCRIPTION
  5528.       "The port number of this node."
  5529.    ::= { perNodeServiceLevelInet46Entry 4 }
  5530.  
  5531. perNodeServiceLevelInet46TotalConn OBJECT-TYPE
  5532.    SYNTAX Counter32
  5533.    MAX-ACCESS read-only
  5534.    STATUS current
  5535.    DESCRIPTION
  5536.       "Requests handled by this SLM class to this node."
  5537.    ::= { perNodeServiceLevelInet46Entry 5 }
  5538.  
  5539. perNodeServiceLevelInet46TotalNonConf OBJECT-TYPE
  5540.    SYNTAX Counter32
  5541.    MAX-ACCESS read-only
  5542.    STATUS current
  5543.    DESCRIPTION
  5544.       "Non-conforming requests handled by this SLM class to this node."
  5545.    ::= { perNodeServiceLevelInet46Entry 6 }
  5546.  
  5547. perNodeServiceLevelInet46ResponseMin OBJECT-TYPE
  5548.    SYNTAX Gauge32
  5549.    MAX-ACCESS read-only
  5550.    STATUS current
  5551.    DESCRIPTION
  5552.       "Minimum response time (ms) in the last second for this SLM class to
  5553.        this node."
  5554.    ::= { perNodeServiceLevelInet46Entry 7 }
  5555.  
  5556. perNodeServiceLevelInet46ResponseMax OBJECT-TYPE
  5557.    SYNTAX Gauge32
  5558.    MAX-ACCESS read-only
  5559.    STATUS current
  5560.    DESCRIPTION
  5561.       "Maximum response time (ms) in the last second for this SLM class to
  5562.        this node."
  5563.    ::= { perNodeServiceLevelInet46Entry 8 }
  5564.  
  5565. perNodeServiceLevelInet46ResponseMean OBJECT-TYPE
  5566.    SYNTAX Gauge32
  5567.    MAX-ACCESS read-only
  5568.    STATUS current
  5569.    DESCRIPTION
  5570.       "Mean response time (ms) in the last second for this SLM class to
  5571.        this node."
  5572.    ::= { perNodeServiceLevelInet46Entry 9 }
  5573.  
  5574. --=============================================================================
  5575. -- Bandwidth Management
  5576. --=============================================================================
  5577.  
  5578. bandwidthClassNumber OBJECT-TYPE
  5579.    SYNTAX Integer32
  5580.    MAX-ACCESS read-only
  5581.    STATUS current
  5582.    DESCRIPTION
  5583.       "The number of bandwidth classes defined."
  5584.    ::= { bandwidthmgt 1 }
  5585.  
  5586. --============================
  5587. -- Bandwidth Classes
  5588. --============================
  5589. bandwidthClassTable OBJECT-TYPE
  5590.    SYNTAX SEQUENCE OF BandwidthClassEntry
  5591.    MAX-ACCESS not-accessible
  5592.    STATUS current
  5593.    DESCRIPTION
  5594.       "This table provides information and statistics for
  5595.       bandwidth classes."
  5596.    ::= { bandwidthmgt 2 }
  5597.  
  5598. bandwidthClassEntry OBJECT-TYPE
  5599.    SYNTAX BandwidthClassEntry
  5600.    MAX-ACCESS not-accessible
  5601.    STATUS current
  5602.    DESCRIPTION
  5603.       "This defines a row in the bandwidth class."
  5604.    INDEX { bandwidthClassName }
  5605.    ::= { bandwidthClassTable 1 }
  5606.  
  5607. BandwidthClassEntry ::=
  5608.    SEQUENCE {
  5609.       bandwidthClassName          DisplayString,
  5610.       bandwidthClassMaximum       Integer32,
  5611.       bandwidthClassGuarantee     Integer32,
  5612.       bandwidthClassBytesOutLo    Counter32,
  5613.       bandwidthClassBytesOutHi    Counter32,
  5614.       bandwidthClassBytesOut      Counter64,
  5615.       bandwidthClassPktsDrop      Counter64,
  5616.       bandwidthClassPktsDropLo    Counter32,
  5617.       bandwidthClassPktsDropHi    Counter32,
  5618.       bandwidthClassBytesDrop     Counter64,
  5619.       bandwidthClassBytesDropLo   Counter32,
  5620.       bandwidthClassBytesDropHi   Counter32
  5621.    }
  5622.  
  5623. bandwidthClassName OBJECT-TYPE
  5624.    SYNTAX DisplayString (SIZE (0..255))
  5625.    MAX-ACCESS read-only
  5626.    STATUS current
  5627.    DESCRIPTION
  5628.       "The name of the bandwidth class."
  5629.    ::= { bandwidthClassEntry 1 }
  5630.  
  5631. bandwidthClassMaximum OBJECT-TYPE
  5632.    SYNTAX Integer32
  5633.    MAX-ACCESS read-only
  5634.    STATUS current
  5635.    DESCRIPTION
  5636.       "Maximum bandwidth class limit (kbits/s)."
  5637.    ::= { bandwidthClassEntry 2 }
  5638.  
  5639. bandwidthClassGuarantee OBJECT-TYPE
  5640.    SYNTAX Integer32
  5641.    MAX-ACCESS read-only
  5642.    STATUS current
  5643.    DESCRIPTION
  5644.       "Guaranteed bandwidth class limit (kbits/s).  Currently unused."
  5645.    ::= { bandwidthClassEntry 3 }
  5646.  
  5647. bandwidthClassBytesOutLo OBJECT-TYPE
  5648.    SYNTAX Counter32
  5649.    MAX-ACCESS read-only
  5650.    STATUS obsolete
  5651.    DESCRIPTION
  5652.       "Bytes output by connections assigned to this bandwidth class ( low 32bits )."
  5653.    ::= { bandwidthClassEntry 4 }
  5654.  
  5655. bandwidthClassBytesOutHi OBJECT-TYPE
  5656.    SYNTAX Counter32
  5657.    MAX-ACCESS read-only
  5658.    STATUS obsolete
  5659.    DESCRIPTION
  5660.       "Bytes output by connections assigned to this bandwidth class ( high 32bits )."
  5661.    ::= { bandwidthClassEntry 5 }
  5662.  
  5663. bandwidthClassBytesOut OBJECT-TYPE
  5664.    SYNTAX Counter64
  5665.    MAX-ACCESS read-only
  5666.    STATUS current
  5667.    DESCRIPTION
  5668.       "Bytes output by connections assigned to this bandwidth class."
  5669.    ::= { bandwidthClassEntry 6 }
  5670.  
  5671. bandwidthClassPktsDrop OBJECT-TYPE
  5672.    SYNTAX Counter64
  5673.    MAX-ACCESS read-only
  5674.    STATUS obsolete
  5675.    DESCRIPTION
  5676.       "Number of packets dropped by this bandwidth class."
  5677.    ::= { bandwidthClassEntry 7 }
  5678.  
  5679. bandwidthClassPktsDropLo OBJECT-TYPE
  5680.    SYNTAX Counter32
  5681.    MAX-ACCESS read-only
  5682.    STATUS obsolete
  5683.    DESCRIPTION
  5684.       "Number of packets dropped by this bandwidth class ( low 32bits )."
  5685.    ::= { bandwidthClassEntry 8 }
  5686.  
  5687. bandwidthClassPktsDropHi OBJECT-TYPE
  5688.    SYNTAX Counter32
  5689.    MAX-ACCESS read-only
  5690.    STATUS obsolete
  5691.    DESCRIPTION
  5692.       "Number of packets dropped by this bandwidth class ( high 32bits )."
  5693.    ::= { bandwidthClassEntry 9 }
  5694.  
  5695. bandwidthClassBytesDrop OBJECT-TYPE
  5696.    SYNTAX Counter64
  5697.    MAX-ACCESS read-only
  5698.    STATUS obsolete
  5699.    DESCRIPTION
  5700.       "Bytes dropped by this bandwidth class."
  5701.    ::= { bandwidthClassEntry 10 }
  5702.  
  5703. bandwidthClassBytesDropLo OBJECT-TYPE
  5704.    SYNTAX Counter32
  5705.    MAX-ACCESS read-only
  5706.    STATUS obsolete
  5707.    DESCRIPTION
  5708.       "Bytes dropped by this bandwidth class ( low 32bits )."
  5709.    ::= { bandwidthClassEntry 11 }
  5710.  
  5711. bandwidthClassBytesDropHi OBJECT-TYPE
  5712.    SYNTAX Counter32
  5713.    MAX-ACCESS read-only
  5714.    STATUS obsolete
  5715.    DESCRIPTION
  5716.       "Bytes dropped by this bandwidth class ( high 32bits )."
  5717.    ::= { bandwidthClassEntry 12 }
  5718.  
  5719. --=============================================================================
  5720. -- Request Rate Shaping
  5721. --=============================================================================
  5722.  
  5723. rateClassNumber OBJECT-TYPE
  5724.    SYNTAX Integer32
  5725.    MAX-ACCESS read-only
  5726.    STATUS current
  5727.    DESCRIPTION
  5728.       "The number of rate classes defined."
  5729.    ::= { connratelimit 1 }
  5730.  
  5731. --============================
  5732. -- Rate Classes
  5733. --============================
  5734. rateClassTable OBJECT-TYPE
  5735.    SYNTAX SEQUENCE OF RateClassEntry
  5736.    MAX-ACCESS not-accessible
  5737.    STATUS current
  5738.    DESCRIPTION
  5739.       "This table provides information and statistics for
  5740.       rate classes."
  5741.    ::= { connratelimit 2 }
  5742.  
  5743. rateClassEntry OBJECT-TYPE
  5744.    SYNTAX RateClassEntry
  5745.    MAX-ACCESS not-accessible
  5746.    STATUS current
  5747.    DESCRIPTION
  5748.       "This defines a row in the rate class info."
  5749.    INDEX { rateClassName }
  5750.    ::= { rateClassTable 1 }
  5751.  
  5752. RateClassEntry ::=
  5753.    SEQUENCE {
  5754.       rateClassName              DisplayString,
  5755.       rateClassMaxRatePerMin     Integer32,
  5756.       rateClassMaxRatePerSec     Integer32,
  5757.       rateClassQueueLength       Gauge32,
  5758.       rateClassCurrentRate       Gauge32,
  5759.       rateClassDropped           Counter32,
  5760.       rateClassConnsEntered      Counter32,
  5761.       rateClassConnsLeft         Counter32
  5762.    }
  5763.  
  5764. rateClassName OBJECT-TYPE
  5765.    SYNTAX DisplayString (SIZE (0..255))
  5766.    MAX-ACCESS read-only
  5767.    STATUS current
  5768.    DESCRIPTION
  5769.       "The name of the rate class."
  5770.    ::= { rateClassEntry 1 }
  5771.  
  5772. rateClassMaxRatePerMin OBJECT-TYPE
  5773.    SYNTAX Integer32
  5774.    MAX-ACCESS read-only
  5775.    STATUS current
  5776.    DESCRIPTION
  5777.       "The maximum rate that requests may pass through this rate class (requests/min)."
  5778.    ::= { rateClassEntry 2 }
  5779.  
  5780. rateClassMaxRatePerSec OBJECT-TYPE
  5781.    SYNTAX Integer32
  5782.    MAX-ACCESS read-only
  5783.    STATUS current
  5784.    DESCRIPTION
  5785.       "The maximum rate that requests may pass through this rate class (requests/sec)."
  5786.    ::= { rateClassEntry 3 }
  5787.  
  5788. rateClassQueueLength OBJECT-TYPE
  5789.    SYNTAX Gauge32
  5790.    MAX-ACCESS read-only
  5791.    STATUS current
  5792.    DESCRIPTION
  5793.       "The current number of requests queued by this rate class."
  5794.    ::= { rateClassEntry 4 }
  5795.  
  5796. rateClassCurrentRate OBJECT-TYPE
  5797.    SYNTAX Gauge32
  5798.    MAX-ACCESS read-only
  5799.    STATUS current
  5800.    DESCRIPTION
  5801.       "The average rate that requests are passing through this rate class."
  5802.    ::= { rateClassEntry 5 }
  5803.  
  5804. rateClassDropped OBJECT-TYPE
  5805.    SYNTAX Counter32
  5806.    MAX-ACCESS read-only
  5807.    STATUS current
  5808.    DESCRIPTION
  5809.       "Requests dropped from this rate class without being processed (e.g. timeouts)."
  5810.    ::= { rateClassEntry 6 }
  5811.  
  5812. rateClassConnsEntered OBJECT-TYPE
  5813.    SYNTAX Counter32
  5814.    MAX-ACCESS read-only
  5815.    STATUS current
  5816.    DESCRIPTION
  5817.       "Connections that have entered the rate class and have been queued."
  5818.    ::= { rateClassEntry 7 }
  5819.  
  5820. rateClassConnsLeft OBJECT-TYPE
  5821.    SYNTAX Counter32
  5822.    MAX-ACCESS read-only
  5823.    STATUS current
  5824.    DESCRIPTION
  5825.       "Connections that have left the rate class."
  5826.    ::= { rateClassEntry 8 }
  5827.  
  5828. --=============================================================================
  5829. -- Extra
  5830. --=============================================================================
  5831.  
  5832. userCounterNumber OBJECT-TYPE
  5833.    SYNTAX Integer32
  5834.    MAX-ACCESS read-only
  5835.    STATUS current
  5836.    DESCRIPTION
  5837.       "The number of user defined counters."
  5838.    ::= { extra 1 }
  5839.  
  5840. --============================
  5841. -- User Counter32s
  5842. --============================
  5843. userCounterTable OBJECT-TYPE
  5844.    SYNTAX SEQUENCE OF UserCounterEntry
  5845.    MAX-ACCESS not-accessible
  5846.    STATUS current
  5847.    DESCRIPTION
  5848.       "This table holds the values for user defined
  5849.        counters."
  5850.    ::= { extra 2 }
  5851.  
  5852. userCounterEntry OBJECT-TYPE
  5853.    SYNTAX UserCounterEntry
  5854.    MAX-ACCESS not-accessible
  5855.    STATUS current
  5856.    DESCRIPTION
  5857.       "This defines a row in the user counters table."
  5858.    INDEX { userCounterName }
  5859.    ::= { userCounterTable 1 }
  5860.  
  5861. UserCounterEntry ::=
  5862.    SEQUENCE {
  5863.       userCounterName               DisplayString,
  5864.       userCounterValue              Counter32
  5865.    }
  5866.  
  5867. userCounterName OBJECT-TYPE
  5868.    SYNTAX DisplayString (SIZE (0..255))
  5869.    MAX-ACCESS read-only
  5870.    STATUS current
  5871.    DESCRIPTION
  5872.       "The name of the user counter."
  5873.    ::= { userCounterEntry 1 }
  5874.  
  5875. userCounterValue OBJECT-TYPE
  5876.    SYNTAX Counter32
  5877.    MAX-ACCESS read-only
  5878.    STATUS current
  5879.    DESCRIPTION
  5880.       "The value of the user counter."
  5881.    ::= { userCounterEntry 2 }
  5882.  
  5883. --============================
  5884. -- User Counter64s
  5885. --============================
  5886. userCounter64Table OBJECT-TYPE
  5887.    SYNTAX SEQUENCE OF UserCounter64Entry
  5888.    MAX-ACCESS not-accessible
  5889.    STATUS current
  5890.    DESCRIPTION
  5891.       "This table holds the values for user defined 64-bit
  5892.        counters."
  5893.    ::= { extra 3 }
  5894.  
  5895. userCounter64Entry OBJECT-TYPE
  5896.    SYNTAX UserCounter64Entry
  5897.    MAX-ACCESS not-accessible
  5898.    STATUS current
  5899.    DESCRIPTION
  5900.       "This defines a row in the 64-bit user counters table."
  5901.    INDEX { userCounter64Name }
  5902.    ::= { userCounter64Table 1 }
  5903.  
  5904. UserCounter64Entry ::=
  5905.    SEQUENCE {
  5906.       userCounter64Name             DisplayString,
  5907.       userCounter64Value            Counter64,
  5908.       userCounter64ValueLo          Counter32,
  5909.       userCounter64ValueHi          Counter32
  5910.    }
  5911.  
  5912. userCounter64Name OBJECT-TYPE
  5913.    SYNTAX DisplayString (SIZE (0..255))
  5914.    MAX-ACCESS read-only
  5915.    STATUS current
  5916.    DESCRIPTION
  5917.       "The name of the 64-bit user counter."
  5918.    ::= { userCounter64Entry 1 }
  5919.  
  5920. userCounter64Value OBJECT-TYPE
  5921.    SYNTAX Counter64
  5922.    MAX-ACCESS read-only
  5923.    STATUS current
  5924.    DESCRIPTION
  5925.       "The value of the 64-bit user counter."
  5926.    ::= { userCounter64Entry 2 }
  5927.  
  5928. userCounter64ValueLo OBJECT-TYPE
  5929.    SYNTAX Counter32
  5930.    MAX-ACCESS read-only
  5931.    STATUS obsolete
  5932.    DESCRIPTION
  5933.       "The value of the 64-bit user counter (low 32 bits)."
  5934.    ::= { userCounter64Entry 3 }
  5935.  
  5936. userCounter64ValueHi OBJECT-TYPE
  5937.    SYNTAX Counter32
  5938.    MAX-ACCESS read-only
  5939.    STATUS obsolete
  5940.    DESCRIPTION
  5941.       "The value of the 64-bit user counter (high 32 bits)."
  5942.    ::= { userCounter64Entry 4 }
  5943.  
  5944. --============================
  5945. -- Network Interfaces
  5946. --============================
  5947.  
  5948. interfaceNumber OBJECT-TYPE
  5949.    SYNTAX Integer32
  5950.    MAX-ACCESS read-only
  5951.    STATUS current
  5952.    DESCRIPTION
  5953.       "The number of network interfaces."
  5954.    ::= { netinterfaces 1 }
  5955.  
  5956. --============================
  5957. -- Network Interfaces Table
  5958. --============================
  5959.  
  5960. interfaceTable OBJECT-TYPE
  5961.    SYNTAX SEQUENCE OF InterfaceEntry
  5962.    MAX-ACCESS not-accessible
  5963.    STATUS current
  5964.    DESCRIPTION
  5965.       "This table gives statistics for the network interfaces on this system."
  5966.    ::= { netinterfaces 2 }
  5967.  
  5968. interfaceEntry OBJECT-TYPE
  5969.    SYNTAX InterfaceEntry
  5970.    MAX-ACCESS not-accessible
  5971.    STATUS current
  5972.    DESCRIPTION
  5973.       "This defines a row in the network interfaces table."
  5974.    INDEX { interfaceName }
  5975.    ::= { interfaceTable 1 }
  5976.  
  5977. InterfaceEntry ::= SEQUENCE {
  5978.       interfaceName               DisplayString,
  5979.       interfaceRxPackets          Counter32,
  5980.       interfaceTxPackets          Counter32,
  5981.       interfaceRxErrors           Counter32,
  5982.       interfaceTxErrors           Counter32,
  5983.       interfaceCollisions         Counter32,
  5984.       interfaceRxBytesLo          Counter32,
  5985.       interfaceRxBytesHi          Counter32,
  5986.       interfaceTxBytesLo          Counter32,
  5987.       interfaceTxBytesHi          Counter32,
  5988.       interfaceRxBytes            Counter64,
  5989.       interfaceTxBytes            Counter64
  5990.    }
  5991.  
  5992. interfaceName OBJECT-TYPE
  5993.    SYNTAX DisplayString (SIZE (0..255))
  5994.    MAX-ACCESS read-only
  5995.    STATUS current
  5996.    DESCRIPTION
  5997.       "The name of the network interface."
  5998.    ::= { interfaceEntry 1 }
  5999.  
  6000. interfaceRxPackets OBJECT-TYPE
  6001.    SYNTAX Counter32
  6002.    MAX-ACCESS read-only
  6003.    STATUS current
  6004.    DESCRIPTION
  6005.       "The number of packets received by this interface."
  6006.    ::= { interfaceEntry 2 }
  6007.  
  6008. interfaceTxPackets OBJECT-TYPE
  6009.    SYNTAX Counter32
  6010.    MAX-ACCESS read-only
  6011.    STATUS current
  6012.    DESCRIPTION
  6013.       "The number of packets transmitted by this interface."
  6014.    ::= { interfaceEntry 3 }
  6015.  
  6016. interfaceRxErrors OBJECT-TYPE
  6017.    SYNTAX Counter32
  6018.    MAX-ACCESS read-only
  6019.    STATUS current
  6020.    DESCRIPTION
  6021.       "The number of receive errors reported by this interface."
  6022.    ::= { interfaceEntry 4 }
  6023.  
  6024. interfaceTxErrors OBJECT-TYPE
  6025.    SYNTAX Counter32
  6026.    MAX-ACCESS read-only
  6027.    STATUS current
  6028.    DESCRIPTION
  6029.       "The number of transmit errors reported by this interface."
  6030.    ::= { interfaceEntry 5 }
  6031.  
  6032. interfaceCollisions OBJECT-TYPE
  6033.    SYNTAX Counter32
  6034.    MAX-ACCESS read-only
  6035.    STATUS current
  6036.    DESCRIPTION
  6037.       "The number of collisions reported by this interface."
  6038.    ::= { interfaceEntry 6 }
  6039.  
  6040. interfaceRxBytesLo OBJECT-TYPE
  6041.    SYNTAX Counter32
  6042.    MAX-ACCESS read-only
  6043.    STATUS obsolete
  6044.    DESCRIPTION
  6045.       "Bytes received by this interface ( low 32bits )."
  6046.    ::= { interfaceEntry 7 }
  6047.  
  6048. interfaceRxBytesHi OBJECT-TYPE
  6049.    SYNTAX Counter32
  6050.    MAX-ACCESS read-only
  6051.    STATUS obsolete
  6052.    DESCRIPTION
  6053.       "Bytes received by this interface ( high 32bits )."
  6054.    ::= { interfaceEntry 8 }
  6055.  
  6056. interfaceTxBytesLo OBJECT-TYPE
  6057.    SYNTAX Counter32
  6058.    MAX-ACCESS read-only
  6059.    STATUS obsolete
  6060.    DESCRIPTION
  6061.       "Bytes transmitted by this interface ( low 32bits )."
  6062.    ::= { interfaceEntry 9 }
  6063.  
  6064. interfaceTxBytesHi OBJECT-TYPE
  6065.    SYNTAX Counter32
  6066.    MAX-ACCESS read-only
  6067.    STATUS obsolete
  6068.    DESCRIPTION
  6069.       "Bytes transmitted by this interface ( high 32bits )."
  6070.    ::= { interfaceEntry 10 }
  6071.  
  6072. interfaceRxBytes OBJECT-TYPE
  6073.    SYNTAX Counter64
  6074.    MAX-ACCESS read-only
  6075.    STATUS current
  6076.    DESCRIPTION
  6077.       "Bytes received by this interface."
  6078.    ::= { interfaceEntry 11 }
  6079.  
  6080. interfaceTxBytes OBJECT-TYPE
  6081.    SYNTAX Counter64
  6082.    MAX-ACCESS read-only
  6083.    STATUS current
  6084.    DESCRIPTION
  6085.       "Bytes transmitted by this interface."
  6086.    ::= { interfaceEntry 12 }
  6087.  
  6088.  
  6089. --============================
  6090. -- Cache Counter32s
  6091. --============================
  6092.  
  6093. --=============================================================================
  6094. -- Web Cache counters
  6095. --=============================================================================
  6096.  
  6097. webCacheHitsLo OBJECT-TYPE
  6098.    SYNTAX Counter32
  6099.    MAX-ACCESS read-only
  6100.    STATUS obsolete
  6101.    DESCRIPTION
  6102.       "Number of times a page has been successfully found in the web cache (low 32 bits)."
  6103.    ::= { webcache 1 }
  6104.  
  6105. webCacheHitsHi OBJECT-TYPE
  6106.    SYNTAX Counter32
  6107.    MAX-ACCESS read-only
  6108.    STATUS obsolete
  6109.    DESCRIPTION
  6110.       "Number of times a page has been successfully found in the web cache (high 32 bits)."
  6111.    ::= { webcache 2 }
  6112.  
  6113.  
  6114. webCacheMissesLo OBJECT-TYPE
  6115.    SYNTAX Counter32
  6116.    MAX-ACCESS read-only
  6117.    STATUS obsolete
  6118.    DESCRIPTION
  6119.       "Number of times a page has not been found in the web cache (low 32 bits)."
  6120.    ::= { webcache 3 }
  6121.  
  6122. webCacheMissesHi OBJECT-TYPE
  6123.    SYNTAX Counter32
  6124.    MAX-ACCESS read-only
  6125.    STATUS obsolete
  6126.    DESCRIPTION
  6127.       "Number of times a page has not been found in the web cache (high 32 bits)."
  6128.    ::= { webcache 4 }
  6129.  
  6130.  
  6131. webCacheLookupsLo OBJECT-TYPE
  6132.    SYNTAX Counter32
  6133.    MAX-ACCESS read-only
  6134.    STATUS obsolete
  6135.    DESCRIPTION
  6136.       "Number of times a page has been looked up in the web cache (low 32 bits)."
  6137.    ::= { webcache 5 }
  6138.  
  6139. webCacheLookupsHi OBJECT-TYPE
  6140.    SYNTAX Counter32
  6141.    MAX-ACCESS read-only
  6142.    STATUS obsolete
  6143.    DESCRIPTION
  6144.       "Number of times a page has been looked up in the web cache (high 32 bits)."
  6145.    ::= { webcache 6 }
  6146.  
  6147. webCacheMemUsed OBJECT-TYPE
  6148.    SYNTAX Gauge32
  6149.    MAX-ACCESS read-only
  6150.    STATUS current
  6151.    DESCRIPTION
  6152.       "Total memory used by the web cache in kilobytes."
  6153.    ::= { webcache 7 }
  6154.  
  6155. webCacheMemMaximum OBJECT-TYPE
  6156.    SYNTAX Gauge32
  6157.    MAX-ACCESS read-only
  6158.    STATUS current
  6159.    DESCRIPTION
  6160.       "The maximum amount of memory the web cache can use in kilobytes."
  6161.    ::= { webcache 8 }
  6162.  
  6163. webCacheHitRate OBJECT-TYPE
  6164.    SYNTAX Gauge32
  6165.    MAX-ACCESS read-only
  6166.    STATUS current
  6167.    DESCRIPTION
  6168.       "The percentage of web cache lookups that succeeded."
  6169.    ::= { webcache 9 }
  6170.  
  6171. webCacheEntries OBJECT-TYPE
  6172.    SYNTAX Gauge32
  6173.    MAX-ACCESS read-only
  6174.    STATUS current
  6175.    DESCRIPTION
  6176.       "The number of items in the web cache."
  6177.    ::= { webcache 10 }
  6178.  
  6179.  
  6180. webCacheMaxEntries OBJECT-TYPE
  6181.    SYNTAX Gauge32
  6182.    MAX-ACCESS read-only
  6183.    STATUS current
  6184.    DESCRIPTION
  6185.       "The maximum number of items in the web cache."
  6186.    ::= { webcache 11 }
  6187.  
  6188. webCacheOldest OBJECT-TYPE
  6189.    SYNTAX Gauge32
  6190.    MAX-ACCESS read-only
  6191.    STATUS current
  6192.    DESCRIPTION
  6193.       "The age of the oldest item in the web cache (in seconds)."
  6194.    ::= { webcache 12 }
  6195.  
  6196. webCacheHits OBJECT-TYPE
  6197.    SYNTAX Counter64
  6198.    MAX-ACCESS read-only
  6199.    STATUS current
  6200.    DESCRIPTION
  6201.       "Number of times a page has been successfully found in the web cache."
  6202.    ::= { webcache 13 }
  6203.  
  6204. webCacheMisses OBJECT-TYPE
  6205.    SYNTAX Counter64
  6206.    MAX-ACCESS read-only
  6207.    STATUS current
  6208.    DESCRIPTION
  6209.       "Number of times a page has not been found in the web cache."
  6210.    ::= { webcache 14 }
  6211.  
  6212. webCacheLookups OBJECT-TYPE
  6213.    SYNTAX Counter64
  6214.    MAX-ACCESS read-only
  6215.    STATUS current
  6216.    DESCRIPTION
  6217.       "Number of times a page has been looked up in the web cache."
  6218.    ::= { webcache 15 }
  6219.  
  6220. webCacheURLStoreAllocated OBJECT-TYPE
  6221.    SYNTAX Counter64
  6222.    MAX-ACCESS read-only
  6223.    STATUS current
  6224.    DESCRIPTION
  6225.       "Amount of allocated space in the web cache URL store."
  6226.    ::= { webcache 16 }
  6227.  
  6228. webCacheURLStoreFree OBJECT-TYPE
  6229.    SYNTAX Counter64
  6230.    MAX-ACCESS read-only
  6231.    STATUS current
  6232.    DESCRIPTION
  6233.       "Amount of free space in the web cache URL store."
  6234.    ::= { webcache 17 }
  6235.  
  6236. webCacheURLStoreSize OBJECT-TYPE
  6237.    SYNTAX Counter64
  6238.    MAX-ACCESS read-only
  6239.    STATUS current
  6240.    DESCRIPTION
  6241.       "Total amount of space in the web cache URL store."
  6242.    ::= { webcache 18 }
  6243.  
  6244. webCacheURLStoreTotalAllocations OBJECT-TYPE
  6245.    SYNTAX Counter64
  6246.    MAX-ACCESS read-only
  6247.    STATUS current
  6248.    DESCRIPTION
  6249.       "Total number of allocations for the web cache URL store."
  6250.    ::= { webcache 19 }
  6251.  
  6252. webCacheURLStoreTotalFailures OBJECT-TYPE
  6253.    SYNTAX Counter64
  6254.    MAX-ACCESS read-only
  6255.    STATUS current
  6256.    DESCRIPTION
  6257.       "Total number of allocation failures for the web cache URL store."
  6258.    ::= { webcache 20 }
  6259.  
  6260. webCacheURLStoreTotalFrees OBJECT-TYPE
  6261.    SYNTAX Counter64
  6262.    MAX-ACCESS read-only
  6263.    STATUS current
  6264.    DESCRIPTION
  6265.       "Total number of blocks freed in the web cache URL store."
  6266.    ::= { webcache 21 }
  6267.  
  6268. webCacheURLStoreAllocatedLo OBJECT-TYPE
  6269.    SYNTAX Counter32
  6270.    MAX-ACCESS read-only
  6271.    STATUS obsolete
  6272.    DESCRIPTION
  6273.       "Amount of allocated space in the web cache URL store (low 32 bits)."
  6274.    ::= { webcache 22 }
  6275.  
  6276. webCacheURLStoreAllocatedHi OBJECT-TYPE
  6277.    SYNTAX Counter32
  6278.    MAX-ACCESS read-only
  6279.    STATUS obsolete
  6280.    DESCRIPTION
  6281.       "Amount of allocated space in the web cache URL store (high 32 bits)."
  6282.    ::= { webcache 23 }
  6283.  
  6284. webCacheURLStoreFreeLo OBJECT-TYPE
  6285.    SYNTAX Counter32
  6286.    MAX-ACCESS read-only
  6287.    STATUS obsolete
  6288.    DESCRIPTION
  6289.       "Amount of free space in the web cache URL store (low 32 bits)."
  6290.    ::= { webcache 24 }
  6291.  
  6292. webCacheURLStoreFreeHi OBJECT-TYPE
  6293.    SYNTAX Counter32
  6294.    MAX-ACCESS read-only
  6295.    STATUS obsolete
  6296.    DESCRIPTION
  6297.       "Amount of free space in the web cache URL store (high 32 bits)."
  6298.    ::= { webcache 25 }
  6299.  
  6300. webCacheURLStoreSizeLo OBJECT-TYPE
  6301.    SYNTAX Counter32
  6302.    MAX-ACCESS read-only
  6303.    STATUS obsolete
  6304.    DESCRIPTION
  6305.       "Total amount of space in the web cache URL store (low 32 bits)."
  6306.    ::= { webcache 26 }
  6307.  
  6308. webCacheURLStoreSizeHi OBJECT-TYPE
  6309.    SYNTAX Counter32
  6310.    MAX-ACCESS read-only
  6311.    STATUS obsolete
  6312.    DESCRIPTION
  6313.       "Total amount of space in the web cache URL store (high 32 bits)."
  6314.    ::= { webcache 27 }
  6315.  
  6316. webCacheURLStoreTotalAllocationsLo OBJECT-TYPE
  6317.    SYNTAX Counter32
  6318.    MAX-ACCESS read-only
  6319.    STATUS obsolete
  6320.    DESCRIPTION
  6321.       "Total number of allocations for the web cache URL store (low 32 bits)."
  6322.    ::= { webcache 28 }
  6323.  
  6324. webCacheURLStoreTotalAllocationsHi OBJECT-TYPE
  6325.    SYNTAX Counter32
  6326.    MAX-ACCESS read-only
  6327.    STATUS obsolete
  6328.    DESCRIPTION
  6329.       "Total number of allocations for the web cache URL store (high 32 bits)."
  6330.    ::= { webcache 29 }
  6331.  
  6332. webCacheURLStoreTotalFailuresLo OBJECT-TYPE
  6333.    SYNTAX Counter32
  6334.    MAX-ACCESS read-only
  6335.    STATUS obsolete
  6336.    DESCRIPTION
  6337.       "Total number of allocation failures for the web cache URL store (low 32 bits)."
  6338.    ::= { webcache 30 }
  6339.  
  6340. webCacheURLStoreTotalFailuresHi OBJECT-TYPE
  6341.    SYNTAX Counter32
  6342.    MAX-ACCESS read-only
  6343.    STATUS obsolete
  6344.    DESCRIPTION
  6345.       "Total number of allocation failures for the web cache URL store (high 32 bits)."
  6346.    ::= { webcache 31 }
  6347.  
  6348. webCacheURLStoreTotalFreesLo OBJECT-TYPE
  6349.    SYNTAX Counter32
  6350.    MAX-ACCESS read-only
  6351.    STATUS obsolete
  6352.    DESCRIPTION
  6353.       "Total number of blocks freed in the web cache URL store (low 32 bits)."
  6354.    ::= { webcache 32 }
  6355.  
  6356. webCacheURLStoreTotalFreesHi OBJECT-TYPE
  6357.    SYNTAX Counter32
  6358.    MAX-ACCESS read-only
  6359.    STATUS obsolete
  6360.    DESCRIPTION
  6361.       "Total number of blocks freed in the web cache URL store (high 32 bits)."
  6362.    ::= { webcache 33 }
  6363.  
  6364. --=============================================================================
  6365. -- SSL Cache counters
  6366. --=============================================================================
  6367.  
  6368. sslCacheHits OBJECT-TYPE
  6369.    SYNTAX Counter32
  6370.    MAX-ACCESS read-only
  6371.    STATUS current
  6372.    DESCRIPTION
  6373.       "Number of times a SSL entry has been successfully found in the server cache."
  6374.    ::= { sslcache 1 }
  6375.  
  6376. sslCacheMisses OBJECT-TYPE
  6377.    SYNTAX Counter32
  6378.    MAX-ACCESS read-only
  6379.    STATUS current
  6380.    DESCRIPTION
  6381.       "Number of times a SSL entry has not been available in the server cache."
  6382.    ::= { sslcache 2 }
  6383.  
  6384.  
  6385. sslCacheLookups OBJECT-TYPE
  6386.    SYNTAX Counter32
  6387.    MAX-ACCESS read-only
  6388.    STATUS current
  6389.    DESCRIPTION
  6390.       "Number of times a SSL entry has been looked up in the server cache."
  6391.    ::= { sslcache 3 }
  6392.  
  6393. sslCacheHitRate OBJECT-TYPE
  6394.    SYNTAX Gauge32
  6395.    MAX-ACCESS read-only
  6396.    STATUS current
  6397.    DESCRIPTION
  6398.       "The percentage of SSL server cache lookups that succeeded."
  6399.    ::= { sslcache 4 }
  6400.  
  6401.  
  6402. sslCacheEntries OBJECT-TYPE
  6403.    SYNTAX Gauge32
  6404.    MAX-ACCESS read-only
  6405.    STATUS current
  6406.    DESCRIPTION
  6407.       "The total number of SSL sessions stored in the server cache."
  6408.    ::= { sslcache 5 }
  6409.  
  6410. sslCacheEntriesMax OBJECT-TYPE
  6411.    SYNTAX Gauge32
  6412.    MAX-ACCESS read-only
  6413.    STATUS current
  6414.    DESCRIPTION
  6415.       "The maximum number of SSL entries in the server cache."
  6416.    ::= { sslcache 6 }
  6417.  
  6418. sslCacheOldest OBJECT-TYPE
  6419.    SYNTAX Gauge32
  6420.    MAX-ACCESS read-only
  6421.    STATUS current
  6422.    DESCRIPTION
  6423.       "The age of the oldest SSL session in the server cache (in seconds)."
  6424.    ::= { sslcache 7 }
  6425.  
  6426. --=============================================================================
  6427. -- ASP Session Cache counters
  6428. --=============================================================================
  6429.  
  6430. aspSessionCacheHits OBJECT-TYPE
  6431.    SYNTAX Counter32
  6432.    MAX-ACCESS read-only
  6433.    STATUS current
  6434.    DESCRIPTION
  6435.       "Number of times a ASP session entry has been successfully found in the cache."
  6436.    ::= { aspsessioncache 1 }
  6437.  
  6438. aspSessionCacheMisses OBJECT-TYPE
  6439.    SYNTAX Counter32
  6440.    MAX-ACCESS read-only
  6441.    STATUS current
  6442.    DESCRIPTION
  6443.       "Number of times a ASP session entry has not been available in the cache."
  6444.    ::= { aspsessioncache 2 }
  6445.  
  6446.  
  6447. aspSessionCacheLookups OBJECT-TYPE
  6448.    SYNTAX Counter32
  6449.    MAX-ACCESS read-only
  6450.    STATUS current
  6451.    DESCRIPTION
  6452.       "Number of times a ASP session entry has been looked up in the cache."
  6453.    ::= { aspsessioncache 3 }
  6454.  
  6455. aspSessionCacheHitRate OBJECT-TYPE
  6456.    SYNTAX Gauge32
  6457.    MAX-ACCESS read-only
  6458.    STATUS current
  6459.    DESCRIPTION
  6460.       "The percentage of ASP session lookups that succeeded."
  6461.    ::= { aspsessioncache 4 }
  6462.  
  6463.  
  6464. aspSessionCacheEntries OBJECT-TYPE
  6465.    SYNTAX Gauge32
  6466.    MAX-ACCESS read-only
  6467.    STATUS current
  6468.    DESCRIPTION
  6469.       "The total number of ASP sessions stored in the cache."
  6470.    ::= { aspsessioncache 5 }
  6471.  
  6472. aspSessionCacheEntriesMax OBJECT-TYPE
  6473.    SYNTAX Gauge32
  6474.    MAX-ACCESS read-only
  6475.    STATUS current
  6476.    DESCRIPTION
  6477.       "The maximum number of ASP sessions in the cache."
  6478.    ::= { aspsessioncache 6 }
  6479.  
  6480. aspSessionCacheOldest OBJECT-TYPE
  6481.    SYNTAX Gauge32
  6482.    MAX-ACCESS read-only
  6483.    STATUS current
  6484.    DESCRIPTION
  6485.       "The age of the oldest ASP session in the cache (in seconds)."
  6486.    ::= { aspsessioncache 7 }
  6487.  
  6488.  
  6489. --=============================================================================
  6490. -- IP Session Cache counters
  6491. --=============================================================================
  6492.  
  6493. ipSessionCacheHits OBJECT-TYPE
  6494.    SYNTAX Counter32
  6495.    MAX-ACCESS read-only
  6496.    STATUS current
  6497.    DESCRIPTION
  6498.       "Number of times a IP session entry has been successfully found in the cache."
  6499.    ::= { ipsessioncache 1 }
  6500.  
  6501. ipSessionCacheMisses OBJECT-TYPE
  6502.    SYNTAX Counter32
  6503.    MAX-ACCESS read-only
  6504.    STATUS current
  6505.    DESCRIPTION
  6506.       "Number of times a IP session entry has not been available in the cache."
  6507.    ::= { ipsessioncache 2 }
  6508.  
  6509. ipSessionCacheLookups OBJECT-TYPE
  6510.    SYNTAX Counter32
  6511.    MAX-ACCESS read-only
  6512.    STATUS current
  6513.    DESCRIPTION
  6514.       "Number of times a IP session entry has been looked up in the cache."
  6515.    ::= { ipsessioncache 3 }
  6516.  
  6517. ipSessionCacheHitRate OBJECT-TYPE
  6518.    SYNTAX Gauge32
  6519.    MAX-ACCESS read-only
  6520.    STATUS current
  6521.    DESCRIPTION
  6522.       "The percentage of IP session lookups that succeeded."
  6523.    ::= { ipsessioncache 4 }
  6524.  
  6525.  
  6526. ipSessionCacheEntries OBJECT-TYPE
  6527.    SYNTAX Gauge32
  6528.    MAX-ACCESS read-only
  6529.    STATUS current
  6530.    DESCRIPTION
  6531.       "The total number of IP sessions stored in the cache."
  6532.    ::= { ipsessioncache 5 }
  6533.  
  6534. ipSessionCacheEntriesMax OBJECT-TYPE
  6535.    SYNTAX Gauge32
  6536.    MAX-ACCESS read-only
  6537.    STATUS current
  6538.    DESCRIPTION
  6539.       "The maximum number of IP sessions in the cache."
  6540.    ::= { ipsessioncache 6 }
  6541.  
  6542. ipSessionCacheOldest OBJECT-TYPE
  6543.    SYNTAX Gauge32
  6544.    MAX-ACCESS read-only
  6545.    STATUS current
  6546.    DESCRIPTION
  6547.       "The age of the oldest IP session in the cache (in seconds)."
  6548.    ::= { ipsessioncache 7 }
  6549.  
  6550. ipSessionCacheExpiries OBJECT-TYPE
  6551.    SYNTAX Gauge32
  6552.    MAX-ACCESS read-only
  6553.    STATUS current
  6554.    DESCRIPTION
  6555.       "Number of times an expired IP session entry has been dropped on lookup."
  6556.    ::= { ipsessioncache 8 }
  6557.  
  6558. --=============================================================================
  6559. -- J2EE Session Cache counters
  6560. --=============================================================================
  6561.  
  6562. j2eeSessionCacheHits OBJECT-TYPE
  6563.    SYNTAX Counter32
  6564.    MAX-ACCESS read-only
  6565.    STATUS current
  6566.    DESCRIPTION
  6567.       "Number of times a J2EE session entry has been successfully found in the cache."
  6568.    ::= { j2eesessioncache 1 }
  6569.  
  6570.  
  6571.  
  6572. j2eeSessionCacheMisses OBJECT-TYPE
  6573.    SYNTAX Counter32
  6574.    MAX-ACCESS read-only
  6575.    STATUS current
  6576.    DESCRIPTION
  6577.       "Number of times a J2EE session entry has not been available in the cache."
  6578.    ::= { j2eesessioncache 2 }
  6579.  
  6580. j2eeSessionCacheLookups OBJECT-TYPE
  6581.    SYNTAX Counter32
  6582.    MAX-ACCESS read-only
  6583.    STATUS current
  6584.    DESCRIPTION
  6585.       "Number of times a J2EE session entry has been looked up in the cache."
  6586.    ::= { j2eesessioncache 3 }
  6587.  
  6588. j2eeSessionCacheHitRate OBJECT-TYPE
  6589.    SYNTAX Gauge32
  6590.    MAX-ACCESS read-only
  6591.    STATUS current
  6592.    DESCRIPTION
  6593.       "The percentage of J2EE session lookups that succeeded."
  6594.    ::= { j2eesessioncache 4 }
  6595.  
  6596.  
  6597. j2eeSessionCacheEntries OBJECT-TYPE
  6598.    SYNTAX Gauge32
  6599.    MAX-ACCESS read-only
  6600.    STATUS current
  6601.    DESCRIPTION
  6602.       "The total number of J2EE sessions stored in the cache."
  6603.    ::= { j2eesessioncache 5 }
  6604.  
  6605. j2eeSessionCacheEntriesMax OBJECT-TYPE
  6606.    SYNTAX Gauge32
  6607.    MAX-ACCESS read-only
  6608.    STATUS current
  6609.    DESCRIPTION
  6610.       "The maximum number of J2EE sessions in the cache."
  6611.    ::= { j2eesessioncache 6 }
  6612.  
  6613. j2eeSessionCacheOldest OBJECT-TYPE
  6614.    SYNTAX Gauge32
  6615.    MAX-ACCESS read-only
  6616.    STATUS current
  6617.    DESCRIPTION
  6618.       "The age of the oldest J2EE session in the cache (in seconds)."
  6619.    ::= { j2eesessioncache 7 }
  6620.  
  6621. j2eeSessionCacheExpiries OBJECT-TYPE
  6622.    SYNTAX Counter32
  6623.    MAX-ACCESS read-only
  6624.    STATUS current
  6625.    DESCRIPTION
  6626.       "Number of times an expired J2EE session entry has been dropped on lookup."
  6627.    ::= { j2eesessioncache 8 }
  6628.  
  6629. --=============================================================================
  6630. -- Universal Session Cache counters
  6631. --=============================================================================
  6632.  
  6633. uniSessionCacheHits OBJECT-TYPE
  6634.    SYNTAX Counter32
  6635.    MAX-ACCESS read-only
  6636.    STATUS current
  6637.    DESCRIPTION
  6638.       "Number of times a universal session entry has been successfully found in the cache."
  6639.    ::= { unisessioncache 1 }
  6640.  
  6641. uniSessionCacheMisses OBJECT-TYPE
  6642.    SYNTAX Counter32
  6643.    MAX-ACCESS read-only
  6644.    STATUS current
  6645.    DESCRIPTION
  6646.       "Number of times a universal session entry has not been available in the cache."
  6647.    ::= { unisessioncache 2 }
  6648.  
  6649. uniSessionCacheLookups OBJECT-TYPE
  6650.    SYNTAX Counter32
  6651.    MAX-ACCESS read-only
  6652.    STATUS current
  6653.    DESCRIPTION
  6654.       "Number of times a universal session entry has been looked up in the cache."
  6655.    ::= { unisessioncache 3 }
  6656.  
  6657. uniSessionCacheHitRate OBJECT-TYPE
  6658.    SYNTAX Gauge32
  6659.    MAX-ACCESS read-only
  6660.    STATUS current
  6661.    DESCRIPTION
  6662.       "The percentage of universal session lookups that succeeded."
  6663.    ::= { unisessioncache 4 }
  6664.  
  6665.  
  6666. uniSessionCacheEntries OBJECT-TYPE
  6667.    SYNTAX Gauge32
  6668.    MAX-ACCESS read-only
  6669.    STATUS current
  6670.    DESCRIPTION
  6671.       "The total number of universal sessions stored in the cache."
  6672.    ::= { unisessioncache 5 }
  6673.  
  6674. uniSessionCacheEntriesMax OBJECT-TYPE
  6675.    SYNTAX Gauge32
  6676.    MAX-ACCESS read-only
  6677.    STATUS current
  6678.    DESCRIPTION
  6679.       "The maximum number of universal sessions in the cache."
  6680.    ::= { unisessioncache 6 }
  6681.  
  6682. uniSessionCacheOldest OBJECT-TYPE
  6683.    SYNTAX Gauge32
  6684.    MAX-ACCESS read-only
  6685.    STATUS current
  6686.    DESCRIPTION
  6687.       "The age of the oldest universal session in the cache (in seconds)."
  6688.    ::= { unisessioncache 7 }
  6689.  
  6690. uniSessionCacheExpiries OBJECT-TYPE
  6691.    SYNTAX Counter32
  6692.    MAX-ACCESS read-only
  6693.    STATUS current
  6694.    DESCRIPTION
  6695.       "Number of times an expired universal session entry has been dropped on lookup."
  6696.    ::= { unisessioncache 8 }
  6697.  
  6698. --=============================================================================
  6699. -- SSL Session persistence Cache counters
  6700. --=============================================================================
  6701.  
  6702. sslSessionCacheHits OBJECT-TYPE
  6703.    SYNTAX Counter32
  6704.    MAX-ACCESS read-only
  6705.    STATUS current
  6706.    DESCRIPTION
  6707.       "Number of times a SSL session persistence entry has been successfully found in the cache."
  6708.    ::= { sslsessioncache 1 }
  6709.  
  6710. sslSessionCacheMisses OBJECT-TYPE
  6711.    SYNTAX Counter32
  6712.    MAX-ACCESS read-only
  6713.    STATUS current
  6714.    DESCRIPTION
  6715.       "Number of times a SSL session persistence entry has not been available in the cache."
  6716.    ::= { sslsessioncache 2 }
  6717.  
  6718. sslSessionCacheLookups OBJECT-TYPE
  6719.    SYNTAX Counter32
  6720.    MAX-ACCESS read-only
  6721.    STATUS current
  6722.    DESCRIPTION
  6723.       "Number of times a SSL session persistence entry has been looked up in the cache."
  6724.    ::= { sslsessioncache 3 }
  6725.  
  6726. sslSessionCacheHitRate OBJECT-TYPE
  6727.    SYNTAX Gauge32
  6728.    MAX-ACCESS read-only
  6729.    STATUS current
  6730.    DESCRIPTION
  6731.       "The percentage of SSL session persistence lookups that succeeded."
  6732.    ::= { sslsessioncache 4 }
  6733.  
  6734.  
  6735. sslSessionCacheEntries OBJECT-TYPE
  6736.    SYNTAX Gauge32
  6737.    MAX-ACCESS read-only
  6738.    STATUS current
  6739.    DESCRIPTION
  6740.       "The total number of SSL session persistence entries stored in the cache."
  6741.    ::= { sslsessioncache 5 }
  6742.  
  6743. sslSessionCacheEntriesMax OBJECT-TYPE
  6744.    SYNTAX Gauge32
  6745.    MAX-ACCESS read-only
  6746.    STATUS current
  6747.    DESCRIPTION
  6748.       "The maximum number of SSL session persistence entries in the cache."
  6749.    ::= { sslsessioncache 6 }
  6750.  
  6751. sslSessionCacheOldest OBJECT-TYPE
  6752.    SYNTAX Gauge32
  6753.    MAX-ACCESS read-only
  6754.    STATUS current
  6755.    DESCRIPTION
  6756.       "The age of the oldest SSL session in the cache (in seconds)."
  6757.    ::= { sslsessioncache 7 }
  6758.  
  6759.  
  6760. --=============================================================================
  6761. -- SSL OCSP Stapling cache counters
  6762. --=============================================================================
  6763.  
  6764. sslOcspStaplingCacheCount OBJECT-TYPE
  6765.    SYNTAX Gauge32
  6766.    MAX-ACCESS read-only
  6767.    STATUS current
  6768.    DESCRIPTION
  6769.       "The number of entries in the OCSP stapling cache."
  6770.    ::= { sslocspstapling 1 }
  6771.  
  6772. sslOcspStaplingCount OBJECT-TYPE
  6773.    SYNTAX Counter32
  6774.    MAX-ACCESS read-only
  6775.    STATUS current
  6776.    DESCRIPTION
  6777.       "The number of outgoing OCSP requests for OCSP stapling."
  6778.    ::= { sslocspstapling 2 }
  6779.  
  6780. sslOcspStaplingSuccessCount OBJECT-TYPE
  6781.    SYNTAX Counter32
  6782.    MAX-ACCESS read-only
  6783.    STATUS current
  6784.    DESCRIPTION
  6785.       "The number of successful outgoing OCSP requests for OCSP stapling."
  6786.    ::= { sslocspstapling 3 }
  6787.  
  6788. sslOcspStaplingFailureCount OBJECT-TYPE
  6789.    SYNTAX Counter32
  6790.    MAX-ACCESS read-only
  6791.    STATUS current
  6792.    DESCRIPTION
  6793.       "The number of failed outgoing OCSP requests for OCSP stapling."
  6794.    ::= { sslocspstapling 4 }
  6795.  
  6796. sslOcspStaplingGoodCount OBJECT-TYPE
  6797.    SYNTAX Counter32
  6798.    MAX-ACCESS read-only
  6799.    STATUS current
  6800.    DESCRIPTION
  6801.       "The number of 'good' OCSP responses for OCSP stapling."
  6802.    ::= { sslocspstapling 5 }
  6803.  
  6804. sslOcspStaplingRevokedCount OBJECT-TYPE
  6805.    SYNTAX Counter32
  6806.    MAX-ACCESS read-only
  6807.    STATUS current
  6808.    DESCRIPTION
  6809.       "The number of 'revoked' OCSP responses for OCSP stapling."
  6810.    ::= { sslocspstapling 6 }
  6811.  
  6812. sslOcspStaplingUnknownCount OBJECT-TYPE
  6813.    SYNTAX Counter32
  6814.    MAX-ACCESS read-only
  6815.    STATUS current
  6816.    DESCRIPTION
  6817.       "The number of 'unknown' OCSP requests for OCSP stapling."
  6818.    ::= { sslocspstapling 7 }
  6819.  
  6820. --============================
  6821. -- Rules
  6822. --============================
  6823.  
  6824. ruleNumber OBJECT-TYPE
  6825.    SYNTAX Integer32
  6826.    MAX-ACCESS read-only
  6827.    STATUS current
  6828.    DESCRIPTION
  6829.       "The number of TrafficScript rules."
  6830.    ::= { rules 1 }
  6831.  
  6832. --============================
  6833. -- Rules Table
  6834. --============================
  6835.  
  6836. ruleTable OBJECT-TYPE
  6837.    SYNTAX SEQUENCE OF RuleEntry
  6838.    MAX-ACCESS not-accessible
  6839.    STATUS current
  6840.    DESCRIPTION
  6841.       "This table provides information and statistics for TrafficScript rules."
  6842.    ::= { rules 2 }
  6843.  
  6844. ruleEntry OBJECT-TYPE
  6845.    SYNTAX RuleEntry
  6846.    MAX-ACCESS not-accessible
  6847.    STATUS current
  6848.    DESCRIPTION
  6849.       "This defines a row in the rules table."
  6850.    INDEX { ruleName }
  6851.    ::= { ruleTable 1 }
  6852.  
  6853. RuleEntry ::= SEQUENCE {
  6854.       ruleName               DisplayString,
  6855.       ruleExecutions      Counter32,
  6856.       ruleAborts      Counter32,
  6857.       ruleResponds      Counter32,
  6858.       rulePoolSelect      Counter32,
  6859.       ruleRetries      Counter32,
  6860.       ruleDiscards      Counter32,
  6861.       ruleExecutionTimeWarnings      Counter32
  6862.    }
  6863.  
  6864. ruleName OBJECT-TYPE
  6865.    SYNTAX DisplayString (SIZE (0..255))
  6866.    MAX-ACCESS read-only
  6867.    STATUS current
  6868.    DESCRIPTION
  6869.       "The name of the TrafficScript rule."
  6870.    ::= { ruleEntry 1 }
  6871.  
  6872. ruleExecutions OBJECT-TYPE
  6873.    SYNTAX Counter32
  6874.    MAX-ACCESS read-only
  6875.    STATUS current
  6876.    DESCRIPTION
  6877.       "Number of times this TrafficScript rule has been executed."
  6878.    ::= { ruleEntry 2 }
  6879.  
  6880. ruleAborts OBJECT-TYPE
  6881.    SYNTAX Counter32
  6882.    MAX-ACCESS read-only
  6883.    STATUS current
  6884.    DESCRIPTION
  6885.       "Number of times this TrafficScript rule has aborted."
  6886.    ::= { ruleEntry 3 }
  6887.  
  6888. ruleResponds OBJECT-TYPE
  6889.    SYNTAX Counter32
  6890.    MAX-ACCESS read-only
  6891.    STATUS current
  6892.    DESCRIPTION
  6893.       "Number of times this TrafficScript rule has responded directly to the client."
  6894.    ::= { ruleEntry 4 }
  6895.  
  6896. rulePoolSelect OBJECT-TYPE
  6897.    SYNTAX Counter32
  6898.    MAX-ACCESS read-only
  6899.    STATUS current
  6900.    DESCRIPTION
  6901.       "Number of times this TrafficScript rule has selected a pool to use."
  6902.    ::= { ruleEntry 5 }
  6903.  
  6904. ruleRetries OBJECT-TYPE
  6905.    SYNTAX Counter32
  6906.    MAX-ACCESS read-only
  6907.    STATUS current
  6908.    DESCRIPTION
  6909.       "Number of times this TrafficScript rule has forced the request to be retried."
  6910.    ::= { ruleEntry 6 }
  6911.  
  6912. ruleDiscards OBJECT-TYPE
  6913.    SYNTAX Counter32
  6914.    MAX-ACCESS read-only
  6915.    STATUS current
  6916.    DESCRIPTION
  6917.       "Number of times this TrafficScript rule has discarded the connection."
  6918.    ::= { ruleEntry 7 }
  6919.  
  6920. ruleExecutionTimeWarnings OBJECT-TYPE
  6921.    SYNTAX Counter32
  6922.    MAX-ACCESS read-only
  6923.    STATUS current
  6924.    DESCRIPTION
  6925.       "Number of times this TrafficScript rule has exceeded the execution time warning threshold."
  6926.    ::= { ruleEntry 8 }
  6927.  
  6928. --============================
  6929. -- Monitors
  6930. --============================
  6931.  
  6932. monitorNumber OBJECT-TYPE
  6933.    SYNTAX Integer32
  6934.    MAX-ACCESS read-only
  6935.    STATUS current
  6936.    DESCRIPTION
  6937.       "The number of Monitors."
  6938.    ::= { monitors 1 }
  6939.  
  6940. --============================
  6941. -- Monitors Table
  6942. --============================
  6943.  
  6944. monitorTable OBJECT-TYPE
  6945.    SYNTAX SEQUENCE OF MonitorEntry
  6946.    MAX-ACCESS not-accessible
  6947.    STATUS current
  6948.    DESCRIPTION
  6949.       "This table provides information and statistics on Monitors."
  6950.    ::= { monitors 2 }
  6951.  
  6952. monitorEntry OBJECT-TYPE
  6953.    SYNTAX MonitorEntry
  6954.    MAX-ACCESS not-accessible
  6955.    STATUS current
  6956.    DESCRIPTION
  6957.       "This defines a row in the monitors table."
  6958.    INDEX { monitorName }
  6959.    ::= { monitorTable 1 }
  6960.  
  6961. MonitorEntry ::= SEQUENCE {
  6962.       monitorName         DisplayString
  6963.    }
  6964.  
  6965. monitorName OBJECT-TYPE
  6966.    SYNTAX DisplayString (SIZE (0..255))
  6967.    MAX-ACCESS read-only
  6968.    STATUS current
  6969.    DESCRIPTION
  6970.       "The name of the monitor."
  6971.    ::= { monitorEntry 1 }
  6972.  
  6973.  
  6974. --============================
  6975. -- License Keys
  6976. --============================
  6977.  
  6978. licensekeyNumber OBJECT-TYPE
  6979.    SYNTAX Integer32
  6980.    MAX-ACCESS read-only
  6981.    STATUS current
  6982.    DESCRIPTION
  6983.       "The number of License keys."
  6984.    ::= { licensekeys 1 }
  6985.  
  6986. --============================
  6987. -- License Keys Table
  6988. --============================
  6989.  
  6990. licensekeyTable OBJECT-TYPE
  6991.    SYNTAX SEQUENCE OF LicenseKeyEntry
  6992.    MAX-ACCESS not-accessible
  6993.    STATUS current
  6994.    DESCRIPTION
  6995.       "This table provides information and statistics on License Keys."
  6996.    ::= { licensekeys 2 }
  6997.  
  6998. licensekeyEntry OBJECT-TYPE
  6999.    SYNTAX LicenseKeyEntry
  7000.    MAX-ACCESS not-accessible
  7001.    STATUS current
  7002.    DESCRIPTION
  7003.       "This defines a row in the license keys table."
  7004.    INDEX { licensekeyName }
  7005.    ::= { licensekeyTable 1 }
  7006.  
  7007. LicenseKeyEntry ::= SEQUENCE {
  7008.       licensekeyName               DisplayString
  7009.    }
  7010.  
  7011. licensekeyName OBJECT-TYPE
  7012.    SYNTAX DisplayString (SIZE (0..255))
  7013.    MAX-ACCESS read-only
  7014.    STATUS current
  7015.    DESCRIPTION
  7016.       "The name of the License Key."
  7017.    ::= { licensekeyEntry 1 }
  7018.  
  7019. --============================
  7020. -- ZXTMs
  7021. --============================
  7022.  
  7023. zxtmNumber OBJECT-TYPE
  7024.    SYNTAX Integer32
  7025.    MAX-ACCESS read-only
  7026.    STATUS current
  7027.    DESCRIPTION
  7028.       "The number of traffic managers in the cluster."
  7029.    ::= { zxtms 1 }
  7030.  
  7031. --============================
  7032. -- ZXTMs Table
  7033. --============================
  7034.  
  7035. zxtmTable OBJECT-TYPE
  7036.    SYNTAX SEQUENCE OF ZxtmEntry
  7037.    MAX-ACCESS not-accessible
  7038.    STATUS current
  7039.    DESCRIPTION
  7040.       "This table provides information and statistics on traffic managers."
  7041.    ::= { zxtms 2 }
  7042.  
  7043. zxtmEntry OBJECT-TYPE
  7044.    SYNTAX ZxtmEntry
  7045.    MAX-ACCESS not-accessible
  7046.    STATUS current
  7047.    DESCRIPTION
  7048.       "This defines a row in the traffic managers table."
  7049.    INDEX { zxtmName }
  7050.    ::= { zxtmTable 1 }
  7051.  
  7052. ZxtmEntry ::= SEQUENCE {
  7053.       zxtmName               DisplayString
  7054.    }
  7055.  
  7056. zxtmName OBJECT-TYPE
  7057.    SYNTAX DisplayString (SIZE (0..255))
  7058.    MAX-ACCESS read-only
  7059.    STATUS current
  7060.    DESCRIPTION
  7061.       "The name of the traffic manager."
  7062.    ::= { zxtmEntry 1 }
  7063.  
  7064. --=============================================================================
  7065. -- GLB Services
  7066. --=============================================================================
  7067.  
  7068. glbServiceNumber OBJECT-TYPE
  7069.    SYNTAX Integer32 (0..65535)
  7070.    MAX-ACCESS read-only
  7071.    STATUS current
  7072.    DESCRIPTION
  7073.       "The number of GLB Services on this system."
  7074.    ::= { glbservices 1 }
  7075.  
  7076. -- GLB Service Table
  7077. glbServiceTable OBJECT-TYPE
  7078.    SYNTAX SEQUENCE OF GLBServiceEntry
  7079.    MAX-ACCESS not-accessible
  7080.    STATUS current
  7081.    DESCRIPTION
  7082.       "This table provides information and statistics for GLB Services."
  7083.    ::= { glbservices 2 }
  7084.  
  7085. glbServiceEntry OBJECT-TYPE
  7086.    SYNTAX GLBServiceEntry
  7087.    MAX-ACCESS not-accessible
  7088.    STATUS current
  7089.    DESCRIPTION
  7090.       "This defines a row in the GLB Services table."
  7091.    INDEX { glbServiceName }
  7092.    ::= { glbServiceTable 1 }
  7093.  
  7094. GLBServiceEntry ::=
  7095.    SEQUENCE {
  7096.       glbServiceName       DisplayString,
  7097.       glbServiceResponses  Counter32,
  7098.       glbServiceUnmodified Counter32,
  7099.       glbServiceDiscarded  Counter32
  7100.    }
  7101.  
  7102. glbServiceName OBJECT-TYPE
  7103.    SYNTAX DisplayString (SIZE (0..255))
  7104.    MAX-ACCESS read-only
  7105.    STATUS current
  7106.    DESCRIPTION
  7107.       "The name of the GLB Service."
  7108.    ::= { glbServiceEntry 1 }
  7109.  
  7110. glbServiceResponses OBJECT-TYPE
  7111.    SYNTAX Counter32
  7112.    MAX-ACCESS read-only
  7113.    STATUS current
  7114.    DESCRIPTION
  7115.       "Number of A records this GLB Service has altered."
  7116.    ::= { glbServiceEntry 2 }
  7117.  
  7118. glbServiceUnmodified OBJECT-TYPE
  7119.    SYNTAX Counter32
  7120.    MAX-ACCESS read-only
  7121.    STATUS current
  7122.    DESCRIPTION
  7123.       "Number of A records this GLB Service has passed through unmodified."
  7124.    ::= { glbServiceEntry 3 }
  7125.  
  7126. glbServiceDiscarded OBJECT-TYPE
  7127.    SYNTAX Counter32
  7128.    MAX-ACCESS read-only
  7129.    STATUS current
  7130.    DESCRIPTION
  7131.       "Number of A records this GLB Service has discarded."
  7132.    ::= { glbServiceEntry 4 }
  7133.  
  7134.  
  7135. --=============================================================================
  7136. -- GLB Services per Location
  7137. --=============================================================================
  7138.  
  7139. perLocationServiceTable OBJECT-TYPE
  7140.    SYNTAX SEQUENCE OF PerLocationServiceEntry
  7141.    MAX-ACCESS not-accessible
  7142.    STATUS current
  7143.    DESCRIPTION
  7144.       "This table provides information and statistics for GLB Services
  7145.        on a per location basis."
  7146.    ::= { perlocationservices 1 }
  7147.  
  7148. perLocationServiceEntry OBJECT-TYPE
  7149.    SYNTAX PerLocationServiceEntry
  7150.    MAX-ACCESS not-accessible
  7151.    STATUS current
  7152.    DESCRIPTION
  7153.       "This defines a row in the per-location table."
  7154.    INDEX { perLocationServiceLocationName, perLocationServiceName }
  7155.    ::= { perLocationServiceTable 1 }
  7156.  
  7157. PerLocationServiceEntry ::=
  7158.    SEQUENCE {
  7159.       perLocationServiceLocationName   DisplayString,
  7160.       perLocationServiceLocationCode   DisplayString,
  7161.       perLocationServiceName           DisplayString,
  7162.       perLocationServiceDraining       Integer32,
  7163.       perLocationServiceState          Integer32,
  7164.       perLocationServiceFrontendState  Integer32,
  7165.       perLocationServiceMonitorState   Integer32,
  7166.       perLocationServiceLoad           Gauge32,
  7167.       perLocationServiceResponses      Counter32
  7168.    }
  7169.  
  7170. perLocationServiceLocationName OBJECT-TYPE
  7171.    SYNTAX DisplayString (SIZE (0..255))
  7172.    MAX-ACCESS read-only
  7173.    STATUS current
  7174.    DESCRIPTION
  7175.       "The name of the location."
  7176.    ::= { perLocationServiceEntry 1 }
  7177.  
  7178. perLocationServiceLocationCode OBJECT-TYPE
  7179.    SYNTAX DisplayString (SIZE (0..255))
  7180.    MAX-ACCESS read-only
  7181.    STATUS current
  7182.    DESCRIPTION
  7183.       "The code for the location."
  7184.    ::= { perLocationServiceEntry 2 }
  7185.  
  7186. perLocationServiceName OBJECT-TYPE
  7187.    SYNTAX DisplayString (SIZE (0..255))
  7188.    MAX-ACCESS read-only
  7189.    STATUS current
  7190.    DESCRIPTION
  7191.       "The name of the GLB Service."
  7192.    ::= { perLocationServiceEntry 3 }
  7193.  
  7194. perLocationServiceDraining OBJECT-TYPE
  7195.    SYNTAX INTEGER { draining(1),
  7196.                     active(2) }
  7197.    MAX-ACCESS read-only
  7198.    STATUS current
  7199.    DESCRIPTION
  7200.       "The draining state of this location for this GLB Service."
  7201.    ::= { perLocationServiceEntry 4 }
  7202.  
  7203. perLocationServiceState OBJECT-TYPE
  7204.    SYNTAX INTEGER { alive(1),
  7205.                     dead(2) }
  7206.    MAX-ACCESS read-only
  7207.    STATUS current
  7208.    DESCRIPTION
  7209.       "The state of this location for this GLB Service."
  7210.    ::= { perLocationServiceEntry 5 }
  7211.  
  7212. perLocationServiceFrontendState OBJECT-TYPE
  7213.    SYNTAX INTEGER { alive(1),
  7214.                     dead(2) }
  7215.    MAX-ACCESS read-only
  7216.    STATUS current
  7217.    DESCRIPTION
  7218.       "The frontend state of this location for this GLB Service."
  7219.    ::= { perLocationServiceEntry 6 }
  7220.  
  7221. perLocationServiceMonitorState OBJECT-TYPE
  7222.    SYNTAX INTEGER { alive(1),
  7223.                     dead(2) }
  7224.    MAX-ACCESS read-only
  7225.    STATUS current
  7226.    DESCRIPTION
  7227.       "The monitor state of this location for this GLB Service."
  7228.    ::= { perLocationServiceEntry 7 }
  7229.  
  7230. perLocationServiceLoad OBJECT-TYPE
  7231.    SYNTAX Gauge32
  7232.    MAX-ACCESS read-only
  7233.    STATUS current
  7234.    DESCRIPTION
  7235.       "The load metric for this location for this GLB Service."
  7236.    ::= { perLocationServiceEntry 8 }
  7237.  
  7238. perLocationServiceResponses OBJECT-TYPE
  7239.    SYNTAX Counter32
  7240.    MAX-ACCESS read-only
  7241.    STATUS current
  7242.    DESCRIPTION
  7243.       "Number of A records that have been altered to point to this location
  7244.        for this GLB Service."
  7245.    ::= { perLocationServiceEntry 9 }
  7246.  
  7247. --=============================================================================
  7248. -- GLB Locations
  7249. --=============================================================================
  7250.  
  7251. locationTable OBJECT-TYPE
  7252.    SYNTAX SEQUENCE OF LocationEntry
  7253.    MAX-ACCESS not-accessible
  7254.    STATUS current
  7255.    DESCRIPTION
  7256.       "This table provides information and statistics for GLB Services
  7257.        on a per location basis."
  7258.    ::= { locations 1 }
  7259.  
  7260. locationEntry OBJECT-TYPE
  7261.    SYNTAX LocationEntry
  7262.    MAX-ACCESS not-accessible
  7263.    STATUS current
  7264.    DESCRIPTION
  7265.       "This defines a row in the per-location table."
  7266.    INDEX { locationName }
  7267.    ::= { locationTable 1 }
  7268.  
  7269. LocationEntry ::=
  7270.    SEQUENCE {
  7271.       locationName       DisplayString,
  7272.       locationCode       DisplayString,
  7273.       locationLoad       Gauge32,
  7274.       locationResponses  Counter32
  7275.    }
  7276.  
  7277. locationName OBJECT-TYPE
  7278.    SYNTAX DisplayString (SIZE (0..255))
  7279.    MAX-ACCESS read-only
  7280.    STATUS current
  7281.    DESCRIPTION
  7282.       "The name of the location."
  7283.    ::= { locationEntry 1 }
  7284.  
  7285. locationCode OBJECT-TYPE
  7286.    SYNTAX DisplayString (SIZE (0..255))
  7287.    MAX-ACCESS read-only
  7288.    STATUS current
  7289.    DESCRIPTION
  7290.       "The code for the location."
  7291.    ::= { locationEntry 2 }
  7292.  
  7293. locationLoad OBJECT-TYPE
  7294.    SYNTAX Gauge32
  7295.    MAX-ACCESS read-only
  7296.    STATUS current
  7297.    DESCRIPTION
  7298.       "The mean load metric for this location."
  7299.    ::= { locationEntry 3 }
  7300.  
  7301. locationResponses OBJECT-TYPE
  7302.    SYNTAX Counter32
  7303.    MAX-ACCESS read-only
  7304.    STATUS current
  7305.    DESCRIPTION
  7306.       "Number of A records that have been altered to point to this location."
  7307.    ::= { locationEntry 4 }
  7308.  
  7309.  
  7310. --=============================================================================
  7311. -- Events
  7312. --=============================================================================
  7313.  
  7314. eventNumber OBJECT-TYPE
  7315.    SYNTAX Integer32
  7316.    MAX-ACCESS read-only
  7317.    STATUS current
  7318.    DESCRIPTION
  7319.       "The number of event configurations."
  7320.    ::= { events 1 }
  7321.  
  7322. --=============
  7323. -- Event Table
  7324. --=============
  7325. eventTable OBJECT-TYPE
  7326.    SYNTAX SEQUENCE OF EventEntry
  7327.    MAX-ACCESS not-accessible
  7328.    STATUS current
  7329.    DESCRIPTION
  7330.       "This table gives information on the event configurations in the traffic manager."
  7331.    ::= { events 2 }
  7332.  
  7333. eventEntry OBJECT-TYPE
  7334.    SYNTAX EventEntry
  7335.    MAX-ACCESS not-accessible
  7336.    STATUS current
  7337.    DESCRIPTION
  7338.       "This defines a row in the events table."
  7339.    INDEX { eventName }
  7340.    ::= { eventTable 1 }
  7341.  
  7342. EventEntry ::= SEQUENCE {
  7343.       eventName    DisplayString,
  7344.       eventsMatched Counter32
  7345. }
  7346.  
  7347. eventName OBJECT-TYPE
  7348.    SYNTAX DisplayString (SIZE (0..255))
  7349.    MAX-ACCESS read-only
  7350.    STATUS current
  7351.    DESCRIPTION
  7352.       "The name of the event configuration."
  7353.    ::= { eventEntry 1 }
  7354.  
  7355. eventsMatched OBJECT-TYPE
  7356.    SYNTAX Counter32
  7357.    MAX-ACCESS read-only
  7358.    STATUS current
  7359.    DESCRIPTION
  7360.       "Number of times this event configuration has matched."
  7361.    ::= { eventEntry 2 }
  7362.  
  7363. --=============================================================================
  7364. -- Actions
  7365. --=============================================================================
  7366.  
  7367. actionNumber OBJECT-TYPE
  7368.    SYNTAX Integer32
  7369.    MAX-ACCESS read-only
  7370.    STATUS current
  7371.    DESCRIPTION
  7372.       "The number of actions configured in the traffic manager."
  7373.    ::= { actions 1 }
  7374.  
  7375. --=============
  7376. -- Action Table
  7377. --=============
  7378. actionTable OBJECT-TYPE
  7379.    SYNTAX SEQUENCE OF ActionEntry
  7380.    MAX-ACCESS not-accessible
  7381.    STATUS current
  7382.    DESCRIPTION
  7383.       "This table gives information on the action configurations in the traffic manager."
  7384.    ::= { actions 2 }
  7385.  
  7386. actionEntry OBJECT-TYPE
  7387.    SYNTAX ActionEntry
  7388.    MAX-ACCESS not-accessible
  7389.    STATUS current
  7390.    DESCRIPTION
  7391.       "This defines a row in the actions table."
  7392.    INDEX { actionName }
  7393.    ::= { actionTable 1 }
  7394.  
  7395. ActionEntry ::= SEQUENCE {
  7396.       actionName    DisplayString,
  7397.       actionsProcessed Counter32
  7398. }
  7399.  
  7400. actionName OBJECT-TYPE
  7401.    SYNTAX DisplayString (SIZE (0..255))
  7402.    MAX-ACCESS read-only
  7403.    STATUS current
  7404.    DESCRIPTION
  7405.       "The name of the action."
  7406.    ::= { actionEntry 1 }
  7407.  
  7408. actionsProcessed OBJECT-TYPE
  7409.   SYNTAX Counter32
  7410.    MAX-ACCESS read-only
  7411.    STATUS current
  7412.    DESCRIPTION
  7413.       "Number of times this action has been processed."
  7414.    ::= { actionEntry 2 }
  7415.  
  7416.  
  7417. --=============================================================================
  7418. -- Traps
  7419. --=============================================================================
  7420.  
  7421. fullLogLine OBJECT-TYPE
  7422.    SYNTAX DisplayString (SIZE (0..255))
  7423.    MAX-ACCESS read-only
  7424.    STATUS current
  7425.    DESCRIPTION
  7426.       "The full log line of an event (for traps)."
  7427.    ::= { trapobjects 1 }
  7428.  
  7429. confName OBJECT-TYPE
  7430.    SYNTAX DisplayString (SIZE (0..255))
  7431.    MAX-ACCESS read-only
  7432.    STATUS current
  7433.    DESCRIPTION
  7434.       "The name of the configuration file affected (for traps)."
  7435.    ::= { trapobjects 2 }
  7436.  
  7437. customEventName OBJECT-TYPE
  7438.    SYNTAX DisplayString (SIZE (0..255))
  7439.    MAX-ACCESS read-only
  7440.    STATUS current
  7441.    DESCRIPTION
  7442.       "The name of the Custom Event (for traps)."
  7443.    ::= { trapobjects 3 }
  7444.  
  7445. domainName OBJECT-TYPE
  7446.    SYNTAX DisplayString (SIZE (0..255))
  7447.    MAX-ACCESS read-only
  7448.    STATUS current
  7449.    DESCRIPTION
  7450.       "The DNS domain name (for traps)."
  7451.    ::= { trapobjects 4 }
  7452.  
  7453. --=============================================================================
  7454. -- Test Action
  7455. --=============================================================================
  7456.  
  7457. testaction NOTIFICATION-TYPE
  7458.    OBJECTS { fullLogLine, actionName }
  7459.    STATUS current
  7460.    DESCRIPTION
  7461.       "Testing configuration for an action (emitted when testing an action in the UI)"
  7462.    ::= { trapsZero 1 }
  7463.  
  7464. --=============================================================================
  7465. -- General
  7466. --=============================================================================
  7467.  
  7468. running NOTIFICATION-TYPE
  7469.    OBJECTS { fullLogLine }
  7470.    STATUS current
  7471.    DESCRIPTION
  7472.       "Software is running"
  7473.    ::= { trapsZero 2 }
  7474.  
  7475. fewfreefds NOTIFICATION-TYPE
  7476.    OBJECTS { fullLogLine }
  7477.    STATUS current
  7478.    DESCRIPTION
  7479.       "Running out of free file descriptors"
  7480.    ::= { trapsZero 3 }
  7481.  
  7482. restartrequired NOTIFICATION-TYPE
  7483.    OBJECTS { fullLogLine }
  7484.    STATUS current
  7485.    DESCRIPTION
  7486.       "Software must be restarted to apply configuration changes"
  7487.    ::= { trapsZero 4 }
  7488.  
  7489. upgradereboot NOTIFICATION-TYPE
  7490.    OBJECTS { fullLogLine }
  7491.    STATUS current
  7492.    DESCRIPTION
  7493.       "Virtual Traffic Manager Appliance reboot required"
  7494.    ::= { trapsZero 288 }
  7495.  
  7496. sysctlreboot NOTIFICATION-TYPE
  7497.    OBJECTS { fullLogLine }
  7498.    STATUS current
  7499.    DESCRIPTION
  7500.       "Virtual Traffic Manager Appliance reboot required"
  7501.    ::= { trapsZero 289 }
  7502.  
  7503. upgraderestart NOTIFICATION-TYPE
  7504.    OBJECTS { fullLogLine }
  7505.    STATUS current
  7506.    DESCRIPTION
  7507.       "Virtual Traffic Manager software restart required"
  7508.    ::= { trapsZero 290 }
  7509.  
  7510. unspecifiedreboot NOTIFICATION-TYPE
  7511.    OBJECTS { fullLogLine }
  7512.    STATUS current
  7513.    DESCRIPTION
  7514.       "Virtual Traffic Manager restart/reboot required"
  7515.    ::= { trapsZero 291 }
  7516.  
  7517. timemovedback NOTIFICATION-TYPE
  7518.    OBJECTS { fullLogLine }
  7519.    STATUS current
  7520.    DESCRIPTION
  7521.       "Time has been moved back"
  7522.    ::= { trapsZero 5 }
  7523.  
  7524. sslfail NOTIFICATION-TYPE
  7525.    OBJECTS { fullLogLine }
  7526.    STATUS current
  7527.    DESCRIPTION
  7528.       "One or more SSL connections from clients failed recently"
  7529.    ::= { trapsZero 6 }
  7530.  
  7531. hardware NOTIFICATION-TYPE
  7532.    OBJECTS { fullLogLine }
  7533.    STATUS deprecated
  7534.    DESCRIPTION
  7535.       "Appliance hardware notification. Deprecated, replaced with 'appliance'"
  7536.    ::= { trapsZero 7 }
  7537.  
  7538.  
  7539. zxtmswerror NOTIFICATION-TYPE
  7540.    OBJECTS { fullLogLine }
  7541.    STATUS current
  7542.    DESCRIPTION
  7543.       "Internal software error"
  7544.    ::= { trapsZero 8 }
  7545.  
  7546. customevent NOTIFICATION-TYPE
  7547.    OBJECTS { fullLogLine, customEventName }
  7548.    STATUS current
  7549.    DESCRIPTION
  7550.       "A custom event was emitted using the TrafficScript 'event.emit()' function"
  7551.    ::= { trapsZero 9 }
  7552.  
  7553. versionmismatch NOTIFICATION-TYPE
  7554.    OBJECTS { fullLogLine }
  7555.    STATUS current
  7556.    DESCRIPTION
  7557.       "Configuration update refused: traffic manager version mismatch"
  7558.    ::= { trapsZero 10 }
  7559.  
  7560. autherror NOTIFICATION-TYPE
  7561.    OBJECTS { fullLogLine }
  7562.    STATUS current
  7563.    DESCRIPTION
  7564.       "An error occurred during user authentication"
  7565.    ::= { trapsZero 114 }
  7566.  
  7567. rebootrequired NOTIFICATION-TYPE
  7568.    OBJECTS { fullLogLine }
  7569.    STATUS obsolete
  7570.    DESCRIPTION
  7571.       "Machine must be rebooted to apply configuration changes"
  7572.    ::= { trapsZero 233 }
  7573.  
  7574. appliance NOTIFICATION-TYPE
  7575.    OBJECTS { fullLogLine }
  7576.    STATUS current
  7577.    DESCRIPTION
  7578.       "Appliance notification"
  7579.    ::= { trapsZero 236 }
  7580.  
  7581. watchdog NOTIFICATION-TYPE
  7582.   OBJECTS { fullLogLine }
  7583.    STATUS current
  7584.   DESCRIPTION
  7585.      "The watchdog detected a problem with a traffic manager process"
  7586.   ::= { trapsZero 324 }
  7587.  
  7588. --=============================================================================
  7589. -- Fault Tolerance
  7590. --=============================================================================
  7591.  
  7592. machineok NOTIFICATION-TYPE
  7593.    OBJECTS { fullLogLine, zxtmName }
  7594.    STATUS current
  7595.    DESCRIPTION
  7596.       "Remote machine is now working"
  7597.    ::= { trapsZero 11 }
  7598.  
  7599. machinetimeout NOTIFICATION-TYPE
  7600.    OBJECTS { fullLogLine, zxtmName }
  7601.    STATUS current
  7602.    DESCRIPTION
  7603.       "Remote machine has timed out and been marked as failed"
  7604.    ::= { trapsZero 12 }
  7605.  
  7606. machinefail NOTIFICATION-TYPE
  7607.    OBJECTS { fullLogLine, zxtmName }
  7608.    STATUS current
  7609.    DESCRIPTION
  7610.       "Remote machine has failed"
  7611.    ::= { trapsZero 13 }
  7612.  
  7613. allmachinesok NOTIFICATION-TYPE
  7614.    OBJECTS { fullLogLine }
  7615.    STATUS current
  7616.    DESCRIPTION
  7617.       "All machines are working"
  7618.    ::= { trapsZero 14 }
  7619.  
  7620. flipperbackendsworking NOTIFICATION-TYPE
  7621.    OBJECTS { fullLogLine }
  7622.    STATUS current
  7623.    DESCRIPTION
  7624.       "Back-end nodes are now working"
  7625.    ::= { trapsZero 15 }
  7626.  
  7627. flipperfrontendsworking NOTIFICATION-TYPE
  7628.    OBJECTS { fullLogLine }
  7629.    STATUS current
  7630.    DESCRIPTION
  7631.       "Frontend machines are now working"
  7632.    ::= { trapsZero 16 }
  7633.  
  7634. pingbackendfail NOTIFICATION-TYPE
  7635.    OBJECTS { fullLogLine }
  7636.    STATUS current
  7637.    DESCRIPTION
  7638.       "Failed to ping back-end nodes"
  7639.    ::= { trapsZero 17 }
  7640.  
  7641. pingfrontendfail NOTIFICATION-TYPE
  7642.    OBJECTS { fullLogLine }
  7643.    STATUS current
  7644.    DESCRIPTION
  7645.       "Failed to ping any of the machines used to check the front-end connectivity"
  7646.    ::= { trapsZero 18 }
  7647.  
  7648. pinggwfail NOTIFICATION-TYPE
  7649.    OBJECTS { fullLogLine }
  7650.    STATUS current
  7651.    DESCRIPTION
  7652.       "Failed to ping default gateway"
  7653.    ::= { trapsZero 19 }
  7654.  
  7655. pingsendfail NOTIFICATION-TYPE
  7656.    OBJECTS { fullLogLine }
  7657.    STATUS current
  7658.    DESCRIPTION
  7659.       "Failed to send ping packets"
  7660.    ::= { trapsZero 237 }
  7661.  
  7662. statebaddata NOTIFICATION-TYPE
  7663.    OBJECTS { fullLogLine }
  7664.    STATUS current
  7665.    DESCRIPTION
  7666.       "Received an invalid response from another cluster member"
  7667.    ::= { trapsZero 20 }
  7668.  
  7669. stateconnfail NOTIFICATION-TYPE
  7670.    OBJECTS { fullLogLine }
  7671.    STATUS current
  7672.    DESCRIPTION
  7673.       "Failed to connect to another cluster member for state sharing"
  7674.    ::= { trapsZero 21 }
  7675.  
  7676. stateok NOTIFICATION-TYPE
  7677.    OBJECTS { fullLogLine }
  7678.    STATUS current
  7679.    DESCRIPTION
  7680.       "Successfully connected to another cluster member for state sharing"
  7681.    ::= { trapsZero 22 }
  7682.  
  7683. statereadfail NOTIFICATION-TYPE
  7684.    OBJECTS { fullLogLine }
  7685.    STATUS current
  7686.    DESCRIPTION
  7687.       "Reading state data from another cluster member failed"
  7688.    ::= { trapsZero 23 }
  7689.  
  7690. statetimeout NOTIFICATION-TYPE
  7691.    OBJECTS { fullLogLine }
  7692.    STATUS current
  7693.    DESCRIPTION
  7694.       "Timeout while sending state data to another cluster member"
  7695.    ::= { trapsZero 24 }
  7696.  
  7697. stateunexpected NOTIFICATION-TYPE
  7698.    OBJECTS { fullLogLine }
  7699.    STATUS current
  7700.    DESCRIPTION
  7701.       "Received unexpected state data from another cluster member"
  7702.    ::= { trapsZero 25 }
  7703.  
  7704. statewritefail NOTIFICATION-TYPE
  7705.    OBJECTS { fullLogLine }
  7706.    STATUS current
  7707.    DESCRIPTION
  7708.       "Writing state data to another cluster member failed"
  7709.    ::= { trapsZero 26 }
  7710.  
  7711. activatealldead NOTIFICATION-TYPE
  7712.    OBJECTS { fullLogLine }
  7713.    STATUS current
  7714.    DESCRIPTION
  7715.       "Activating this machine automatically because it is the only working machine in its Traffic IP Groups"
  7716.    ::= { trapsZero 107 }
  7717.  
  7718. machinerecovered NOTIFICATION-TYPE
  7719.    OBJECTS { fullLogLine }
  7720.    STATUS current
  7721.    DESCRIPTION
  7722.       "Remote machine has recovered and can raise Traffic IP addresses"
  7723.    ::= { trapsZero 108 }
  7724.  
  7725. flipperrecovered NOTIFICATION-TYPE
  7726.    OBJECTS { fullLogLine }
  7727.    STATUS current
  7728.    DESCRIPTION
  7729.       "Machine is ready to raise Traffic IP addresses"
  7730.    ::= { trapsZero 109 }
  7731.  
  7732. activatedautomatically NOTIFICATION-TYPE
  7733.    OBJECTS { fullLogLine }
  7734.    STATUS current
  7735.    DESCRIPTION
  7736.       "Machine has recovered and been activated automatically because it would cause no service disruption"
  7737.    ::= { trapsZero 110 }
  7738.  
  7739. zclustermoderr NOTIFICATION-TYPE
  7740.    OBJECTS { fullLogLine }
  7741.    STATUS current
  7742.    DESCRIPTION
  7743.       "An error occurred when using the zcluster Multi-Hosted IP kernel module"
  7744.    ::= { trapsZero 111 }
  7745.  
  7746. ec2flipperraiselocalworking NOTIFICATION-TYPE
  7747.    OBJECTS { fullLogLine }
  7748.    STATUS current
  7749.    DESCRIPTION
  7750.       "Moving EC2 IP Address; local machine is working"
  7751.    ::= { trapsZero 112 }
  7752.  
  7753. ec2flipperraiseothersdead NOTIFICATION-TYPE
  7754.    OBJECTS { fullLogLine }
  7755.    STATUS current
  7756.    DESCRIPTION
  7757.       "Moving EC2 IP Address; other machines have failed"
  7758.    ::= { trapsZero 113 }
  7759.  
  7760. ec2iperr NOTIFICATION-TYPE
  7761.    OBJECTS { fullLogLine }
  7762.    STATUS current
  7763.    DESCRIPTION
  7764.       "Problem occurred when managing an EC2 IP address"
  7765.    ::= { trapsZero 130 }
  7766.  
  7767. ec2vpceipassocerr NOTIFICATION-TYPE
  7768.    OBJECTS { fullLogLine }
  7769.    STATUS obsolete
  7770.    DESCRIPTION
  7771.       "Problem occurred while getting a list of private IP addresses and their EIP associations"
  7772.    ::= { trapsZero 207 }
  7773.  
  7774. ec2vpciderr NOTIFICATION-TYPE
  7775.    OBJECTS { fullLogLine }
  7776.    STATUS obsolete
  7777.    DESCRIPTION
  7778.       "Problem occurred while getting VPCID"
  7779.    ::= { trapsZero 208 }
  7780.  
  7781. dropec2ipwarn NOTIFICATION-TYPE
  7782.    OBJECTS { fullLogLine }
  7783.    STATUS current
  7784.    DESCRIPTION
  7785.       "Removing EC2 IP Address from all machines; it is no longer a part of any Traffic IP Groups"
  7786.    ::= { trapsZero 131 }
  7787.  
  7788. ec2nopublicip NOTIFICATION-TYPE
  7789.    OBJECTS { fullLogLine }
  7790.    STATUS current
  7791.    DESCRIPTION
  7792.       "Cannot raise Elastic IP on this machine until EC2 provides it with a public IP address"
  7793.    ::= { trapsZero 132 }
  7794.  
  7795.  
  7796. ec2nosecondaryprivateip NOTIFICATION-TYPE
  7797.    OBJECTS { fullLogLine }
  7798.    STATUS current
  7799.    DESCRIPTION
  7800.       "Cannot raise Elastic IP on this machine as no suitable secondary IP is available on the allowed network card(s)"
  7801.    ::= { trapsZero 206 }
  7802.  
  7803. ec2dataretrievalfailed NOTIFICATION-TYPE
  7804.    OBJECTS { fullLogLine }
  7805.    STATUS current
  7806.    DESCRIPTION
  7807.       "Traffic manager failed to get the required data from Amazon servers"
  7808.    ::= { trapsZero 266 }
  7809.  
  7810. ec2dataretrievalsuccessful NOTIFICATION-TYPE
  7811.    OBJECTS { fullLogLine }
  7812.    STATUS current
  7813.    DESCRIPTION
  7814.       "Traffic manager has now successfully retrieved the required data from Amazon servers"
  7815.    ::= { trapsZero 267 }
  7816.  
  7817. ec2initialized NOTIFICATION-TYPE
  7818.    OBJECTS { fullLogLine }
  7819.    STATUS current
  7820.    DESCRIPTION
  7821.       "The EC2 instance is now initialized"
  7822.    ::= { trapsZero 287 }
  7823.  
  7824. gcedataretrievalfailed NOTIFICATION-TYPE
  7825.    OBJECTS { fullLogLine }
  7826.    STATUS current
  7827.    DESCRIPTION
  7828.       "Traffic manager failed to get the required data from GCE instance"
  7829.    ::= { trapsZero 292 }
  7830.  
  7831. gcedataretrievalsuccessful NOTIFICATION-TYPE
  7832.    OBJECTS { fullLogLine }
  7833.    STATUS current
  7834.    DESCRIPTION
  7835.       "Traffic manager has now successfully retrieved the required data from GCE instance"
  7836.    ::= { trapsZero 293 }
  7837.  
  7838. gcenofreenic NOTIFICATION-TYPE
  7839.    OBJECTS { fullLogLine }
  7840.    STATUS current
  7841.    DESCRIPTION
  7842.       "Cannot associate more External IP addresses with this instance, all interfaces are allocated"
  7843.    ::= { trapsZero 325 }
  7844.  
  7845. gceiperr NOTIFICATION-TYPE
  7846.    OBJECTS { fullLogLine }
  7847.    STATUS current
  7848.    DESCRIPTION
  7849.       "Problem occurred when managing a GCE IP address"
  7850.    ::= { trapsZero 326 }
  7851.  
  7852. gceflipperraiseothersdead NOTIFICATION-TYPE
  7853.    OBJECTS { fullLogLine }
  7854.    STATUS current
  7855.    DESCRIPTION
  7856.       "Moving GCE IP Address; other machines have failed"
  7857.    ::= { trapsZero 327 }
  7858.  
  7859. gceflipperraiselocalworking NOTIFICATION-TYPE
  7860.    OBJECTS { fullLogLine }
  7861.    STATUS current
  7862.    DESCRIPTION
  7863.       "Moving GCE IP Address; local machine is working"
  7864.    ::= { trapsZero 328 }
  7865.  
  7866. dropgceipwarn NOTIFICATION-TYPE
  7867.    OBJECTS { fullLogLine }
  7868.    STATUS current
  7869.    DESCRIPTION
  7870.       "Removing GCE IP Address from all machines; it is no longer a part of any Traffic IP Groups"
  7871.    ::= { trapsZero 329 }
  7872.  
  7873. multihostload NOTIFICATION-TYPE
  7874.    OBJECTS { fullLogLine }
  7875.    STATUS current
  7876.    DESCRIPTION
  7877.       "The amount of load handled by the local machine destined for this Traffic IP has changed"
  7878.    ::= { trapsZero 133 }
  7879.  
  7880. flipperraiseremotedropped NOTIFICATION-TYPE
  7881.    OBJECTS { fullLogLine }
  7882.    STATUS current
  7883.    DESCRIPTION
  7884.       "This Traffic Manager has re-raised traffic IP addresses as the remote machine which was hosting them has dropped them"
  7885.    ::= { trapsZero 198 }
  7886.  
  7887. autofailbacktimerstarted NOTIFICATION-TYPE
  7888.    OBJECTS { fullLogLine }
  7889.    STATUS current
  7890.    DESCRIPTION
  7891.       "Auto-failback wait period started"
  7892.    ::= { trapsZero 294 }
  7893.  
  7894. autofailbacktimerstopped NOTIFICATION-TYPE
  7895.    OBJECTS { fullLogLine }
  7896.    STATUS current
  7897.    DESCRIPTION
  7898.       "Auto-failback delay timer stopped due to system failure"
  7899.    ::= { trapsZero 295 }
  7900.  
  7901. autofailbackafterdelay NOTIFICATION-TYPE
  7902.    OBJECTS { fullLogLine }
  7903.    STATUS current
  7904.    DESCRIPTION
  7905.       "Automatic failback after delay"
  7906.    ::= { trapsZero 296 }
  7907.  
  7908. autofailbacktimercancelled NOTIFICATION-TYPE
  7909.    OBJECTS { fullLogLine }
  7910.    STATUS current
  7911.    DESCRIPTION
  7912.       "Auto-failback delay timer cancelled"
  7913.    ::= { trapsZero 297 }
  7914.  
  7915. sslticketencryptionkeyunavailable NOTIFICATION-TYPE
  7916.    OBJECTS { fullLogLine, virtualserverName }
  7917.    STATUS current
  7918.    DESCRIPTION
  7919.       "No SSL ticket encryption key available"
  7920.    ::= { trapsZero 300 }
  7921.  
  7922.  
  7923. --=============================================================================
  7924. -- SSL hardware
  7925. --=============================================================================
  7926.  
  7927. sslhwfail NOTIFICATION-TYPE
  7928.    OBJECTS { fullLogLine }
  7929.    STATUS current
  7930.    DESCRIPTION
  7931.       "SSL hardware support failed"
  7932.    ::= { trapsZero 27 }
  7933.  
  7934. sslhwrestart NOTIFICATION-TYPE
  7935.    OBJECTS { fullLogLine }
  7936.    STATUS current
  7937.    DESCRIPTION
  7938.       "SSL hardware support restarted"
  7939.    ::= { trapsZero 28 }
  7940.  
  7941. sslhwstart NOTIFICATION-TYPE
  7942.    OBJECTS { fullLogLine }
  7943.    STATUS current
  7944.    DESCRIPTION
  7945.       "SSL hardware support started"
  7946.    ::= { trapsZero 29 }
  7947.  
  7948.  
  7949. --=============================================================================
  7950. -- Configuration files
  7951. --=============================================================================
  7952.  
  7953. confdel NOTIFICATION-TYPE
  7954.    OBJECTS { fullLogLine, confName }
  7955.    STATUS current
  7956.    DESCRIPTION
  7957.       "Configuration file deleted"
  7958.    ::= { trapsZero 30 }
  7959.  
  7960. confmod NOTIFICATION-TYPE
  7961.    OBJECTS { fullLogLine, confName }
  7962.    STATUS current
  7963.    DESCRIPTION
  7964.       "Configuration file modified"
  7965.    ::= { trapsZero 31 }
  7966.  
  7967. confadd NOTIFICATION-TYPE
  7968.    OBJECTS { fullLogLine, confName }
  7969.    STATUS current
  7970.    DESCRIPTION
  7971.       "Configuration file added"
  7972.    ::= { trapsZero 32 }
  7973.  
  7974. confok NOTIFICATION-TYPE
  7975.    OBJECTS { fullLogLine, confName }
  7976.    STATUS current
  7977.    DESCRIPTION
  7978.       "Configuration file now OK"
  7979.    ::= { trapsZero 33 }
  7980.  
  7981. confreptimeout NOTIFICATION-TYPE
  7982.    OBJECTS { fullLogLine }
  7983.    STATUS current
  7984.    DESCRIPTION
  7985.       "Replication of configuration has timed out"
  7986.    ::= { trapsZero 178 }
  7987.  
  7988. confrepfailed NOTIFICATION-TYPE
  7989.    OBJECTS { fullLogLine }
  7990.    STATUS current
  7991.    DESCRIPTION
  7992.       "Replication of configuration has failed"
  7993.    ::= { trapsZero 179 }
  7994.  
  7995. --=============================================================================
  7996. -- Java
  7997. --=============================================================================
  7998.  
  7999. javadied NOTIFICATION-TYPE
  8000.    OBJECTS { fullLogLine }
  8001.    STATUS current
  8002.    DESCRIPTION
  8003.       "Java runner died"
  8004.    ::= { trapsZero 34 }
  8005.  
  8006. javastop NOTIFICATION-TYPE
  8007.    OBJECTS { fullLogLine }
  8008.    STATUS current
  8009.    DESCRIPTION
  8010.       "Java support has stopped"
  8011.    ::= { trapsZero 35 }
  8012.  
  8013. javastartfail NOTIFICATION-TYPE
  8014.    OBJECTS { fullLogLine }
  8015.    STATUS current
  8016.    DESCRIPTION
  8017.       "Java runner failed to start"
  8018.    ::= { trapsZero 36 }
  8019.  
  8020. javaterminatefail NOTIFICATION-TYPE
  8021.    OBJECTS { fullLogLine }
  8022.    STATUS current
  8023.    DESCRIPTION
  8024.       "Java runner failed to terminate"
  8025.    ::= { trapsZero 37 }
  8026.  
  8027. javanotfound NOTIFICATION-TYPE
  8028.    OBJECTS { fullLogLine }
  8029.    STATUS current
  8030.    DESCRIPTION
  8031.       "Cannot start Java runner, program not found"
  8032.    ::= { trapsZero 38 }
  8033.  
  8034. javastarted NOTIFICATION-TYPE
  8035.    OBJECTS { fullLogLine }
  8036.    STATUS current
  8037.    DESCRIPTION
  8038.       "Java runner started"
  8039.    ::= { trapsZero 39 }
  8040.  
  8041. servleterror NOTIFICATION-TYPE
  8042.    OBJECTS { fullLogLine }
  8043.    STATUS current
  8044.    DESCRIPTION
  8045.       "Servlet encountered an error"
  8046.    ::= { trapsZero 40 }
  8047.  
  8048. --=============================================================================
  8049. -- Monitors
  8050. --=============================================================================
  8051.  
  8052. monitorfail NOTIFICATION-TYPE
  8053.    OBJECTS { fullLogLine, monitorName }
  8054.    STATUS current
  8055.    DESCRIPTION
  8056.       "Monitor has detected a failure"
  8057.    ::= { trapsZero 41 }
  8058.  
  8059. monitorok NOTIFICATION-TYPE
  8060.    OBJECTS { fullLogLine, monitorName }
  8061.    STATUS current
  8062.    DESCRIPTION
  8063.       "Monitor is working"
  8064.    ::= { trapsZero 42 }
  8065.  
  8066.  
  8067. --=============================================================================
  8068. -- Rules
  8069. --=============================================================================
  8070.  
  8071. rulexmlerr NOTIFICATION-TYPE
  8072.    OBJECTS { fullLogLine, ruleName }
  8073.    STATUS current
  8074.    DESCRIPTION
  8075.       "Rule encountered an XML error"
  8076.    ::= { trapsZero 43 }
  8077.  
  8078. pooluseunknown NOTIFICATION-TYPE
  8079.    OBJECTS { fullLogLine, ruleName }
  8080.    STATUS current
  8081.    DESCRIPTION
  8082.       "Rule selected an unknown pool"
  8083.    ::= { trapsZero 44 }
  8084.  
  8085. ruleabort NOTIFICATION-TYPE
  8086.    OBJECTS { fullLogLine, ruleName }
  8087.    STATUS current
  8088.    DESCRIPTION
  8089.       "Rule aborted during execution"
  8090.    ::= { trapsZero 45 }
  8091.  
  8092. rulebufferlarge NOTIFICATION-TYPE
  8093.    OBJECTS { fullLogLine, ruleName }
  8094.    STATUS current
  8095.    DESCRIPTION
  8096.       "Rule has buffered more data than expected"
  8097.    ::= { trapsZero 46 }
  8098.  
  8099. rulebodycomperror NOTIFICATION-TYPE
  8100.    OBJECTS { fullLogLine, ruleName }
  8101.    STATUS current
  8102.    DESCRIPTION
  8103.       "Rule encountered invalid data while uncompressing response"
  8104.    ::= { trapsZero 47 }
  8105.  
  8106. forwardproxybadhost NOTIFICATION-TYPE
  8107.    OBJECTS { fullLogLine, ruleName }
  8108.    STATUS current
  8109.    DESCRIPTION
  8110.       "Rule selected an unresolvable host"
  8111.    ::= { trapsZero 48 }
  8112.  
  8113. invalidemit NOTIFICATION-TYPE
  8114.    OBJECTS { fullLogLine, ruleName }
  8115.    STATUS current
  8116.    DESCRIPTION
  8117.       "Rule used event.emit() with an invalid custom event"
  8118.    ::= { trapsZero 49 }
  8119.  
  8120. rulenopersistence NOTIFICATION-TYPE
  8121.    OBJECTS { fullLogLine, ruleName }
  8122.    STATUS current
  8123.    DESCRIPTION
  8124.       "Rule selected an unknown session persistence class"
  8125.    ::= { trapsZero 50 }
  8126.  
  8127. rulelogmsginfo NOTIFICATION-TYPE
  8128.    OBJECTS { fullLogLine, ruleName }
  8129.    STATUS current
  8130.    DESCRIPTION
  8131.       "Rule logged an info message using log.info"
  8132.    ::= { trapsZero 51 }
  8133.  
  8134. rulelogmsgwarn NOTIFICATION-TYPE
  8135.    OBJECTS { fullLogLine, ruleName }
  8136.    STATUS current
  8137.    DESCRIPTION
  8138.       "Rule logged a warning message using log.warn"
  8139.    ::= { trapsZero 52 }
  8140.  
  8141. rulelogmsgserious NOTIFICATION-TYPE
  8142.    OBJECTS { fullLogLine, ruleName }
  8143.    STATUS current
  8144.    DESCRIPTION
  8145.       "Rule logged an error message using log.error"
  8146.    ::= { trapsZero 53 }
  8147.  
  8148. norate NOTIFICATION-TYPE
  8149.    OBJECTS { fullLogLine, ruleName }
  8150.    STATUS current
  8151.    DESCRIPTION
  8152.       "Rule selected an unknown rate shaping class"
  8153.    ::= { trapsZero 54 }
  8154.  
  8155. poolactivenodesunknown NOTIFICATION-TYPE
  8156.    OBJECTS { fullLogLine, ruleName }
  8157.    STATUS current
  8158.    DESCRIPTION
  8159.       "Rule references an unknown pool via pool.activenodes"
  8160.    ::= { trapsZero 55 }
  8161.  
  8162. datastorefull NOTIFICATION-TYPE
  8163.    OBJECTS { fullLogLine }
  8164.    STATUS current
  8165.    DESCRIPTION
  8166.       "data.set() has run out of space"
  8167.    ::= { trapsZero 56 }
  8168.  
  8169. ruleoverrun NOTIFICATION-TYPE
  8170.    OBJECTS { fullLogLine, ruleName }
  8171.    STATUS current
  8172.    DESCRIPTION
  8173.       "Rule exceeded execution time warning threshold"
  8174.    ::= { trapsZero 242 }
  8175.  
  8176. rulestreamerrortoomuch NOTIFICATION-TYPE
  8177.    OBJECTS { fullLogLine, ruleName }
  8178.    STATUS current
  8179.    DESCRIPTION
  8180.       "Rule supplied too much data in HTTP stream"
  8181.    ::= { trapsZero 210 }
  8182.  
  8183. rulestreamerrornotenough NOTIFICATION-TYPE
  8184.    OBJECTS { fullLogLine, ruleName }
  8185.    STATUS current
  8186.    DESCRIPTION
  8187.       "Rule did not supply enough data in HTTP stream"
  8188.    ::= { trapsZero 211 }
  8189.  
  8190. rulestreamerrorprocessfailure NOTIFICATION-TYPE
  8191.    OBJECTS { fullLogLine, ruleName }
  8192.    STATUS current
  8193.    DESCRIPTION
  8194.       "Data supplied to HTTP stream could not be processed"
  8195.    ::= { trapsZero 212 }
  8196.  
  8197. rulestreamerrornotstarted NOTIFICATION-TYPE
  8198.    OBJECTS { fullLogLine, ruleName }
  8199.    STATUS current
  8200.    DESCRIPTION
  8201.       "Attempt to stream data or finish a stream before streaming had been initialized"
  8202.    ::= { trapsZero 213 }
  8203.  
  8204. rulestreamerrornotfinished NOTIFICATION-TYPE
  8205.    OBJECTS { fullLogLine, ruleName }
  8206.    STATUS current
  8207.    DESCRIPTION
  8208.       "Attempt to initialize HTTP stream before previous stream had finished"
  8209.    ::= { trapsZero 214 }
  8210.  
  8211. rulestreamerrorinternal NOTIFICATION-TYPE
  8212.    OBJECTS { fullLogLine, ruleName }
  8213.    STATUS current
  8214.    DESCRIPTION
  8215.       "Internal error while processing HTTP stream"
  8216.    ::= { trapsZero 215 }
  8217.  
  8218. rulestreamerrorgetresponse NOTIFICATION-TYPE
  8219.    OBJECTS { fullLogLine, ruleName }
  8220.    STATUS current
  8221.    DESCRIPTION
  8222.       "Attempt to use http.getResponse or http.getResponseBody after http.stream.startResponse"
  8223.    ::= { trapsZero 216 }
  8224.  
  8225. rulesinvalidrequestbody NOTIFICATION-TYPE
  8226.    OBJECTS { fullLogLine, ruleName, virtualserverName }
  8227.    STATUS current
  8228.    DESCRIPTION
  8229.       "Client sent invalid HTTP request body"
  8230.    ::= { trapsZero 217 }
  8231.  
  8232. aptimizeuseunknownprofile NOTIFICATION-TYPE
  8233.    OBJECTS { fullLogLine, ruleName }
  8234.    STATUS current
  8235.    DESCRIPTION
  8236.       "Rule selected an unknown Web Accelerator profile"
  8237.    ::= { trapsZero 222 }
  8238.  
  8239. aptimizedisabled NOTIFICATION-TYPE
  8240.    OBJECTS { fullLogLine, ruleName }
  8241.    STATUS current
  8242.    DESCRIPTION
  8243.       "Rule attempted to use Web Accelerator but it is not enabled"
  8244.    ::= { trapsZero 223 }
  8245.  
  8246. aptimizeuseunknownscope NOTIFICATION-TYPE
  8247.    OBJECTS { fullLogLine, ruleName }
  8248.    STATUS current
  8249.    DESCRIPTION
  8250.       "Rule selected an unknown Web Accelerator scope"
  8251.    ::= { trapsZero 224 }
  8252.  
  8253. datalocalstorefull NOTIFICATION-TYPE
  8254.    OBJECTS { fullLogLine, ruleName }
  8255.    STATUS current
  8256.    DESCRIPTION
  8257.       "data.local.set() has run out of space"
  8258.    ::= { trapsZero 228 }
  8259.  
  8260. --=============================================================================
  8261. -- GLB Service Rules
  8262. --=============================================================================
  8263.  
  8264. serviceruleabort NOTIFICATION-TYPE
  8265.    OBJECTS { fullLogLine, glbServiceName, ruleName }
  8266.    STATUS current
  8267.    DESCRIPTION
  8268.       "GLB service rule aborted during execution"
  8269.    ::= { trapsZero 218 }
  8270.  
  8271. servicerulelocunknown NOTIFICATION-TYPE
  8272.    OBJECTS { fullLogLine, glbServiceName, ruleName }
  8273.    STATUS current
  8274.    DESCRIPTION
  8275.       "GLB service rule specified an unknown location"
  8276.    ::= { trapsZero 219 }
  8277.  
  8278. servicerulelocnotconfigured NOTIFICATION-TYPE
  8279.    OBJECTS { fullLogLine, glbServiceName, ruleName }
  8280.    STATUS current
  8281.    DESCRIPTION
  8282.       "GLB service rule specified a location that is not configured for the service"
  8283.    ::= { trapsZero 220 }
  8284.  
  8285. servicerulelocdead NOTIFICATION-TYPE
  8286.    OBJECTS { fullLogLine, glbServiceName, ruleName }
  8287.    STATUS current
  8288.    DESCRIPTION
  8289.       "GLB service rule specified a location that has either failed or been marked as draining in the service configuration"
  8290.    ::= { trapsZero 221 }
  8291.  
  8292.  
  8293. --=============================================================================
  8294. -- License keys
  8295. --=============================================================================
  8296.  
  8297. expired NOTIFICATION-TYPE
  8298.    OBJECTS { fullLogLine, licensekeyName }
  8299.    STATUS current
  8300.    DESCRIPTION
  8301.       "License key has expired"
  8302.    ::= { trapsZero 57 }
  8303.  
  8304. licensecorrupt NOTIFICATION-TYPE
  8305.    OBJECTS { fullLogLine, licensekeyName }
  8306.    STATUS current
  8307.    DESCRIPTION
  8308.       "License key is corrupt"
  8309.    ::= { trapsZero 58 }
  8310.  
  8311. expiresoon NOTIFICATION-TYPE
  8312.    OBJECTS { fullLogLine, licensekeyName }
  8313.    STATUS current
  8314.    DESCRIPTION
  8315.       "License key expires within 7 days"
  8316.    ::= { trapsZero 59 }
  8317.  
  8318. usinglicense NOTIFICATION-TYPE
  8319.    OBJECTS { fullLogLine, licensekeyName }
  8320.    STATUS current
  8321.    DESCRIPTION
  8322.       "Using license key"
  8323.    ::= { trapsZero 60 }
  8324.  
  8325. licenseclustertoobig NOTIFICATION-TYPE
  8326.    OBJECTS { fullLogLine }
  8327.    STATUS current
  8328.    DESCRIPTION
  8329.       "Cluster size exceeds license key limit"
  8330.    ::= { trapsZero 61 }
  8331.  
  8332. unlicensed NOTIFICATION-TYPE
  8333.    OBJECTS { fullLogLine }
  8334.    STATUS current
  8335.    DESCRIPTION
  8336.       "Started without a license"
  8337.    ::= { trapsZero 62 }
  8338.  
  8339. usingdevlicense NOTIFICATION-TYPE
  8340.    OBJECTS { fullLogLine }
  8341.    STATUS obsolete
  8342.    DESCRIPTION
  8343.       "Using a development license"
  8344.    ::= { trapsZero 63 }
  8345.  
  8346. morememallowed NOTIFICATION-TYPE
  8347.    OBJECTS { fullLogLine }
  8348.    STATUS current
  8349.    DESCRIPTION
  8350.       "License allows more memory for caching"
  8351.    ::= { trapsZero 124 }
  8352.  
  8353. lessmemallowed NOTIFICATION-TYPE
  8354.    OBJECTS { fullLogLine }
  8355.    STATUS current
  8356.    DESCRIPTION
  8357.       "License allows less memory for caching"
  8358.    ::= { trapsZero 125 }
  8359.  
  8360. cachesizereduced NOTIFICATION-TYPE
  8361.    OBJECTS { fullLogLine }
  8362.    STATUS current
  8363.    DESCRIPTION
  8364.       "Configured cache size exceeds license limit, only using amount allowed by license"
  8365.    ::= { trapsZero 123 }
  8366.  
  8367. tpslimited NOTIFICATION-TYPE
  8368.    OBJECTS { fullLogLine }
  8369.    STATUS current
  8370.    DESCRIPTION
  8371.       "License key transactions-per-second limit has been hit"
  8372.    ::= { trapsZero 134 }
  8373.  
  8374. ssltpslimited NOTIFICATION-TYPE
  8375.    OBJECTS { fullLogLine }
  8376.    STATUS current
  8377.    DESCRIPTION
  8378.       "License key SSL transactions-per-second limit has been hit"
  8379.    ::= { trapsZero 135 }
  8380.  
  8381. bwlimited NOTIFICATION-TYPE
  8382.    OBJECTS { fullLogLine }
  8383.    STATUS current
  8384.    DESCRIPTION
  8385.       "License key bandwidth limit has been hit"
  8386.    ::= { trapsZero 136 }
  8387.  
  8388. licensetoomanylocations NOTIFICATION-TYPE
  8389.    OBJECTS { fullLogLine }
  8390.    STATUS current
  8391.    DESCRIPTION
  8392.       "A location has been disabled because you have exceeded the licence limit"
  8393.    ::= { trapsZero 137 }
  8394.  
  8395. autoscalinglicenseerror NOTIFICATION-TYPE
  8396.   OBJECTS { fullLogLine }
  8397.    STATUS current
  8398.   DESCRIPTION
  8399.      "Autoscaling not permitted by licence key"
  8400.   ::= { trapsZero 175 }
  8401.  
  8402. autoscalinglicenseenabled NOTIFICATION-TYPE
  8403.   OBJECTS { fullLogLine }
  8404.    STATUS current
  8405.   DESCRIPTION
  8406.      "Autoscaling support has been enabled"
  8407.   ::= { trapsZero 176 }
  8408.  
  8409. autoscalinglicensedisabled NOTIFICATION-TYPE
  8410.   OBJECTS { fullLogLine }
  8411.    STATUS current
  8412.   DESCRIPTION
  8413.      "Autoscaling support has been disabled"
  8414.   ::= { trapsZero 177 }
  8415.  
  8416. analyticslicenseenabled NOTIFICATION-TYPE
  8417.   OBJECTS { fullLogLine }
  8418.    STATUS current
  8419.   DESCRIPTION
  8420.      "Realtime Analytics support has been enabled"
  8421.   ::= { trapsZero 180 }
  8422.  
  8423. analyticslicensedisabled NOTIFICATION-TYPE
  8424.   OBJECTS { fullLogLine }
  8425.    STATUS current
  8426.   DESCRIPTION
  8427.      "Realtime Analytics support has been disabled"
  8428.   ::= { trapsZero 181 }
  8429.  
  8430. analyticsexportlicenseenabled NOTIFICATION-TYPE
  8431.   OBJECTS { fullLogLine }
  8432.    STATUS current
  8433.   DESCRIPTION
  8434.      "Analytics Export support has been enabled"
  8435.   ::= { trapsZero 298 }
  8436.  
  8437. analyticsexportlicensedisabled NOTIFICATION-TYPE
  8438.   OBJECTS { fullLogLine }
  8439.    STATUS current
  8440.   DESCRIPTION
  8441.      "Analytics Export support has been disabled"
  8442.   ::= { trapsZero 299 }
  8443.  
  8444. communityeditionclustertoobig NOTIFICATION-TYPE
  8445.    OBJECTS { fullLogLine }
  8446.    STATUS current
  8447.    DESCRIPTION
  8448.       "The size of your cluster exceeds the Community Edition limit"
  8449.    ::= { trapsZero 322 }
  8450.  
  8451. webcachelicensenewmax NOTIFICATION-TYPE
  8452.   OBJECTS { fullLogLine }
  8453.    STATUS current
  8454.   DESCRIPTION
  8455.      "A new limit on the maximum cache size is in place"
  8456.   ::= { trapsZero 323 }
  8457.  
  8458. commchanneldied NOTIFICATION-TYPE
  8459.   OBJECTS { fullLogLine }
  8460.    STATUS current
  8461.   DESCRIPTION
  8462.      "SD Communications Channel Agent died"
  8463.   ::= { trapsZero 330 }
  8464.  
  8465. commchannelstartfail NOTIFICATION-TYPE
  8466.   OBJECTS { fullLogLine }
  8467.    STATUS current
  8468.   DESCRIPTION
  8469.      "Failed to start SD Communications Channel Agent"
  8470.   ::= { trapsZero 331 }
  8471.  
  8472. commchannelterminatefail NOTIFICATION-TYPE
  8473.   OBJECTS { fullLogLine }
  8474.    STATUS current
  8475.   DESCRIPTION
  8476.      "The SD Communications Channel Agent failed to terminate promptly"
  8477.   ::= { trapsZero 332 }
  8478.  
  8479. --=============================================================================
  8480. -- Pools
  8481. --=============================================================================
  8482.  
  8483. poolnonodes NOTIFICATION-TYPE
  8484.    OBJECTS { fullLogLine, poolName }
  8485.    STATUS current
  8486.    DESCRIPTION
  8487.    "Pool configuration contains no valid backend nodes"
  8488.    ::= { trapsZero 64 }
  8489.  
  8490. poolok NOTIFICATION-TYPE
  8491.    OBJECTS { fullLogLine, poolName }
  8492.    STATUS current
  8493.    DESCRIPTION
  8494.    "Pool now has working nodes"
  8495.    ::= { trapsZero 65 }
  8496.  
  8497. pooldied NOTIFICATION-TYPE
  8498.    OBJECTS { fullLogLine, poolName }
  8499.    STATUS current
  8500.    DESCRIPTION
  8501.    "Pool has no back-end nodes responding"
  8502.    ::= { trapsZero 66 }
  8503.  
  8504. noderesolvefailure NOTIFICATION-TYPE
  8505.    OBJECTS { fullLogLine, poolName }
  8506.    STATUS current
  8507.    DESCRIPTION
  8508.       "Failed to resolve node address"
  8509.    ::= { trapsZero 67 }
  8510.  
  8511. noderesolvemultiple NOTIFICATION-TYPE
  8512.    OBJECTS { fullLogLine, poolName }
  8513.    STATUS current
  8514.    DESCRIPTION
  8515.       "Node resolves to multiple IP addresses"
  8516.    ::= { trapsZero 68 }
  8517.  
  8518. nodeworking NOTIFICATION-TYPE
  8519.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  8520.    STATUS current
  8521.    DESCRIPTION
  8522.       "Node is working again"
  8523.    ::= { trapsZero 69 }
  8524.  
  8525. nostarttls NOTIFICATION-TYPE
  8526.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  8527.    STATUS current
  8528.    DESCRIPTION
  8529.       "Node doesn't provide STARTTLS support"
  8530.    ::= { trapsZero 70 }
  8531.  
  8532. nodefail NOTIFICATION-TYPE
  8533.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  8534.    STATUS current
  8535.    DESCRIPTION
  8536.       "Node has failed"
  8537.    ::= { trapsZero 71 }
  8538.  
  8539. nodedrainingtodelete NOTIFICATION-TYPE
  8540.    OBJECTS { fullLogLine }
  8541.    STATUS current
  8542.    DESCRIPTION
  8543.        "Removed node is in use and will be drained"
  8544.    ::= { trapsZero 280 }
  8545.  
  8546. nodedrainingtodeletetimeout NOTIFICATION-TYPE
  8547.    OBJECTS { fullLogLine }
  8548.    STATUS current
  8549.    DESCRIPTION
  8550.        "Draining to delete period for node has expired"
  8551.    ::= { trapsZero 281 }
  8552.  
  8553. starttlsinvalid NOTIFICATION-TYPE
  8554.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  8555.    STATUS current
  8556.    DESCRIPTION
  8557.       "Node returned invalid STARTTLS response"
  8558.    ::= { trapsZero 72 }
  8559.  
  8560. ehloinvalid NOTIFICATION-TYPE
  8561.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  8562.    STATUS current
  8563.    DESCRIPTION
  8564.       "Node returned invalid EHLO response"
  8565.    ::= { trapsZero 73 }
  8566.  
  8567. usedcredsdeleted NOTIFICATION-TYPE
  8568.    OBJECTS{ fullLogLine, cloudcredentialsName }
  8569.    STATUS current
  8570.    DESCRIPTION
  8571.       "A Cloud Credentials object has been deleted but it was still in use"
  8572.    ::= { trapsZero 126 }
  8573.  
  8574.  
  8575. autoscalestatusupdateerror NOTIFICATION-TYPE
  8576.    OBJECTS{ fullLogLine, cloudcredentialsName }
  8577.    STATUS current
  8578.    DESCRIPTION
  8579.       "An API call made by the autoscaler process has reported an error"
  8580.    ::= { trapsZero 129 }
  8581.  
  8582. autoscaleresponseparseerror NOTIFICATION-TYPE
  8583.    OBJECTS{ fullLogLine, cloudcredentialsName }
  8584.    STATUS current
  8585.    DESCRIPTION
  8586.       "An API call made by the autoscaler process has returned a response that could not be parsed"
  8587.    ::= { trapsZero 159 }
  8588.  
  8589. autoscalingchangeprocessfailure NOTIFICATION-TYPE
  8590.    OBJECTS{ fullLogLine, poolName }
  8591.    STATUS current
  8592.    DESCRIPTION
  8593.       "An API process that should have created or destroyed a node has failed to produce the expected result"
  8594.    ::= { trapsZero 182 }
  8595.  
  8596. autoscalewrongimageid NOTIFICATION-TYPE
  8597.    OBJECTS{ fullLogLine, poolName }
  8598.    STATUS current
  8599.    DESCRIPTION
  8600.       "A node created by the autoscaler has the wrong imageid"
  8601.   ::= { trapsZero 183 }
  8602.  
  8603. autoscalewrongname NOTIFICATION-TYPE
  8604.    OBJECTS{ fullLogLine, poolName }
  8605.    STATUS current
  8606.    DESCRIPTION
  8607.       "A node created by the autoscaler has a non-matching name"
  8608.   ::= { trapsZero 184 }
  8609.  
  8610. autoscalewrongsizeid NOTIFICATION-TYPE
  8611.    OBJECTS{ fullLogLine, poolName }
  8612.    STATUS current
  8613.    DESCRIPTION
  8614.       "A node created by the autoscaler has the wrong sizeid"
  8615.   ::= { trapsZero 185 }
  8616.  
  8617. apistatusprocesshanging NOTIFICATION-TYPE
  8618.    OBJECTS{ fullLogLine, cloudcredentialsName }
  8619.    STATUS current
  8620.    DESCRIPTION
  8621.       "A cloud API process querying changes to cloud instances is hanging"
  8622.    ::= { trapsZero 127 }
  8623.  
  8624.  
  8625. autonodedestructioncomplete NOTIFICATION-TYPE
  8626.    OBJECTS{ fullLogLine, poolName }
  8627.    STATUS current
  8628.    DESCRIPTION
  8629.       "The destruction of a node in an autoscaled pool is now complete"
  8630.    ::= { trapsZero 138 }
  8631.  
  8632.  
  8633. autonodeexisted NOTIFICATION-TYPE
  8634.    OBJECTS{ fullLogLine, poolName }
  8635.    STATUS current
  8636.    DESCRIPTION
  8637.       "IP address of newly created instance already existed in pool's node list"
  8638.    ::= { trapsZero 139 }
  8639.  
  8640.  
  8641. autoscaledpooltoosmall NOTIFICATION-TYPE
  8642.    OBJECTS{ fullLogLine, poolName }
  8643.    STATUS current
  8644.    DESCRIPTION
  8645.       "Minimum size undercut - growing"
  8646.    ::= { trapsZero 140 }
  8647.  
  8648.  
  8649. autoscaleinvalidargforcreatenode NOTIFICATION-TYPE
  8650.    OBJECTS{ fullLogLine, poolName }
  8651.    STATUS current
  8652.    DESCRIPTION
  8653.       "The 'imageid' was empty when attempting to create a node in an autoscaled pool"
  8654.    ::= { trapsZero 141 }
  8655.  
  8656.  
  8657. autonodedisappeared NOTIFICATION-TYPE
  8658.    OBJECTS{ fullLogLine, poolName }
  8659.    STATUS current
  8660.    DESCRIPTION
  8661.       "A node in an autoscaled pool has disappeared from the cloud"
  8662.    ::= { trapsZero 142 }
  8663.  
  8664.  
  8665. autonoderemoved NOTIFICATION-TYPE
  8666.    OBJECTS{ fullLogLine, poolName }
  8667.    STATUS current
  8668.    DESCRIPTION
  8669.       "A node in an DNS-derived autoscaled pool has been removed"
  8670.    ::= { trapsZero 244 }
  8671.  
  8672.  
  8673. nameserverunavailable NOTIFICATION-TYPE
  8674.    OBJECTS{ fullLogLine, poolName }
  8675.    STATUS current
  8676.    DESCRIPTION
  8677.       "DNS-derived Autoscaling will not update, as the DNS server is unavailable"
  8678.    ::= { trapsZero 256 }
  8679.  
  8680.  
  8681. nameserveravailable NOTIFICATION-TYPE
  8682.    OBJECTS{ fullLogLine, poolName }
  8683.    STATUS current
  8684.    DESCRIPTION
  8685.       "DNS-derived Autoscaling will resume updating, as the DNS server is now responding"
  8686.    ::= { trapsZero 257 }
  8687.  
  8688.  
  8689. autoscaleresolvefailure NOTIFICATION-TYPE
  8690.    OBJECTS{ fullLogLine, poolName }
  8691.    STATUS current
  8692.    DESCRIPTION
  8693.       "A hostname used for DNS-derived Autoscaling doesn't resolve"
  8694.    ::= { trapsZero 258 }
  8695.  
  8696.  
  8697. autoscaledpoolrefractory NOTIFICATION-TYPE
  8698.    OBJECTS{ fullLogLine, poolName }
  8699.    STATUS current
  8700.    DESCRIPTION
  8701.       "An autoscaled pool is now refractory"
  8702.    ::= { trapsZero 143 }
  8703.  
  8704.  
  8705. cannotshrinkemptypool NOTIFICATION-TYPE
  8706.    OBJECTS{ fullLogLine, poolName }
  8707.    STATUS current
  8708.    DESCRIPTION
  8709.       "Attempt to scale down a pool that only had pending nodes or none at all"
  8710.    ::= { trapsZero 144 }
  8711.  
  8712.  
  8713. autoscalinghysteresiscantgrow NOTIFICATION-TYPE
  8714.    OBJECTS{ fullLogLine, poolName }
  8715.    STATUS current
  8716.    DESCRIPTION
  8717.       "An autoscaled pool is waiting to grow"
  8718.    ::= { trapsZero 145 }
  8719.  
  8720.  
  8721. autonodecreationcomplete NOTIFICATION-TYPE
  8722.    OBJECTS{ fullLogLine, poolName }
  8723.    STATUS current
  8724.    DESCRIPTION
  8725.       "The creation of a new node requested by an autoscaled pool is now complete"
  8726.    ::= { trapsZero 146 }
  8727.  
  8728.  
  8729. autonodestatuschange NOTIFICATION-TYPE
  8730.    OBJECTS{ fullLogLine, poolName }
  8731.    STATUS current
  8732.    DESCRIPTION
  8733.       "The status of a node in an autoscaled pool has changed"
  8734.    ::= { trapsZero 147 }
  8735.  
  8736.  
  8737. autoscalinghysteresiscantshrink NOTIFICATION-TYPE
  8738.    OBJECTS{ fullLogLine, poolName }
  8739.    STATUS current
  8740.    DESCRIPTION
  8741.       "An autoscaled pool is waiting to shrink"
  8742.    ::= { trapsZero 148 }
  8743.  
  8744.  
  8745. autoscalingpoolstatechange NOTIFICATION-TYPE
  8746.    OBJECTS{ fullLogLine, poolName }
  8747.    STATUS current
  8748.    DESCRIPTION
  8749.       "An autoscaled pool's state has changed"
  8750.    ::= { trapsZero 149 }
  8751.  
  8752.  
  8753. autonodedestroyed NOTIFICATION-TYPE
  8754.    OBJECTS{ fullLogLine, poolName }
  8755.    STATUS current
  8756.    DESCRIPTION
  8757.       "A cloud API call to destroy a node has been started"
  8758.    ::= { trapsZero 128 }
  8759.  
  8760.  
  8761. autonodecreationstarted NOTIFICATION-TYPE
  8762.    OBJECTS{ fullLogLine, poolName }
  8763.    STATUS current
  8764.    DESCRIPTION
  8765.       "Creation of new node instigated"
  8766.    ::= { trapsZero 165 }
  8767.  
  8768.  
  8769. autoscaleinvalidargfordeletenode NOTIFICATION-TYPE
  8770.    OBJECTS{ fullLogLine, poolName }
  8771.    STATUS current
  8772.    DESCRIPTION
  8773.       "'unique id' was empty when attempting to destroy a node in an autoscaled pool"
  8774.    ::= { trapsZero 166 }
  8775.  
  8776.  
  8777. autoscalinghitroof NOTIFICATION-TYPE
  8778.    OBJECTS{ fullLogLine, poolName }
  8779.    STATUS current
  8780.    DESCRIPTION
  8781.       "Maximum size reached by autoscaled pool, cannot grow further"
  8782.    ::= { trapsZero 167 }
  8783.  
  8784.  
  8785. autoscalinghitfloor NOTIFICATION-TYPE
  8786.    OBJECTS{ fullLogLine, poolName }
  8787.    STATUS current
  8788.    DESCRIPTION
  8789.       "Minimum size reached, cannot shrink further"
  8790.    ::= { trapsZero 168 }
  8791.  
  8792.  
  8793. apichangeprocesshanging NOTIFICATION-TYPE
  8794.    OBJECTS{ fullLogLine, poolName }
  8795.    STATUS current
  8796.    DESCRIPTION
  8797.       "API change process still running after refractory period is over"
  8798.    ::= { trapsZero 169 }
  8799.  
  8800.  
  8801. autoscaledpooltoobig NOTIFICATION-TYPE
  8802.    OBJECTS{ fullLogLine, poolName }
  8803.    STATUS current
  8804.    DESCRIPTION
  8805.       "Over maximum size - shrinking"
  8806.    ::= { trapsZero 170 }
  8807.  
  8808. autoscalingprocesstimedout NOTIFICATION-TYPE
  8809.    OBJECTS{ fullLogLine, cloudcredentialsName }
  8810.    STATUS current
  8811.    DESCRIPTION
  8812.       "A cloud API process has timed out"
  8813.    ::= { trapsZero 171 }
  8814.  
  8815. autoscalingdisabled NOTIFICATION-TYPE
  8816.    OBJECTS{ fullLogLine, poolName }
  8817.    STATUS current
  8818.    DESCRIPTION
  8819.       "Autoscaling for a pool has been disabled due to errors communicating with the cloud API"
  8820.    ::= { trapsZero 172 }
  8821.  
  8822. autoscalednodecontested NOTIFICATION-TYPE
  8823.    OBJECTS{ fullLogLine, poolName }
  8824.    STATUS current
  8825.    DESCRIPTION
  8826.       "Two pools are trying to use the same instance"
  8827.    ::= { trapsZero 163 }
  8828.  
  8829. autoscalepoolconfupdate NOTIFICATION-TYPE
  8830.    OBJECTS{ fullLogLine, poolName }
  8831.    STATUS current
  8832.    DESCRIPTION
  8833.       "A pool config file has been updated by the autoscaler process"
  8834.    ::= { trapsZero 164 }
  8835.  
  8836. autoscalingresuscitatepool NOTIFICATION-TYPE
  8837.    OBJECTS{ fullLogLine, poolName }
  8838.    STATUS current
  8839.    DESCRIPTION
  8840.        "An autoscaled pool has failed completely"
  8841.    ::= { trapsZero 188 }
  8842.  
  8843. autonodenopublicip NOTIFICATION-TYPE
  8844.    OBJECTS{ fullLogLine, poolName }
  8845.    STATUS current
  8846.    DESCRIPTION
  8847.        "Node has no public IP address"
  8848.    ::= { trapsZero 238 }
  8849.  
  8850. discopluginstartfail NOTIFICATION-TYPE
  8851.    OBJECTS{ fullLogLine }
  8852.    STATUS current
  8853.    DESCRIPTION
  8854.        "Traffic manager failed to start the Service Discovery Plugin"
  8855.    ::= { trapsZero 314 }
  8856.  
  8857. discopluginstartsuccess NOTIFICATION-TYPE
  8858.    OBJECTS{ fullLogLine }
  8859.    STATUS current
  8860.    DESCRIPTION
  8861.        "Traffic manager has now successfully run the Service Discovery plugin"
  8862.    ::= { trapsZero 315 }
  8863.  
  8864. discoplugininvalid NOTIFICATION-TYPE
  8865.    OBJECTS{ fullLogLine }
  8866.    STATUS current
  8867.    DESCRIPTION
  8868.        "Service Discovery plugin returned invalid output"
  8869.    ::= { trapsZero 316 }
  8870.  
  8871. discopluginfailed NOTIFICATION-TYPE
  8872.    OBJECTS{ fullLogLine }
  8873.    STATUS current
  8874.    DESCRIPTION
  8875.        "Traffic manager failed to get the required output from the Service Discovery plugin"
  8876.    ::= { trapsZero 317 }
  8877.  
  8878. --=============================================================================
  8879. -- Traffic IPs
  8880. --=============================================================================
  8881.  
  8882. flipperraiselocalworking NOTIFICATION-TYPE
  8883.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8884.    STATUS current
  8885.    DESCRIPTION
  8886.       "Raising Traffic IP Address; local machine is working"
  8887.    ::= { trapsZero 74 }
  8888.  
  8889. flipperraiseothersdead NOTIFICATION-TYPE
  8890.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8891.    STATUS current
  8892.    DESCRIPTION
  8893.       "Raising Traffic IP Address; other machines have failed"
  8894.    ::= { trapsZero 75 }
  8895.  
  8896. flipperraiseosdrop NOTIFICATION-TYPE
  8897.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8898.    STATUS current
  8899.    DESCRIPTION
  8900.       "Raising Traffic IP Address; Operating System had dropped this IP address"
  8901.    ::= { trapsZero 76 }
  8902.  
  8903. dropipinfo NOTIFICATION-TYPE
  8904.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8905.    STATUS current
  8906.    DESCRIPTION
  8907.       "Dropping Traffic IP Address due to a configuration change or traffic manager recovery"
  8908.    ::= { trapsZero 77 }
  8909.  
  8910. dropipwarn NOTIFICATION-TYPE
  8911.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8912.    STATUS current
  8913.    DESCRIPTION
  8914.       "Dropping Traffic IP Address due to an error"
  8915.    ::= { trapsZero 78 }
  8916.  
  8917. flipperdadreraise NOTIFICATION-TYPE
  8918.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8919.    STATUS current
  8920.    DESCRIPTION
  8921.       "Re-raising Traffic IP Address; Operating system did not fully raise the address"
  8922.    ::= { trapsZero 79 }
  8923.  
  8924. flipperipexists NOTIFICATION-TYPE
  8925.    OBJECTS { fullLogLine, trafficIPInet46AddressType, trafficIPInet46Address }
  8926.    STATUS current
  8927.    DESCRIPTION
  8928.       "Failed to raise Traffic IP Address; the address exists elsewhere on your network and cannot be raised"
  8929.    ::= { trapsZero 80 }
  8930.  
  8931.  
  8932. --=============================================================================
  8933. -- Service protection
  8934. --=============================================================================
  8935.  
  8936. triggersummary NOTIFICATION-TYPE
  8937.    OBJECTS { fullLogLine, serviceProtName }
  8938.    STATUS current
  8939.    DESCRIPTION
  8940.       "Summary of recent service protection events"
  8941.    ::= { trapsZero 81 }
  8942.  
  8943. --=============================================================================
  8944. -- SLM
  8945. --=============================================================================
  8946.  
  8947. slmclasslimitexceeded NOTIFICATION-TYPE
  8948.    OBJECTS { fullLogLine }
  8949.    STATUS current
  8950.    DESCRIPTION
  8951.       "SLM shared memory limit exceeded"
  8952.    ::= { trapsZero 82 }
  8953.  
  8954. slmrecoveredwarn NOTIFICATION-TYPE
  8955.    OBJECTS { fullLogLine, serviceLevelName }
  8956.    STATUS current
  8957.    DESCRIPTION
  8958.       "SLM has recovered"
  8959.    ::= { trapsZero 83 }
  8960.  
  8961. slmrecoveredserious NOTIFICATION-TYPE
  8962.    OBJECTS { fullLogLine, serviceLevelName }
  8963.    STATUS current
  8964.    DESCRIPTION
  8965.       "SLM has risen above the serious threshold"
  8966.    ::= { trapsZero 84 }
  8967.  
  8968. slmfallenbelowwarn NOTIFICATION-TYPE
  8969.    OBJECTS { fullLogLine, serviceLevelName }
  8970.    STATUS current
  8971.    DESCRIPTION
  8972.       "SLM has fallen below warning threshold"
  8973.    ::= { trapsZero 85 }
  8974.  
  8975. slmfallenbelowserious NOTIFICATION-TYPE
  8976.    OBJECTS { fullLogLine, serviceLevelName }
  8977.    STATUS current
  8978.    DESCRIPTION
  8979.       "SLM has fallen below serious threshold"
  8980.    ::= { trapsZero 86 }
  8981.  
  8982.  
  8983.  
  8984. --=============================================================================
  8985. -- Virtual servers
  8986. --=============================================================================
  8987.  
  8988.  
  8989. vscrloutofdate NOTIFICATION-TYPE
  8990.    OBJECTS { fullLogLine }
  8991.    STATUS current
  8992.    DESCRIPTION
  8993.       "CRL for a Certificate Authority is out of date"
  8994.    ::= { trapsZero 87 }
  8995.  
  8996. vsstart NOTIFICATION-TYPE
  8997.    OBJECTS { fullLogLine, virtualserverName }
  8998.    STATUS current
  8999.    DESCRIPTION
  9000.       "Virtual server started"
  9001.    ::= { trapsZero 88 }
  9002.  
  9003. vsstop NOTIFICATION-TYPE
  9004.    OBJECTS { fullLogLine, virtualserverName }
  9005.    STATUS current
  9006.    DESCRIPTION
  9007.       "Virtual server stopped"
  9008.    ::= { trapsZero 89 }
  9009.  
  9010. privkeyok NOTIFICATION-TYPE
  9011.    OBJECTS { fullLogLine, virtualserverName }
  9012.    STATUS current
  9013.    DESCRIPTION
  9014.       "Private key now OK (hardware available)"
  9015.    ::= { trapsZero 90 }
  9016.  
  9017. ssldrop NOTIFICATION-TYPE
  9018.    OBJECTS { fullLogLine, virtualserverName }
  9019.    STATUS current
  9020.    DESCRIPTION
  9021.       "Request(s) received while SSL configuration invalid, connection closed"
  9022.    ::= { trapsZero 91 }
  9023.  
  9024. vslogwritefail NOTIFICATION-TYPE
  9025.    OBJECTS { fullLogLine, virtualserverName }
  9026.    STATUS current
  9027.    DESCRIPTION
  9028.       "Failed to write log file for virtual server"
  9029.    ::= { trapsZero 92 }
  9030.  
  9031. vssslcertexpired NOTIFICATION-TYPE
  9032.    OBJECTS { fullLogLine, virtualserverName }
  9033.    STATUS current
  9034.    DESCRIPTION
  9035.       "Public SSL certificate expired"
  9036.    ::= { trapsZero 93 }
  9037.  
  9038. vssslcerttoexpire NOTIFICATION-TYPE
  9039.    OBJECTS { fullLogLine, virtualserverName }
  9040.    STATUS current
  9041.    DESCRIPTION
  9042.       "Public SSL certificate will expire within seven days"
  9043.    ::= { trapsZero 94 }
  9044.  
  9045. vscacertexpired NOTIFICATION-TYPE
  9046.    OBJECTS { fullLogLine, virtualserverName }
  9047.    STATUS current
  9048.    DESCRIPTION
  9049.       "Certificate Authority certificate expired"
  9050.    ::= { trapsZero 95 }
  9051.  
  9052. vscacerttoexpire NOTIFICATION-TYPE
  9053.    OBJECTS { fullLogLine, virtualserverName }
  9054.    STATUS current
  9055.    DESCRIPTION
  9056.       "Certificate Authority certificate will expire within seven days"
  9057.    ::= { trapsZero 96 }
  9058.  
  9059. sslhandshakemsgsizelimit NOTIFICATION-TYPE
  9060.    OBJECTS { fullLogLine, virtualserverName }
  9061.    STATUS current
  9062.    DESCRIPTION
  9063.       "SSL handshake messages have exceeded the size permitted by configuration"
  9064.    ::= { trapsZero 200 }
  9065.  
  9066. sslrehandshakemininterval NOTIFICATION-TYPE
  9067.    OBJECTS { fullLogLine, virtualserverName }
  9068.    STATUS current
  9069.    DESCRIPTION
  9070.       "SSL re-handshake requests have exceeded the frequency permitted by configuration"
  9071.    ::= { trapsZero 199 }
  9072.  
  9073. samlresponsevalidationfailure NOTIFICATION-TYPE
  9074.    OBJECTS { fullLogLine, virtualserverName }
  9075.    STATUS current
  9076.    DESCRIPTION
  9077.       "SAML response validation failed"
  9078.    ::= { trapsZero 301 }
  9079.  
  9080. samlresponseparsefailure NOTIFICATION-TYPE
  9081.    OBJECTS { fullLogLine, virtualserverName }
  9082.    STATUS current
  9083.    DESCRIPTION
  9084.       "SAML response parse failure"
  9085.    ::= { trapsZero 302 }
  9086.  
  9087. samlrelaystateinvalid NOTIFICATION-TYPE
  9088.    OBJECTS { fullLogLine, virtualserverName }
  9089.    STATUS current
  9090.    DESCRIPTION
  9091.       "Failed to extract information from SAML RelayState"
  9092.    ::= { trapsZero 303 }
  9093.  
  9094. samlsigverificationfailure NOTIFICATION-TYPE
  9095.    OBJECTS { fullLogLine, virtualserverName }
  9096.    STATUS current
  9097.    DESCRIPTION
  9098.       "SAML response signature verification error"
  9099.    ::= { trapsZero 304 }
  9100.  
  9101. samlnouserinresponse NOTIFICATION-TYPE
  9102.    OBJECTS { fullLogLine, virtualserverName }
  9103.    STATUS current
  9104.    DESCRIPTION
  9105.       "No user specified in SAML response"
  9106.    ::= { trapsZero 305 }
  9107.  
  9108. samlauthnrequestfailure NOTIFICATION-TYPE
  9109.    OBJECTS { fullLogLine, virtualserverName }
  9110.    STATUS current
  9111.    DESCRIPTION
  9112.       "Failed to create SAML authentication request"
  9113.    ::= { trapsZero 306 }
  9114.  
  9115. samlauthnrequestcompressionfailure NOTIFICATION-TYPE
  9116.    OBJECTS { fullLogLine, virtualserverName }
  9117.    STATUS current
  9118.    DESCRIPTION
  9119.       "Failed to compress SAML authentication request"
  9120.    ::= { trapsZero 307 }
  9121.  
  9122. samlrelaystatedecryptfailure NOTIFICATION-TYPE
  9123.    OBJECTS { fullLogLine, virtualserverName }
  9124.    STATUS current
  9125.    DESCRIPTION
  9126.       "Failed to decrypt SAML RelayState"
  9127.    ::= { trapsZero 308 }
  9128.  
  9129. samlcookiedecryptfailure NOTIFICATION-TYPE
  9130.    OBJECTS { fullLogLine, virtualserverName }
  9131.    STATUS current
  9132.    DESCRIPTION
  9133.       "Failed to decrypt SAML session cookie"
  9134.    ::= { trapsZero 309 }
  9135.  
  9136. samlrelaystateencryptfailure NOTIFICATION-TYPE
  9137.    OBJECTS { fullLogLine, virtualserverName }
  9138.    STATUS current
  9139.    DESCRIPTION
  9140.       "Failed to encrypt SAML RelayState"
  9141.    ::= { trapsZero 310 }
  9142.  
  9143. samlcookieencryptfailure NOTIFICATION-TYPE
  9144.    OBJECTS { fullLogLine, virtualserverName }
  9145.    STATUS current
  9146.    DESCRIPTION
  9147.       "Failed to encrypt cookie content"
  9148.    ::= { trapsZero 311 }
  9149.  
  9150. idpcertexpired NOTIFICATION-TYPE
  9151.    OBJECTS { fullLogLine, virtualserverName }
  9152.    STATUS current
  9153.    DESCRIPTION
  9154.       "IDP certificate expired"
  9155.    ::= { trapsZero 312 }
  9156.  
  9157. idpcerttoexpire NOTIFICATION-TYPE
  9158.    OBJECTS { fullLogLine, virtualserverName }
  9159.    STATUS current
  9160.    DESCRIPTION
  9161.       "IDP certificate will expire within seven days"
  9162.    ::= { trapsZero 313 }
  9163.  
  9164. --=============================================================================
  9165. -- GLB
  9166. --=============================================================================
  9167.  
  9168. glbmissingips NOTIFICATION-TYPE
  9169.    OBJECTS { fullLogLine }
  9170.    STATUS current
  9171.    DESCRIPTION
  9172.       "A DNS Query returned IP addresses that are not configured in any location"
  9173.    ::= { trapsZero 150 }
  9174.  
  9175. glbdeadlocmissingips NOTIFICATION-TYPE
  9176.    OBJECTS { fullLogLine }
  9177.    STATUS current
  9178.    DESCRIPTION
  9179.       "A DNS Query returned IP addresses that are not configured for any location that is currently alive"
  9180.    ::= { trapsZero 158 }
  9181.  
  9182. glbnolocations NOTIFICATION-TYPE
  9183.    OBJECTS { fullLogLine }
  9184.    STATUS current
  9185.    DESCRIPTION
  9186.       "No valid location could be chosen for Global Load Balancing"
  9187.    ::= { trapsZero 151 }
  9188.  
  9189. glbactivedcmismatch NOTIFICATION-TYPE
  9190.    OBJECTS { fullLogLine }
  9191.    STATUS current
  9192.    DESCRIPTION
  9193.       "Active datacentre mismatches among cluster members"
  9194.    ::= { trapsZero 272 }
  9195.  
  9196. locationmonitorok NOTIFICATION-TYPE
  9197.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9198.    STATUS current
  9199.    DESCRIPTION
  9200.        "A monitor has indicated this location is now working"
  9201.    ::= { trapsZero 152 }
  9202.  
  9203. locationmonitorfail NOTIFICATION-TYPE
  9204.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9205.    STATUS current
  9206.    DESCRIPTION
  9207.        "A monitor has detected a failure in this location"
  9208.    ::= { trapsZero 153 }
  9209.  
  9210. locationok NOTIFICATION-TYPE
  9211.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9212.    STATUS current
  9213.    DESCRIPTION
  9214.        "Location is now healthy for GLB Service"
  9215.    ::= { trapsZero 154 }
  9216.  
  9217. locationfail NOTIFICATION-TYPE
  9218.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9219.    STATUS current
  9220.    DESCRIPTION
  9221.        "Location has failed for GLB Service"
  9222.    ::= { trapsZero 155 }
  9223.  
  9224. locationsoapok NOTIFICATION-TYPE
  9225.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9226.    STATUS current
  9227.    DESCRIPTION
  9228.        "An external SOAP agent indicates this location is now working"
  9229.    ::= { trapsZero 156 }
  9230.  
  9231. locationsoapfail NOTIFICATION-TYPE
  9232.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9233.    STATUS current
  9234.    DESCRIPTION
  9235.        "An external SOAP agent has detected a failure in this location"
  9236.    ::= { trapsZero 157 }
  9237.  
  9238. locationdraining NOTIFICATION-TYPE
  9239.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9240.    STATUS current
  9241.    DESCRIPTION
  9242.        "Location is being drained for GLB Service"
  9243.    ::= { trapsZero 273 }
  9244.  
  9245. locationnotdraining NOTIFICATION-TYPE
  9246.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9247.    STATUS current
  9248.    DESCRIPTION
  9249.        "Location is not being drained for GLB Service"
  9250.    ::= { trapsZero 274 }
  9251.  
  9252. locationdisabled NOTIFICATION-TYPE
  9253.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9254.    STATUS current
  9255.    DESCRIPTION
  9256.        "Location has been disabled for GLB Service"
  9257.    ::= { trapsZero 275 }
  9258.  
  9259. locationenabled NOTIFICATION-TYPE
  9260.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9261.    STATUS current
  9262.    DESCRIPTION
  9263.        "Location has just been enabled for GLB Service"
  9264.    ::= { trapsZero 276 }
  9265.  
  9266. locationunavailable NOTIFICATION-TYPE
  9267.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9268.    STATUS current
  9269.    DESCRIPTION
  9270.        "Location has become unavailable for GLB Service"
  9271.    ::= { trapsZero 277 }
  9272.  
  9273. locationavailable NOTIFICATION-TYPE
  9274.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9275.    STATUS current
  9276.    DESCRIPTION
  9277.        "Location is now available for GLB Service"
  9278.    ::= { trapsZero 278 }
  9279.  
  9280. glbmanualfailback NOTIFICATION-TYPE
  9281.    OBJECTS { fullLogLine, glbServiceName }
  9282.    STATUS current
  9283.    DESCRIPTION
  9284.        "Manual failback triggered"
  9285.    ::= { trapsZero 279 }
  9286.  
  9287. glbnewmaster NOTIFICATION-TYPE
  9288.    OBJECTS { fullLogLine, locationName, glbServiceName }
  9289.    STATUS current
  9290.    DESCRIPTION
  9291.        "A location has been set as active for a GLB service"
  9292.    ::= { trapsZero 160 }
  9293.  
  9294. glblogwritefail NOTIFICATION-TYPE
  9295.    OBJECTS { fullLogLine, glbServiceName }
  9296.    STATUS current
  9297.    DESCRIPTION
  9298.        "Failed to write log file for GLB service"
  9299.    ::= { trapsZero 161 }
  9300.  
  9301. glbfailalter NOTIFICATION-TYPE
  9302.    OBJECTS { fullLogLine, glbServiceName }
  9303.    STATUS current
  9304.    DESCRIPTION
  9305.        "Failed to alter DNS packet for global load balancing"
  9306.    ::= { trapsZero 162 }
  9307.  
  9308. glbservicedied NOTIFICATION-TYPE
  9309.    OBJECTS { fullLogLine, glbServiceName }
  9310.    STATUS current
  9311.    DESCRIPTION
  9312.        "GLB Service has failed"
  9313.    ::= { trapsZero 190 }
  9314.  
  9315. glbserviceok NOTIFICATION-TYPE
  9316.    OBJECTS { fullLogLine, glbServiceName }
  9317.    STATUS current
  9318.    DESCRIPTION
  9319.        "GLB Service has recovered"
  9320.    ::= { trapsZero 191 }
  9321.  
  9322. locmovemachine NOTIFICATION-TYPE
  9323.    OBJECTS { fullLogLine, locationName, zxtmName }
  9324.    STATUS current
  9325.    DESCRIPTION
  9326.       "Machine now in location"
  9327.    ::= { trapsZero 173 }
  9328.  
  9329. locempty NOTIFICATION-TYPE
  9330.    OBJECTS { fullLogLine, locationName }
  9331.    STATUS current
  9332.    DESCRIPTION
  9333.       "Location no longer contains any machines"
  9334.    ::= { trapsZero 174 }
  9335.  
  9336. glbtoomanylocations NOTIFICATION-TYPE
  9337.    OBJECTS { fullLogLine, glbServiceName }
  9338.    STATUS current
  9339.    DESCRIPTION
  9340.       "There are too many Data Centers configured and the Global Load Balancing feature is not guaranteed to work reliably with more than 255 Data Centres"
  9341.    ::= { trapsZero 259 }
  9342.  
  9343. dnszonevalidate NOTIFICATION-TYPE
  9344.    OBJECTS { fullLogLine }
  9345.    STATUS current
  9346.    DESCRIPTION
  9347.       "The built-in DNS server has failed to validate a DNS zone file"
  9348.    ::= { trapsZero 260 }
  9349.  
  9350. dnszonecreaterecord NOTIFICATION-TYPE
  9351.    OBJECTS { fullLogLine }
  9352.    STATUS current
  9353.    DESCRIPTION
  9354.       "The built-in DNS server has failed to create a DNS record"
  9355.    ::= { trapsZero 261 }
  9356.  
  9357. dnszoneparsechild NOTIFICATION-TYPE
  9358.    OBJECTS { fullLogLine }
  9359.    STATUS obsolete
  9360.    DESCRIPTION
  9361.       "The built-in DNS server has failed to parse a DNS zone file"
  9362.    ::= { trapsZero 262 }
  9363.  
  9364. dnserroraddzone NOTIFICATION-TYPE
  9365.    OBJECTS { fullLogLine, confName, domainName }
  9366.    STATUS current
  9367.    DESCRIPTION
  9368.       "The built-in DNS server has failed to add a DNS zone"
  9369.    ::= { trapsZero 263 }
  9370.  
  9371. dnsaddzone NOTIFICATION-TYPE
  9372.    OBJECTS { fullLogLine, confName, domainName }
  9373.    STATUS current
  9374.    DESCRIPTION
  9375.       "The built-in DNS server has successfully added a DNS zone"
  9376.    ::= { trapsZero 264 }
  9377.  
  9378. dnszoneparse NOTIFICATION-TYPE
  9379.    OBJECTS { fullLogLine }
  9380.    STATUS current
  9381.    DESCRIPTION
  9382.       "The built-in DNS server has failed to parse a DNS zone file"
  9383.    ::= { trapsZero 265 }
  9384.  
  9385. dnszonedelete NOTIFICATION-TYPE
  9386.    OBJECTS { fullLogLine, confName, domainName }
  9387.    STATUS current
  9388.    DESCRIPTION
  9389.      "DNS zone has been deleted"
  9390.    ::= { trapsZero 268 }
  9391.  
  9392. dnserrordeletezone NOTIFICATION-TYPE
  9393.    OBJECTS { fullLogLine, confName, domainName }
  9394.    STATUS current
  9395.    DESCRIPTION
  9396.       "The built-in DNS server has failed to delete a DNS zone"
  9397.    ::= { trapsZero 269 }
  9398.  
  9399. dnssecexpired NOTIFICATION-TYPE
  9400.    OBJECTS { fullLogLine, confName, domainName }
  9401.    STATUS current
  9402.    DESCRIPTION
  9403.       "DNSSEC zone contains expired signatures"
  9404.    ::= { trapsZero 270 }
  9405.  
  9406. dnssecexpires NOTIFICATION-TYPE
  9407.    OBJECTS { fullLogLine, confName, domainName }
  9408.    STATUS current
  9409.    DESCRIPTION
  9410.       "DNSSEC zone contains signatures that are about to expire"
  9411.    ::= { trapsZero 271 }
  9412.  
  9413. --=============================================================================
  9414. -- FIPS
  9415. --=============================================================================
  9416.  
  9417. fipsfailinit NOTIFICATION-TYPE
  9418.    OBJECTS { fullLogLine }
  9419.    STATUS current
  9420.    DESCRIPTION
  9421.       "FIPS 140-2 cryptographic module initialization failed"
  9422.    ::= { trapsZero 229 }
  9423.  
  9424. fipsfailops NOTIFICATION-TYPE
  9425.    OBJECTS { fullLogLine }
  9426.    STATUS current
  9427.    DESCRIPTION
  9428.       "FIPS 140-2 cryptographic module operations failed"
  9429.    ::= { trapsZero 230 }
  9430.  
  9431. --=============================================================================
  9432. -- OCSP Stapling
  9433. --=============================================================================
  9434.  
  9435. ocspstaplingfail NOTIFICATION-TYPE
  9436.    OBJECTS { fullLogLine }
  9437.    STATUS current
  9438.    DESCRIPTION
  9439.       "OCSP request (for OCSP stapling) failed"
  9440.    ::= { trapsZero 234 }
  9441.  
  9442. ocspstaplingnomem NOTIFICATION-TYPE
  9443.    OBJECTS { fullLogLine }
  9444.    STATUS current
  9445.    DESCRIPTION
  9446.       "Insufficient memory for OCSP stapling"
  9447.    ::= { trapsZero 235 }
  9448.  
  9449. ocspstaplingrevoked NOTIFICATION-TYPE
  9450.    OBJECTS { fullLogLine }
  9451.    STATUS current
  9452.    DESCRIPTION
  9453.       "An OCSP request (for OCSP stapling) reported that a certificate was revoked"
  9454.    ::= { trapsZero 239 }
  9455.  
  9456. ocspstaplingunknown NOTIFICATION-TYPE
  9457.    OBJECTS { fullLogLine }
  9458.    STATUS current
  9459.    DESCRIPTION
  9460.       "An OCSP request (for OCSP stapling) reported that a certificate was unknown"
  9461.    ::= { trapsZero 240 }
  9462.  
  9463. ocspstaplingunrevoked NOTIFICATION-TYPE
  9464.    OBJECTS { fullLogLine }
  9465.    STATUS current
  9466.    DESCRIPTION
  9467.       "An old but good OCSP response was returned for a revoked certificate"
  9468.    ::= { trapsZero 241 }
  9469.  
  9470. --=============================================================================
  9471. -- Routing software (ZebOS, for RHI)
  9472. --=============================================================================
  9473.  
  9474. routingswoperational NOTIFICATION-TYPE
  9475.    OBJECTS { fullLogLine }
  9476.    STATUS current
  9477.    DESCRIPTION
  9478.       "Routing software is now operational"
  9479.    ::= { trapsZero 245 }
  9480.  
  9481. routingswfailurelimitreached NOTIFICATION-TYPE
  9482.    OBJECTS { fullLogLine }
  9483.    STATUS current
  9484.    DESCRIPTION
  9485.       "Routing software has failed and reached its failure limit"
  9486.    ::= { trapsZero 246 }
  9487.  
  9488. routingswfailed NOTIFICATION-TYPE
  9489.    OBJECTS { fullLogLine }
  9490.    STATUS current
  9491.    DESCRIPTION
  9492.       "Routing software had a major failure and will be restarted"
  9493.    ::= { trapsZero 247 }
  9494.  
  9495. routingswstartfailed NOTIFICATION-TYPE
  9496.    OBJECTS { fullLogLine }
  9497.    STATUS current
  9498.    DESCRIPTION
  9499.       "Routing software failed to start"
  9500.    ::= { trapsZero 248 }
  9501.  
  9502. ospfneighborsok NOTIFICATION-TYPE
  9503.    OBJECTS { fullLogLine }
  9504.    STATUS current
  9505.    DESCRIPTION
  9506.       "All monitored OSPF neighbors are peered"
  9507.    ::= { trapsZero 253 }
  9508.  
  9509. ospfneighborsdegraded NOTIFICATION-TYPE
  9510.    OBJECTS { fullLogLine }
  9511.    STATUS current
  9512.    DESCRIPTION
  9513.       "Some of the monitored OSPF neighbors are not peered"
  9514.    ::= { trapsZero 254 }
  9515.  
  9516. ospfneighborsfailed NOTIFICATION-TYPE
  9517.    OBJECTS { fullLogLine }
  9518.    STATUS current
  9519.    DESCRIPTION
  9520.       "None of the monitored OSPF neighbors are peered"
  9521.    ::= { trapsZero 255 }
  9522.  
  9523. bgpneighborsok NOTIFICATION-TYPE
  9524.    OBJECTS { fullLogLine }
  9525.    STATUS current
  9526.    DESCRIPTION
  9527.       "There are established sessions with all BGP neighbors"
  9528.    ::= { trapsZero 282 }
  9529.  
  9530. bgpneighborsdegraded NOTIFICATION-TYPE
  9531.    OBJECTS { fullLogLine }
  9532.    STATUS current
  9533.    DESCRIPTION
  9534.       "Some of the BGP neighbors do not have established sessions"
  9535.    ::= { trapsZero 283 }
  9536.  
  9537. bgpneighborsfailed NOTIFICATION-TYPE
  9538.    OBJECTS { fullLogLine }
  9539.    STATUS current
  9540.    DESCRIPTION
  9541.       "None of the BGP neighbors have an established session"
  9542.    ::= { trapsZero 284 }
  9543.  
  9544. bgpnoneighbors NOTIFICATION-TYPE
  9545.    OBJECTS { fullLogLine }
  9546.    STATUS current
  9547.    DESCRIPTION
  9548.       "There are no valid BGP neighbors defined"
  9549.    ::= { trapsZero 285 }
  9550.  
  9551.  
  9552. --=============================================================================
  9553. -- Other
  9554. --=============================================================================
  9555.  
  9556. maxclientbufferdrop NOTIFICATION-TYPE
  9557.    OBJECTS { fullLogLine }
  9558.    STATUS current
  9559.    DESCRIPTION
  9560.       "Dropped connection, request exceeded max_client_buffer limit"
  9561.    ::= { trapsZero 97 }
  9562.  
  9563. respcompfail NOTIFICATION-TYPE
  9564.    OBJECTS { fullLogLine }
  9565.    STATUS current
  9566.    DESCRIPTION
  9567.       "Error compressing HTTP response"
  9568.    ::= { trapsZero 98 }
  9569.  
  9570. responsetoolarge NOTIFICATION-TYPE
  9571.    OBJECTS { fullLogLine }
  9572.    STATUS current
  9573.    DESCRIPTION
  9574.       "Response headers from webserver too large"
  9575.    ::= { trapsZero 99 }
  9576.  
  9577. sipstreamnoports NOTIFICATION-TYPE
  9578.    OBJECTS { fullLogLine }
  9579.    STATUS current
  9580.    DESCRIPTION
  9581.       "No suitable ports available for streaming data connection"
  9582.    ::= { trapsZero 100 }
  9583.  
  9584. rtspstreamnoports NOTIFICATION-TYPE
  9585.    OBJECTS { fullLogLine }
  9586.    STATUS current
  9587.    DESCRIPTION
  9588.       "No suitable ports available for streaming data connection"
  9589.    ::= { trapsZero 101 }
  9590.  
  9591. geodataloadfail NOTIFICATION-TYPE
  9592.    OBJECTS { fullLogLine }
  9593.    STATUS current
  9594.    DESCRIPTION
  9595.       "Failed to load geolocation data"
  9596.    ::= { trapsZero 102 }
  9597.  
  9598. poolpersistencemismatch NOTIFICATION-TYPE
  9599.    OBJECTS { fullLogLine }
  9600.    STATUS current
  9601.    DESCRIPTION
  9602.       "Pool uses a session persistence class that does not work with this virtual server's protocol"
  9603.    ::= { trapsZero 103 }
  9604.  
  9605. connerror NOTIFICATION-TYPE
  9606.    OBJECTS { fullLogLine, virtualserverName }
  9607.    STATUS current
  9608.    DESCRIPTION
  9609.       "A protocol error has occurred"
  9610.    ::= { trapsZero 104 }
  9611.  
  9612. connfail NOTIFICATION-TYPE
  9613.    OBJECTS { fullLogLine, virtualserverName }
  9614.    STATUS current
  9615.    DESCRIPTION
  9616.       "A socket connection failure has occurred"
  9617.    ::= { trapsZero 105 }
  9618.  
  9619. badcontentlen NOTIFICATION-TYPE
  9620.    OBJECTS { fullLogLine, perPoolNodePoolName, perPoolNodeNodeAddressType, perPoolNodeNodeAddress, perPoolNodeNodePort }
  9621.    STATUS current
  9622.    DESCRIPTION
  9623.       "HTTP response contained an invalid Content-Length header"
  9624.    ::= { trapsZero 106 }
  9625.  
  9626. logfiledeleted NOTIFICATION-TYPE
  9627.    OBJECTS { fullLogLine, virtualserverName }
  9628.    STATUS current
  9629.    DESCRIPTION
  9630.       "A virtual server request log file was deleted (appliances only)"
  9631.    ::= { trapsZero 115 }
  9632.  
  9633. license-graceperiodexpired NOTIFICATION-TYPE
  9634.    OBJECTS { fullLogLine, licensekeyName }
  9635.    STATUS current
  9636.    DESCRIPTION
  9637.       "Unable to authorize license key"
  9638.    ::= { trapsZero 116 }
  9639.  
  9640. license-authorized NOTIFICATION-TYPE
  9641.    OBJECTS { fullLogLine, licensekeyName }
  9642.    STATUS current
  9643.    DESCRIPTION
  9644.       "License key authorized"
  9645.    ::= { trapsZero 117 }
  9646.  
  9647. license-rejected-authorized NOTIFICATION-TYPE
  9648.    OBJECTS { fullLogLine, licensekeyName }
  9649.    STATUS current
  9650.    DESCRIPTION
  9651.       "License server rejected license key; key remains authorized"
  9652.    ::= { trapsZero 118 }
  9653.  
  9654. license-rejected-unauthorized NOTIFICATION-TYPE
  9655.    OBJECTS { fullLogLine, licensekeyName }
  9656.    STATUS current
  9657.    DESCRIPTION
  9658.       "License server rejected license key; key is not authorized"
  9659.    ::= { trapsZero 119 }
  9660.  
  9661. license-timedout-authorized NOTIFICATION-TYPE
  9662.    OBJECTS { fullLogLine, licensekeyName }
  9663.    STATUS current
  9664.    DESCRIPTION
  9665.       "Unable to contact license server; license key remains authorized"
  9666.    ::= { trapsZero 120 }
  9667.  
  9668. license-timedout-unauthorized NOTIFICATION-TYPE
  9669.    OBJECTS { fullLogLine, licensekeyName }
  9670.    STATUS current
  9671.    DESCRIPTION
  9672.       "Unable to contact license server; license key is not authorized"
  9673.    ::= { trapsZero 121 }
  9674.  
  9675. license-unauthorized NOTIFICATION-TYPE
  9676.    OBJECTS { fullLogLine, licensekeyName }
  9677.    STATUS current
  9678.    DESCRIPTION
  9679.       "License key is not authorized"
  9680.    ::= { trapsZero 122 }
  9681.  
  9682. license-rejected-unauthorized-ts NOTIFICATION-TYPE
  9683.    OBJECTS { fullLogLine, licensekeyName }
  9684.    STATUS current
  9685.    DESCRIPTION
  9686.       "License key rejected from authorization code"
  9687.    ::= { trapsZero 192 }
  9688.  
  9689. license-authorized-ts NOTIFICATION-TYPE
  9690.    OBJECTS { fullLogLine, licensekeyName }
  9691.    STATUS current
  9692.    DESCRIPTION
  9693.       "License key authorized by authorization code"
  9694.    ::= { trapsZero 193 }
  9695.  
  9696. license-rejected-authorized-ts NOTIFICATION-TYPE
  9697.    OBJECTS { fullLogLine, licensekeyName }
  9698.    STATUS current
  9699.    DESCRIPTION
  9700.       "License key rejected from authorization code; key remains authorized"
  9701.    ::= { trapsZero 194 }
  9702.  
  9703. license-timedout-authorized-ts NOTIFICATION-TYPE
  9704.    OBJECTS { fullLogLine, licensekeyName }
  9705.    STATUS current
  9706.    DESCRIPTION
  9707.       "Unable to run authorization code to completion; key remains valid"
  9708.    ::= { trapsZero 195 }
  9709.  
  9710. license-timedout-unauthorized-ts NOTIFICATION-TYPE
  9711.    OBJECTS { fullLogLine, licensekeyName }
  9712.    STATUS current
  9713.    DESCRIPTION
  9714.       "Unable to run authorization code to completion"
  9715.    ::= { trapsZero 196 }
  9716.  
  9717. license-graceperiodexpired-ts NOTIFICATION-TYPE
  9718.    OBJECTS { fullLogLine, licensekeyName }
  9719.    STATUS current
  9720.    DESCRIPTION
  9721.       "Unable to authorize license key"
  9722.    ::= { trapsZero 197 }
  9723.  
  9724. license-explicitlydisabled-ts NOTIFICATION-TYPE
  9725.    OBJECTS { fullLogLine, licensekeyName }
  9726.    STATUS current
  9727.    DESCRIPTION
  9728.       "License key explicitly disabled from authorization code"
  9729.    ::= { trapsZero 209 }
  9730.  
  9731. numnodes-exceeded NOTIFICATION-TYPE
  9732.    OBJECTS { fullLogLine }
  9733.    STATUS current
  9734.    DESCRIPTION
  9735.       "Total number of nodes exceeded the maximum number of nodes that can be monitored"
  9736.    ::= { trapsZero 205 }
  9737.  
  9738. numpools-exceeded NOTIFICATION-TYPE
  9739.    OBJECTS { fullLogLine }
  9740.    STATUS current
  9741.    DESCRIPTION
  9742.       "Total number of pools exceeded the maximum limit"
  9743.    ::= { trapsZero 202 }
  9744.  
  9745. numlocations-exceeded NOTIFICATION-TYPE
  9746.    OBJECTS { fullLogLine }
  9747.    STATUS current
  9748.    DESCRIPTION
  9749.       "Total number of locations exceeded the maximum limit"
  9750.    ::= { trapsZero 203 }
  9751.  
  9752. numtipg-exceeded NOTIFICATION-TYPE
  9753.    OBJECTS { fullLogLine }
  9754.    STATUS current
  9755.    DESCRIPTION
  9756.       "Total number of traffic IP group exceeded the maximum limit"
  9757.    ::= { trapsZero 204 }
  9758.  
  9759. logdiskoverload NOTIFICATION-TYPE
  9760.    OBJECTS { fullLogLine }
  9761.    STATUS current
  9762.    DESCRIPTION
  9763.       "Log disk partition usage has exceeded threshold"
  9764.    ::= { trapsZero 186 }
  9765.  
  9766. logdiskfull NOTIFICATION-TYPE
  9767.    OBJECTS { fullLogLine }
  9768.    STATUS current
  9769.    DESCRIPTION
  9770.       "Log disk partition full"
  9771.    ::= { trapsZero 187 }
  9772.  
  9773. logdiskrecovered NOTIFICATION-TYPE
  9774.    OBJECTS { fullLogLine }
  9775.    STATUS current
  9776.    DESCRIPTION
  9777.       "Log disk partition usage has recovered"
  9778.    ::= { trapsZero 318 }
  9779.  
  9780. zxtmhighload NOTIFICATION-TYPE
  9781.    OBJECTS { fullLogLine }
  9782.    STATUS current
  9783.    DESCRIPTION
  9784.       "The number of simultaneously active connections has reached a level that the software cannot process in due time; there is a high risk of connections timing out"
  9785.    ::= { trapsZero 189 }
  9786.  
  9787. sslcrltoobig NOTIFICATION-TYPE
  9788.    OBJECTS { fullLogLine }
  9789.    STATUS current
  9790.    DESCRIPTION
  9791.       "CRL does not fit in the configured amount of shared memory, increase ssl!crl_mem!size and restart software"
  9792.    ::= { trapsZero 201 }
  9793.  
  9794. childcommsfail NOTIFICATION-TYPE
  9795.    OBJECTS { fullLogLine }
  9796.    STATUS current
  9797.    DESCRIPTION
  9798.       "There was an error communicating with a child process"
  9799.    ::= { trapsZero 225 }
  9800.  
  9801. childhung NOTIFICATION-TYPE
  9802.    OBJECTS { fullLogLine }
  9803.    STATUS deprecated
  9804.    DESCRIPTION
  9805.       "The child process did not respond within the configured time"
  9806.    ::= { trapsZero 226 }
  9807.  
  9808. childkilled NOTIFICATION-TYPE
  9809.    OBJECTS { fullLogLine }
  9810.    STATUS deprecated
  9811.    DESCRIPTION
  9812.       "The child process has been killed because it did not respond to control requests within the configured time"
  9813.    ::= { trapsZero 227 }
  9814.  
  9815. clocknotmonotonic NOTIFICATION-TYPE
  9816.    OBJECTS { fullLogLine }
  9817.    STATUS current
  9818.    DESCRIPTION
  9819.       "The monotonic system clock went backwards"
  9820.    ::= { trapsZero 231 }
  9821.  
  9822. clockjump NOTIFICATION-TYPE
  9823.    OBJECTS { fullLogLine }
  9824.    STATUS current
  9825.    DESCRIPTION
  9826.       "The system clock jumped forwards or backwards by more than one second"
  9827.    ::= { trapsZero 232 }
  9828.  
  9829. zxtmcpustarvation NOTIFICATION-TYPE
  9830.    OBJECTS { fullLogLine }
  9831.    STATUS current
  9832.    DESCRIPTION
  9833.       "The number of simultaneously active connections has reached a level that the software cannot process in due time because of CPU starvation; there is a high risk of connections timing out"
  9834.    ::= { trapsZero 286 }
  9835.  
  9836. --==================================================================
  9837. -- Application Firewall
  9838. --==================================================================
  9839.  
  9840. appfirewallcontrolstarted NOTIFICATION-TYPE
  9841.    OBJECTS { fullLogLine }
  9842.    STATUS current
  9843.    DESCRIPTION
  9844.       "Application firewall started"
  9845.    ::= { trapsZero 243 }
  9846.  
  9847. appfirewallcontrolstopped NOTIFICATION-TYPE
  9848.    OBJECTS { fullLogLine }
  9849.    STATUS current
  9850.    DESCRIPTION
  9851.       "Application firewall stopped"
  9852.    ::= { trapsZero 249 }
  9853.  
  9854. appfirewallcontrolrestarted NOTIFICATION-TYPE
  9855.    OBJECTS { fullLogLine }
  9856.    STATUS current
  9857.    DESCRIPTION
  9858.       "Application firewall restarted"
  9859.    ::= { trapsZero 250 }
  9860.  
  9861. appfirewallcontroltimeout NOTIFICATION-TYPE
  9862.    OBJECTS { fullLogLine }
  9863.    STATUS current
  9864.    DESCRIPTION
  9865.       "Application firewall control command timed out"
  9866.    ::= { trapsZero 251 }
  9867.  
  9868. appfirewallcontrolerror NOTIFICATION-TYPE
  9869.    OBJECTS { fullLogLine }
  9870.    STATUS current
  9871.    DESCRIPTION
  9872.       "Application firewall control command failed"
  9873.    ::= { trapsZero 252 }
  9874.  
  9875. --==================================================================
  9876. -- Analytics Export
  9877. --==================================================================
  9878.  
  9879. analyticsconnected NOTIFICATION-TYPE
  9880.    OBJECTS { fullLogLine }
  9881.    STATUS current
  9882.    DESCRIPTION
  9883.       "Analytics Transaction Metadata Export connected"
  9884.    ::= { trapsZero 319 }
  9885.  
  9886. analyticsconnectionerror NOTIFICATION-TYPE
  9887.    OBJECTS { fullLogLine }
  9888.    STATUS current
  9889.    DESCRIPTION
  9890.       "Analytics Transaction Metadata Export connection failure"
  9891.    ::= { trapsZero 320 }
  9892.  
  9893. analyticsdisconnected NOTIFICATION-TYPE
  9894.    OBJECTS { fullLogLine }
  9895.    STATUS current
  9896.    DESCRIPTION
  9897.       "Analytics Transaction Metadata Export disconnected"
  9898.    ::= { trapsZero 321 }
  9899.  
  9900.  
  9901. --==================================================================
  9902. -- Cloud Credentials
  9903. --==================================================================
  9904.  
  9905. cloudcredentialsClassNumber OBJECT-TYPE
  9906.    SYNTAX Integer32
  9907.    MAX-ACCESS read-only
  9908.    STATUS current
  9909.    DESCRIPTION
  9910.       "The number of cloud credentials sets defined."
  9911.    ::= { cloudcredentials 1 }
  9912.  
  9913. --=======
  9914. -- Individual Sets of Cloud Credentials
  9915. --=======
  9916.  
  9917. cloudcredentialsTable OBJECT-TYPE
  9918.    SYNTAX SEQUENCE OF CloudcredentialsEntry
  9919.    MAX-ACCESS not-accessible
  9920.    STATUS current
  9921.    DESCRIPTION
  9922.       "This table provides statistics for cloud credentials sets."
  9923.    ::= { cloudcredentials 2 }
  9924.  
  9925. cloudcredentialsEntry OBJECT-TYPE
  9926.    SYNTAX CloudcredentialsEntry
  9927.    MAX-ACCESS not-accessible
  9928.    STATUS current
  9929.    DESCRIPTION "This defines a row in the cloud credentials table."
  9930.    INDEX { cloudcredentialsName }
  9931.    ::= { cloudcredentialsTable 1 }
  9932.  
  9933. CloudcredentialsEntry ::=
  9934.    SEQUENCE {
  9935.       cloudcredentialsName            DisplayString,
  9936.       cloudcredentialsStatusRequests  Counter32,
  9937.       cloudcredentialsNodeCreations   Counter32,
  9938.       cloudcredentialsNodeDeletions   Counter32
  9939.    }
  9940.  
  9941. cloudcredentialsName OBJECT-TYPE
  9942.    SYNTAX DisplayString (SIZE (0..255))
  9943.    MAX-ACCESS read-only
  9944.    STATUS current
  9945.    DESCRIPTION "The name of this set of cloud credentials."
  9946.    ::= { cloudcredentialsEntry 1 }
  9947.  
  9948. cloudcredentialsStatusRequests OBJECT-TYPE
  9949.    SYNTAX Counter32
  9950.    MAX-ACCESS read-only
  9951.    STATUS current
  9952.    DESCRIPTION "The number of status API requests made
  9953.                with this set of cloud credentials."
  9954.    ::= { cloudcredentialsEntry 2 }
  9955.  
  9956. cloudcredentialsNodeCreations OBJECT-TYPE
  9957.    SYNTAX Counter32
  9958.    MAX-ACCESS read-only
  9959.    STATUS current
  9960.    DESCRIPTION "The number of instance creation API requests
  9961.                made with this set of cloud credentials."
  9962.    ::= { cloudcredentialsEntry 3 }
  9963.  
  9964.  
  9965. cloudcredentialsNodeDeletions OBJECT-TYPE
  9966.    SYNTAX Counter32
  9967.    MAX-ACCESS read-only
  9968.    STATUS current
  9969.    DESCRIPTION "The number of instance destruction API requests
  9970.                made with this set of cloud credentials."
  9971.    ::= { cloudcredentialsEntry 4 }
  9972.  
  9973.  
  9974. --======================================================
  9975. -- Listen IP Table (IPv4 and IPv6 addresses are allowed)
  9976. --======================================================
  9977.  
  9978. listenIPTable OBJECT-TYPE
  9979.    SYNTAX SEQUENCE OF ListenIPEntry
  9980.    MAX-ACCESS not-accessible
  9981.    STATUS current
  9982.    DESCRIPTION
  9983.       "This table defines all the information for a particular listening IP (includes IPv4 and IPv6 addresses)."
  9984.    ::= { listenips 2 }
  9985.  
  9986. listenIPEntry OBJECT-TYPE
  9987.    SYNTAX ListenIPEntry
  9988.    MAX-ACCESS not-accessible
  9989.    STATUS current
  9990.    DESCRIPTION
  9991.       "This defines a row in the listenips table (includes IPv4 and IPv6 addresses)."
  9992.    INDEX { listenIPAddressType, listenIPAddress }
  9993.    ::= { listenIPTable 1 }
  9994.  
  9995. ListenIPEntry ::=
  9996.    SEQUENCE {
  9997.       listenIPAddressType      InetAddressType,
  9998.       listenIPAddress          InetAddress,
  9999.       listenIPBytesInLo        Counter32,
  10000.       listenIPBytesInHi        Counter32,
  10001.       listenIPBytesOutLo       Counter32,
  10002.       listenIPBytesOutHi       Counter32,
  10003.       listenIPCurrentConn      Gauge32,
  10004.       listenIPTotalConn        Counter32,
  10005.       listenIPMaxConn          Gauge32,
  10006.       listenIPBytesIn          Counter64,
  10007.       listenIPBytesOut         Counter64,
  10008.       listenIPTotalRequestsLo  Counter32,
  10009.       listenIPTotalRequestsHi  Counter32,
  10010.       listenIPTotalRequests    Counter64
  10011.    }
  10012.  
  10013. listenIPAddressType OBJECT-TYPE
  10014.    SYNTAX InetAddressType
  10015.    MAX-ACCESS read-only
  10016.    STATUS current
  10017.    DESCRIPTION
  10018.       "The IP address type of this listening IP."
  10019.    ::= { listenIPEntry 1 }
  10020.  
  10021. listenIPAddress OBJECT-TYPE
  10022.    SYNTAX InetAddress (SIZE (1..64))
  10023.    MAX-ACCESS read-only
  10024.    STATUS current
  10025.    DESCRIPTION
  10026.       "The IPv4 or IPv6 address of this listening IP."
  10027.    ::= { listenIPEntry 2 }
  10028.  
  10029. listenIPBytesInLo OBJECT-TYPE
  10030.    SYNTAX Counter32
  10031.    MAX-ACCESS read-only
  10032.    STATUS obsolete
  10033.    DESCRIPTION
  10034.       "Bytes sent to this listening IP ( low 32bits )."
  10035.    ::= { listenIPEntry 3 }
  10036.  
  10037. listenIPBytesInHi OBJECT-TYPE
  10038.    SYNTAX Counter32
  10039.    MAX-ACCESS read-only
  10040.    STATUS obsolete
  10041.    DESCRIPTION
  10042.       "Bytes sent to this listening IP ( high 32bits )."
  10043.    ::= { listenIPEntry 4 }
  10044.  
  10045. listenIPBytesOutLo OBJECT-TYPE
  10046.    SYNTAX Counter32
  10047.    MAX-ACCESS read-only
  10048.    STATUS obsolete
  10049.    DESCRIPTION
  10050.       "Bytes sent from this listening IP ( low 32bits )."
  10051.    ::= { listenIPEntry 5 }
  10052.  
  10053. listenIPBytesOutHi OBJECT-TYPE
  10054.    SYNTAX Counter32
  10055.    MAX-ACCESS read-only
  10056.    STATUS obsolete
  10057.    DESCRIPTION
  10058.       "Bytes sent from this listening IP ( high 32bits )."
  10059.    ::= { listenIPEntry 6 }
  10060.  
  10061. listenIPCurrentConn OBJECT-TYPE
  10062.    SYNTAX Gauge32
  10063.    MAX-ACCESS read-only
  10064.    STATUS current
  10065.    DESCRIPTION
  10066.       "TCP connections currently established to this listening IP."
  10067.    ::= { listenIPEntry 7 }
  10068.  
  10069. listenIPTotalConn OBJECT-TYPE
  10070.    SYNTAX Counter32
  10071.    MAX-ACCESS read-only
  10072.    STATUS obsolete
  10073.    DESCRIPTION
  10074.       "Requests sent to this listening IP."
  10075.    ::= { listenIPEntry 8 }
  10076.  
  10077. listenIPMaxConn OBJECT-TYPE
  10078.    SYNTAX Gauge32
  10079.    MAX-ACCESS read-only
  10080.    STATUS current
  10081.    DESCRIPTION
  10082.       "Maximum number of simultaneous TCP connections this listening IP
  10083.        has processed at any one time."
  10084.    ::= { listenIPEntry 9 }
  10085.  
  10086. listenIPBytesIn OBJECT-TYPE
  10087.    SYNTAX Counter64
  10088.    MAX-ACCESS read-only
  10089.    STATUS current
  10090.    DESCRIPTION
  10091.       "Bytes sent to this listening IP."
  10092.    ::= { listenIPEntry 10 }
  10093.  
  10094. listenIPBytesOut OBJECT-TYPE
  10095.    SYNTAX Counter64
  10096.    MAX-ACCESS read-only
  10097.    STATUS current
  10098.    DESCRIPTION
  10099.       "Bytes sent from this listening IP."
  10100.    ::= { listenIPEntry 11 }
  10101.  
  10102. listenIPTotalRequestsLo OBJECT-TYPE
  10103.    SYNTAX Counter32
  10104.    MAX-ACCESS read-only
  10105.    STATUS obsolete
  10106.    DESCRIPTION
  10107.       "Requests sent to this listening IP."
  10108.    ::= { listenIPEntry 12 }
  10109.  
  10110. listenIPTotalRequestsHi OBJECT-TYPE
  10111.    SYNTAX Counter32
  10112.    MAX-ACCESS read-only
  10113.    STATUS obsolete
  10114.    DESCRIPTION
  10115.       "Requests sent to this listening IP."
  10116.    ::= { listenIPEntry 13 }
  10117.  
  10118. listenIPTotalRequests OBJECT-TYPE
  10119.    SYNTAX Counter64
  10120.    MAX-ACCESS read-only
  10121.    STATUS current
  10122.    DESCRIPTION
  10123.       "Requests sent to this listening IP."
  10124.    ::= { listenIPEntry 14 }
  10125.  
  10126. --============================
  10127. -- Authenticators
  10128. --============================
  10129.  
  10130. authenticatorNumber OBJECT-TYPE
  10131.    SYNTAX Integer32
  10132.    MAX-ACCESS read-only
  10133.    STATUS current
  10134.    DESCRIPTION
  10135.       "The number of Authenticators."
  10136.    ::= { authenticators 1 }
  10137.  
  10138. --============================
  10139. -- Authenticators Table
  10140. --============================
  10141.  
  10142. authenticatorTable OBJECT-TYPE
  10143.    SYNTAX SEQUENCE OF AuthenticatorEntry
  10144.    MAX-ACCESS not-accessible
  10145.    STATUS current
  10146.    DESCRIPTION
  10147.       "This table provides information and statistics for Authenticators."
  10148.    ::= { authenticators 2 }
  10149.  
  10150. authenticatorEntry OBJECT-TYPE
  10151.    SYNTAX AuthenticatorEntry
  10152.    MAX-ACCESS not-accessible
  10153.    STATUS current
  10154.    DESCRIPTION
  10155.       "This defines a row in the authenticators table."
  10156.    INDEX { authenticatorName }
  10157.    ::= { authenticatorTable 1 }
  10158.  
  10159. AuthenticatorEntry ::= SEQUENCE {
  10160.       authenticatorName     DisplayString,
  10161.       authenticatorRequests Counter32,
  10162.       authenticatorPasses   Counter32,
  10163.       authenticatorFails    Counter32,
  10164.       authenticatorErrors   Counter32
  10165.    }
  10166.  
  10167. authenticatorName OBJECT-TYPE
  10168.    SYNTAX DisplayString (SIZE (0..255))
  10169.    MAX-ACCESS read-only
  10170.    STATUS current
  10171.    DESCRIPTION
  10172.       "The name of the Authenticator."
  10173.    ::= { authenticatorEntry 1 }
  10174.  
  10175. authenticatorRequests OBJECT-TYPE
  10176.    SYNTAX Counter32
  10177.    MAX-ACCESS read-only
  10178.    STATUS current
  10179.    DESCRIPTION
  10180.       "Number of times this Authenticator has been asked to authenticate."
  10181.    ::= { authenticatorEntry 2 }
  10182.  
  10183. authenticatorPasses OBJECT-TYPE
  10184.    SYNTAX Counter32
  10185.    MAX-ACCESS read-only
  10186.    STATUS current
  10187.    DESCRIPTION
  10188.       "Number of times this Authenticator has successfully authenticated."
  10189.    ::= { authenticatorEntry 3 }
  10190.  
  10191. authenticatorFails OBJECT-TYPE
  10192.    SYNTAX Counter32
  10193.    MAX-ACCESS read-only
  10194.    STATUS current
  10195.    DESCRIPTION
  10196.       "Number of times this Authenticator has failed to authenticate."
  10197.    ::= { authenticatorEntry 4 }
  10198.  
  10199. authenticatorErrors OBJECT-TYPE
  10200.    SYNTAX Counter32
  10201.    MAX-ACCESS read-only
  10202.    STATUS current
  10203.    DESCRIPTION
  10204.       "Number of connection errors that have occurred when trying to connect to an authentication server."
  10205.    ::= { authenticatorEntry 5 }
  10206.  
  10207. --============================
  10208. -- Steelhead Discovery Agent
  10209. --============================
  10210.  
  10211. steelheadNumber OBJECT-TYPE
  10212.    SYNTAX Integer32
  10213.    MAX-ACCESS read-only
  10214.    STATUS obsolete
  10215.    DESCRIPTION
  10216.       "The number of Steelheads."
  10217.    ::= { steelheads 1 }
  10218.  
  10219. --============================
  10220. -- Steelheads Table
  10221. --============================
  10222.  
  10223. steelheadTable OBJECT-TYPE
  10224.    SYNTAX SEQUENCE OF SteelheadEntry
  10225.    MAX-ACCESS not-accessible
  10226.    STATUS obsolete
  10227.    DESCRIPTION
  10228.       "This table provides information and statistics for Steelheads."
  10229.    ::= { steelheads 2 }
  10230.  
  10231. steelheadEntry OBJECT-TYPE
  10232.    SYNTAX SteelheadEntry
  10233.    MAX-ACCESS not-accessible
  10234.    STATUS obsolete
  10235.    DESCRIPTION
  10236.       "This defines a row in the steelheads table."
  10237.    INDEX { steelheadName }
  10238.    ::= { steelheadTable 1 }
  10239.  
  10240. SteelheadEntry ::= SEQUENCE {
  10241.       steelheadName        DisplayString,
  10242.       steelheadOptimized   Gauge32
  10243.    }
  10244.  
  10245. steelheadName OBJECT-TYPE
  10246.    SYNTAX DisplayString (SIZE (0..255))
  10247.    MAX-ACCESS read-only
  10248.    STATUS obsolete
  10249.    DESCRIPTION
  10250.       "The name of the Steelhead."
  10251.    ::= { steelheadEntry 1 }
  10252.  
  10253. steelheadOptimized OBJECT-TYPE
  10254.    SYNTAX Gauge32
  10255.    MAX-ACCESS read-only
  10256.    STATUS obsolete
  10257.    DESCRIPTION
  10258.       "The current number of connections being forwarded to the Cloud Steelhead for optimization."
  10259.    ::= { steelheadEntry 2 }
  10260.  
  10261. --=============================================================================
  10262. -- Global HTTP/2 counters
  10263. --=============================================================================
  10264.  
  10265. http2ConnectionsOpen OBJECT-TYPE
  10266.    SYNTAX Gauge32
  10267.    MAX-ACCESS read-only
  10268.    STATUS current
  10269.    DESCRIPTION
  10270.       "The number of HTTP/2 connections currently open."
  10271.    ::= { http2 2 }
  10272.  
  10273. http2StreamsTotalCreated OBJECT-TYPE
  10274.    SYNTAX Counter64
  10275.    MAX-ACCESS read-only
  10276.    STATUS current
  10277.    DESCRIPTION
  10278.       "Total number of HTTP/2 streams created."
  10279.    ::= { http2 3 }
  10280.  
  10281. http2StreamsTotalCreatedLo OBJECT-TYPE
  10282.    SYNTAX Counter32
  10283.    MAX-ACCESS read-only
  10284.    STATUS obsolete
  10285.    DESCRIPTION
  10286.       "Total number of HTTP/2 streams created."
  10287.    ::= { http2 4 }
  10288.  
  10289. http2StreamsTotalCreatedHi OBJECT-TYPE
  10290.    SYNTAX Counter32
  10291.    MAX-ACCESS read-only
  10292.    STATUS obsolete
  10293.    DESCRIPTION
  10294.       "Total number of HTTP/2 streams created."
  10295.    ::= { http2 5 }
  10296.  
  10297. http2StreamsTotalDataBytesRead OBJECT-TYPE
  10298.    SYNTAX Counter64
  10299.    MAX-ACCESS read-only
  10300.    STATUS current
  10301.    DESCRIPTION
  10302.       "Total number of HTTP/2 data frame bytes read."
  10303.    ::= { http2 6 }
  10304.  
  10305. http2StreamsTotalDataBytesReadLo OBJECT-TYPE
  10306.    SYNTAX Counter32
  10307.    MAX-ACCESS read-only
  10308.    STATUS obsolete
  10309.    DESCRIPTION
  10310.       "Total number of HTTP/2 data frame bytes read."
  10311.    ::= { http2 7 }
  10312.  
  10313. http2StreamsTotalDataBytesReadHi OBJECT-TYPE
  10314.    SYNTAX Counter32
  10315.    MAX-ACCESS read-only
  10316.    STATUS obsolete
  10317.    DESCRIPTION
  10318.       "Total number of HTTP/2 data frame bytes read."
  10319.    ::= { http2 8 }
  10320.  
  10321. http2StreamsTotalDataBytesWritten OBJECT-TYPE
  10322.    SYNTAX Counter64
  10323.    MAX-ACCESS read-only
  10324.    STATUS current
  10325.    DESCRIPTION
  10326.       "Total number of HTTP/2 data frame bytes written."
  10327.    ::= { http2 9 }
  10328.  
  10329. http2StreamsTotalDataBytesWrittenLo OBJECT-TYPE
  10330.    SYNTAX Counter32
  10331.    MAX-ACCESS read-only
  10332.    STATUS obsolete
  10333.    DESCRIPTION
  10334.       "Total number of HTTP/2 data frame bytes written."
  10335.    ::= { http2 10 }
  10336.  
  10337. http2StreamsTotalDataBytesWrittenHi OBJECT-TYPE
  10338.    SYNTAX Counter32
  10339.    MAX-ACCESS read-only
  10340.    STATUS obsolete
  10341.    DESCRIPTION
  10342.       "Total number of HTTP/2 data frame bytes written."
  10343.    ::= { http2 11 }
  10344.  
  10345. http2StreamsTotalControlBytesRead OBJECT-TYPE
  10346.    SYNTAX Counter64
  10347.    MAX-ACCESS read-only
  10348.    STATUS current
  10349.    DESCRIPTION
  10350.       "Total number of HTTP/2 control frame bytes read."
  10351.    ::= { http2 12 }
  10352.  
  10353. http2StreamsTotalControlBytesReadLo OBJECT-TYPE
  10354.    SYNTAX Counter32
  10355.    MAX-ACCESS read-only
  10356.    STATUS obsolete
  10357.    DESCRIPTION
  10358.       "Total number of HTTP/2 control frame bytes read."
  10359.    ::= { http2 13 }
  10360.  
  10361. http2StreamsTotalControlBytesReadHi OBJECT-TYPE
  10362.    SYNTAX Counter32
  10363.    MAX-ACCESS read-only
  10364.    STATUS obsolete
  10365.    DESCRIPTION
  10366.       "Total number of HTTP/2 control frame bytes read."
  10367.    ::= { http2 14 }
  10368.  
  10369. http2StreamsTotalControlBytesWritten OBJECT-TYPE
  10370.    SYNTAX Counter64
  10371.    MAX-ACCESS read-only
  10372.    STATUS current
  10373.    DESCRIPTION
  10374.       "Total number of HTTP/2 control frame bytes written."
  10375.    ::= { http2 15 }
  10376.  
  10377. http2StreamsTotalControlBytesWrittenLo OBJECT-TYPE
  10378.    SYNTAX Counter32
  10379.    MAX-ACCESS read-only
  10380.    STATUS obsolete
  10381.    DESCRIPTION
  10382.       "Total number of HTTP/2 control frame bytes written."
  10383.    ::= { http2 16 }
  10384.  
  10385. http2StreamsTotalControlBytesWrittenHi OBJECT-TYPE
  10386.    SYNTAX Counter32
  10387.    MAX-ACCESS read-only
  10388.    STATUS obsolete
  10389.    DESCRIPTION
  10390.       "Total number of HTTP/2 control frame bytes written."
  10391.    ::= { http2 17 }
  10392.  
  10393. http2StreamsResetByUs OBJECT-TYPE
  10394.    SYNTAX Counter64
  10395.    MAX-ACCESS read-only
  10396.    STATUS current
  10397.    DESCRIPTION
  10398.       "Total number of HTTP/2 streams reset by us."
  10399.    ::= { http2 18 }
  10400.  
  10401. http2StreamsResetByUsLo OBJECT-TYPE
  10402.    SYNTAX Counter32
  10403.    MAX-ACCESS read-only
  10404.    STATUS obsolete
  10405.    DESCRIPTION
  10406.       "Total number of HTTP/2 streams reset by us."
  10407.    ::= { http2 19 }
  10408.  
  10409. http2StreamsResetByUsHi OBJECT-TYPE
  10410.    SYNTAX Counter32
  10411.    MAX-ACCESS read-only
  10412.    STATUS obsolete
  10413.    DESCRIPTION
  10414.       "Total number of HTTP/2 streams reset by us."
  10415.    ::= { http2 20 }
  10416.  
  10417. http2StreamsResetByPeer OBJECT-TYPE
  10418.    SYNTAX Counter64
  10419.    MAX-ACCESS read-only
  10420.    STATUS current
  10421.    DESCRIPTION
  10422.       "Total number of HTTP/2 streams reset by peer."
  10423.    ::= { http2 21 }
  10424.  
  10425. http2StreamsResetByPeerLo OBJECT-TYPE
  10426.    SYNTAX Counter32
  10427.    MAX-ACCESS read-only
  10428.    STATUS obsolete
  10429.    DESCRIPTION
  10430.       "Total number of HTTP/2 streams reset by peer."
  10431.    ::= { http2 22 }
  10432.  
  10433. http2StreamsResetByPeerHi OBJECT-TYPE
  10434.    SYNTAX Counter32
  10435.    MAX-ACCESS read-only
  10436.    STATUS obsolete
  10437.    DESCRIPTION
  10438.       "Total number of HTTP/2 streams reset by peer."
  10439.    ::= { http2 23 }
  10440.  
  10441. http2StreamsClosedByUs OBJECT-TYPE
  10442.    SYNTAX Counter64
  10443.    MAX-ACCESS read-only
  10444.    STATUS current
  10445.    DESCRIPTION
  10446.       "Total number of HTTP/2 streams closed by us."
  10447.    ::= { http2 24 }
  10448.  
  10449. http2StreamsClosedByUsLo OBJECT-TYPE
  10450.    SYNTAX Counter32
  10451.    MAX-ACCESS read-only
  10452.    STATUS obsolete
  10453.    DESCRIPTION
  10454.       "Total number of HTTP/2 streams closed by us."
  10455.    ::= { http2 25 }
  10456.  
  10457. http2StreamsClosedByUsHi OBJECT-TYPE
  10458.    SYNTAX Counter32
  10459.    MAX-ACCESS read-only
  10460.    STATUS obsolete
  10461.    DESCRIPTION
  10462.       "Total number of HTTP/2 streams closed by us."
  10463.    ::= { http2 26 }
  10464.  
  10465. http2StreamsClosedByPeer OBJECT-TYPE
  10466.    SYNTAX Counter64
  10467.    MAX-ACCESS read-only
  10468.    STATUS current
  10469.    DESCRIPTION
  10470.       "Total number of HTTP/2 streams closed by peer."
  10471.    ::= { http2 27 }
  10472.  
  10473. http2StreamsClosedByPeerLo OBJECT-TYPE
  10474.    SYNTAX Counter32
  10475.    MAX-ACCESS read-only
  10476.    STATUS obsolete
  10477.    DESCRIPTION
  10478.       "Total number of HTTP/2 streams closed by peer."
  10479.    ::= { http2 28 }
  10480.  
  10481. http2StreamsClosedByPeerHi OBJECT-TYPE
  10482.    SYNTAX Counter32
  10483.    MAX-ACCESS read-only
  10484.    STATUS obsolete
  10485.    DESCRIPTION
  10486.       "Total number of HTTP/2 streams closed by peer."
  10487.    ::= { http2 29 }
  10488.  
  10489. http2StreamsPushPromiseSentByUs OBJECT-TYPE
  10490.    SYNTAX Counter64
  10491.    MAX-ACCESS read-only
  10492.    STATUS current
  10493.    DESCRIPTION
  10494.       "Total number of HTTP/2 push-promise streams sent by us."
  10495.    ::= { http2 30 }
  10496.  
  10497. http2StreamsPushPromiseSentByUsLo OBJECT-TYPE
  10498.    SYNTAX Counter32
  10499.    MAX-ACCESS read-only
  10500.    STATUS obsolete
  10501.    DESCRIPTION
  10502.       "Total number of HTTP/2 push-promise streams sent by us."
  10503.    ::= { http2 31 }
  10504.  
  10505. http2StreamsPushPromiseSentByUsHi OBJECT-TYPE
  10506.    SYNTAX Counter32
  10507.    MAX-ACCESS read-only
  10508.    STATUS obsolete
  10509.    DESCRIPTION
  10510.       "Total number of HTTP/2 push-promise streams sent by us."
  10511.    ::= { http2 32 }
  10512.  
  10513. http2StreamsPushPromiseSentByPeer OBJECT-TYPE
  10514.    SYNTAX Counter64
  10515.    MAX-ACCESS read-only
  10516.    STATUS current
  10517.    DESCRIPTION
  10518.       "Total number of HTTP/2 push-promise streams sent by peer."
  10519.    ::= { http2 33 }
  10520.  
  10521. http2StreamsPushPromiseSentByPeerLo OBJECT-TYPE
  10522.    SYNTAX Counter32
  10523.    MAX-ACCESS read-only
  10524.    STATUS obsolete
  10525.    DESCRIPTION
  10526.       "Total number of HTTP/2 push-promise streams sent by peer."
  10527.    ::= { http2 34 }
  10528.  
  10529. http2StreamsPushPromiseSentByPeerHi OBJECT-TYPE
  10530.    SYNTAX Counter32
  10531.    MAX-ACCESS read-only
  10532.    STATUS obsolete
  10533.    DESCRIPTION
  10534.       "Total number of HTTP/2 push-promise streams sent by peer."
  10535.    ::= { http2 35 }
  10536.  
  10537. http2HeadersBytesReadCompressed OBJECT-TYPE
  10538.    SYNTAX Counter64
  10539.    MAX-ACCESS read-only
  10540.    STATUS current
  10541.    DESCRIPTION
  10542.       "Total size of compressed HTTP/2 headers read."
  10543.    ::= { http2 36 }
  10544.  
  10545. http2HeadersBytesReadCompressedLo OBJECT-TYPE
  10546.    SYNTAX Counter32
  10547.    MAX-ACCESS read-only
  10548.    STATUS obsolete
  10549.    DESCRIPTION
  10550.       "Total size of compressed HTTP/2 headers read."
  10551.    ::= { http2 37 }
  10552.  
  10553. http2HeadersBytesReadCompressedHi OBJECT-TYPE
  10554.    SYNTAX Counter32
  10555.    MAX-ACCESS read-only
  10556.    STATUS obsolete
  10557.    DESCRIPTION
  10558.       "Total size of compressed HTTP/2 headers read."
  10559.    ::= { http2 38 }
  10560.  
  10561. http2HeadersBytesReadUncompressed OBJECT-TYPE
  10562.    SYNTAX Counter64
  10563.    MAX-ACCESS read-only
  10564.    STATUS current
  10565.    DESCRIPTION
  10566.       "Total size of uncompressed HTTP/2 headers read."
  10567.    ::= { http2 39 }
  10568.  
  10569. http2HeadersBytesReadUncompressedLo OBJECT-TYPE
  10570.    SYNTAX Counter32
  10571.    MAX-ACCESS read-only
  10572.    STATUS obsolete
  10573.    DESCRIPTION
  10574.       "Total size of uncompressed HTTP/2 headers read."
  10575.    ::= { http2 40 }
  10576.  
  10577. http2HeadersBytesReadUncompressedHi OBJECT-TYPE
  10578.    SYNTAX Counter32
  10579.    MAX-ACCESS read-only
  10580.    STATUS obsolete
  10581.    DESCRIPTION
  10582.       "Total size of uncompressed HTTP/2 headers read."
  10583.    ::= { http2 41 }
  10584.  
  10585. http2StreamsOpen OBJECT-TYPE
  10586.    SYNTAX Gauge32
  10587.    MAX-ACCESS read-only
  10588.    STATUS current
  10589.    DESCRIPTION
  10590.       "The number of HTTP/2 streams currently open."
  10591.    ::= { http2 42 }
  10592.  
  10593. http2ConnectionClosedDueToExcessFramesQueued OBJECT-TYPE
  10594.    SYNTAX Counter64
  10595.    MAX-ACCESS read-only
  10596.    STATUS current
  10597.    DESCRIPTION
  10598.       "Number of HTTP/2 connections closed due to excess frames queued."
  10599.    ::= { http2 43 }
  10600.  
  10601. http2ConnectionClosedDueToExcessFramesQueuedLo OBJECT-TYPE
  10602.    SYNTAX Counter32
  10603.    MAX-ACCESS read-only
  10604.    STATUS obsolete
  10605.    DESCRIPTION
  10606.       "Number of HTTP/2 connections closed due to excess frames queued."
  10607.    ::= { http2 44 }
  10608.  
  10609. http2ConnectionClosedDueToExcessFramesQueuedHi OBJECT-TYPE
  10610.    SYNTAX Counter32
  10611.    MAX-ACCESS read-only
  10612.    STATUS obsolete
  10613.    DESCRIPTION
  10614.       "Number of HTTP/2 connections closed due to excess frames queued."
  10615.    ::= { http2 45 }
  10616.  
  10617. --=============================================================================
  10618. -- Data Plane Acceleration assist core utilization
  10619. --=============================================================================
  10620.  
  10621. dataPlaneAccelCoreNumber OBJECT-TYPE
  10622.    SYNTAX Integer32
  10623.    MAX-ACCESS read-only
  10624.    STATUS obsolete
  10625.    DESCRIPTION
  10626.       "The number of data plane acceleration cores."
  10627.    ::= { dpaCoreUtilization 1 }
  10628.  
  10629. --======================
  10630. -- Data Plane Acceleration assist core utilization Table
  10631. --======================
  10632. dpaCoreUtilizationTable OBJECT-TYPE
  10633.    SYNTAX SEQUENCE OF DpaCoreUtilizationEntry
  10634.    MAX-ACCESS not-accessible
  10635.    STATUS obsolete
  10636.    DESCRIPTION
  10637.       "This table gives cpu utilization for the io processors."
  10638.    ::= { dpaCoreUtilization 2 }
  10639.  
  10640. dpaCoreUtilizationEntry OBJECT-TYPE
  10641.    SYNTAX DpaCoreUtilizationEntry
  10642.    MAX-ACCESS not-accessible
  10643.    STATUS obsolete
  10644.    DESCRIPTION
  10645.       "This defines a row in the cpu utilization for the data plane
  10646.       acceleration core utilization table."
  10647.    INDEX { coreId }
  10648.    ::= { dpaCoreUtilizationTable 1 }
  10649.  
  10650. DpaCoreUtilizationEntry ::= SEQUENCE {
  10651.       coreId    DisplayString,
  10652.       coreUtilizationPercent    Gauge32
  10653. }
  10654.  
  10655. coreId OBJECT-TYPE
  10656.    SYNTAX DisplayString (SIZE (0..255))
  10657.    MAX-ACCESS read-only
  10658.    STATUS obsolete
  10659.    DESCRIPTION
  10660.       "The name of data plane acceleration core."
  10661.    ::= { dpaCoreUtilizationEntry 1 }
  10662.  
  10663. coreUtilizationPercent OBJECT-TYPE
  10664.    SYNTAX Gauge32
  10665.    MAX-ACCESS read-only
  10666.    STATUS obsolete
  10667.    DESCRIPTION
  10668.       "The cpu utilization of the data plane acceleration core."
  10669.    ::= { dpaCoreUtilizationEntry 2 }
  10670.  
  10671. END
  10672.