forked from taishin/vendor_mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
F5-BIGIP-APM-MIB.txt
3791 lines (3419 loc) · 120 KB
/
F5-BIGIP-APM-MIB.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
F5-BIGIP-APM-MIB DEFINITIONS ::= BEGIN
--================================================================
-- F5-BIGIP-APM-MIB
-- A private enterprise MIB for F5 traffic management
-- systems.
-- VERSION: 11.4.1
--================================================================
IMPORTS
OBJECT-TYPE, NOTIFICATION-TYPE, MODULE-IDENTITY,
Integer32, Opaque, enterprises, Counter32, Counter64, TimeTicks
FROM SNMPv2-SMI
Gauge
FROM RFC1155-SMI
TEXTUAL-CONVENTION, MacAddress
FROM SNMPv2-TC
CounterBasedGauge64
FROM HCNUM-TC
OBJECT-GROUP, MODULE-COMPLIANCE
FROM SNMPv2-CONF
InetAddress, InetAddressType, InetPortNumber
FROM INET-ADDRESS-MIB
bigipTrafficMgmt, bigipCompliances, bigipGroups, LongDisplayString
FROM F5-BIGIP-COMMON-MIB;
--================================================================
bigipApm MODULE-IDENTITY
LAST-UPDATED "201208011820Z" -- Wed Aug 1 18:20:36 UTC 2012
ORGANIZATION "F5 Networks, Inc."
CONTACT-INFO
"postal: F5 Networks, Inc.
401 Elliott Ave. West
Seattle, WA 98119
phone: (206) 272-5555
email: [email protected]"
DESCRIPTION
"Top-level infrastructure of the F5 enterprise MIB tree."
::= { bigipTrafficMgmt 6 }
--================================================================
--bigipApm
apmProfiles OBJECT IDENTIFIER ::= { bigipApm 1 }
apmProfileAccessStat OBJECT IDENTIFIER ::= { apmProfiles 1 }
apmProfileConnectivityStat OBJECT IDENTIFIER ::= { apmProfiles 2 }
apmProfileRewriteStat OBJECT IDENTIFIER ::= { apmProfiles 3 }
apmAccessStat OBJECT IDENTIFIER ::= { apmProfiles 4 }
apmGlobalConnectivityStat OBJECT IDENTIFIER ::= { apmProfiles 5 }
apmGlobalRewriteStat OBJECT IDENTIFIER ::= { apmProfiles 6 }
apmProfileAccessAgentStat OBJECT IDENTIFIER ::= { apmProfiles 7 }
apmProfileAccessMiscStat OBJECT IDENTIFIER ::= { apmProfiles 8 }
apmLeasepool OBJECT IDENTIFIER ::= { bigipApm 2 }
apmLeasepoolStat OBJECT IDENTIFIER ::= { apmLeasepool 1 }
apmAcl OBJECT IDENTIFIER ::= { bigipApm 3 }
apmAclStat OBJECT IDENTIFIER ::= { apmAcl 1 }
--==================================================================
-- Profile_access_stat
--==================================================================
apmPaStatResetStats OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The action to reset resetable statistics data in apmProfileAccessStat.
Setting this value to 1 will reset statistics data.
Note, some statistics data may not be reset including data that are incremental counters."
::= { apmProfileAccessStat 1 }
apmPaStatNumber OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of apmProfileAccessStat entries in the table."
::= { apmProfileAccessStat 2 }
apmPaStatTable OBJECT-TYPE
SYNTAX SEQUENCE OF ApmPaStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing statistic information of access profiles."
::= { apmProfileAccessStat 3 }
apmPaStatEntry OBJECT-TYPE
SYNTAX ApmPaStatEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns in the apmPaStat Table"
INDEX {
apmPaStatName,
apmPaStatVsName
}
::= { apmPaStatTable 1 }
ApmPaStatEntry ::=
SEQUENCE {
apmPaStatName LongDisplayString,
apmPaStatConfigSyncState Counter64,
apmPaStatTotalSessions Counter64,
apmPaStatTotalEstablishedStateSessions Counter64,
apmPaStatCurrentActiveSessions Counter64,
apmPaStatCurrentPendingSessions Counter64,
apmPaStatCurrentCompletedSessions Counter64,
apmPaStatUserLoggedoutSessions Counter64,
apmPaStatAdminTerminatedSessions Counter64,
apmPaStatMiscTerminatedSessions Counter64,
apmPaStatAccessPolicyResultAllow Counter64,
apmPaStatAccessPolicyResultDeny Counter64,
apmPaStatAccessPolicyResultRedirect Counter64,
apmPaStatAccessPolicyResultRedirectWithSession Counter64,
apmPaStatEndingDenyAgentTotalInstances Counter64,
apmPaStatEndingDenyAgentTotalUsages Counter64,
apmPaStatEndingDenyAgentTotalSuccesses Counter64,
apmPaStatEndingDenyAgentTotalFailures Counter64,
apmPaStatEndingDenyAgentTotalErrors Counter64,
apmPaStatEndingDenyAgentTotalSessVars Counter64,
apmPaStatEndingRedirectAgentTotalInstances Counter64,
apmPaStatEndingRedirectAgentTotalUsages Counter64,
apmPaStatEndingRedirectAgentTotalSuccesses Counter64,
apmPaStatEndingRedirectAgentTotalFailures Counter64,
apmPaStatEndingRedirectAgentTotalErrors Counter64,
apmPaStatEndingRedirectAgentTotalSessVars Counter64,
apmPaStatEndingAllowAgentTotalInstances Counter64,
apmPaStatEndingAllowAgentTotalUsages Counter64,
apmPaStatEndingAllowAgentTotalSuccesses Counter64,
apmPaStatEndingAllowAgentTotalFailures Counter64,
apmPaStatEndingAllowAgentTotalErrors Counter64,
apmPaStatEndingAllowAgentTotalSessVars Counter64,
apmPaStatAdAgentTotalInstances Counter64,
apmPaStatAdAgentTotalUsages Counter64,
apmPaStatAdAgentTotalSuccesses Counter64,
apmPaStatAdAgentTotalFailures Counter64,
apmPaStatAdAgentTotalErrors Counter64,
apmPaStatAdAgentTotalSessVars Counter64,
apmPaStatClientCertAgentTotalInstances Counter64,
apmPaStatClientCertAgentTotalUsages Counter64,
apmPaStatClientCertAgentTotalSuccesses Counter64,
apmPaStatClientCertAgentTotalFailures Counter64,
apmPaStatClientCertAgentTotalErrors Counter64,
apmPaStatClientCertAgentTotalSessVars Counter64,
apmPaStatHttpAgentTotalInstances Counter64,
apmPaStatHttpAgentTotalUsages Counter64,
apmPaStatHttpAgentTotalSuccesses Counter64,
apmPaStatHttpAgentTotalFailures Counter64,
apmPaStatHttpAgentTotalErrors Counter64,
apmPaStatHttpAgentTotalSessVars Counter64,
apmPaStatLdapAgentTotalInstances Counter64,
apmPaStatLdapAgentTotalUsages Counter64,
apmPaStatLdapAgentTotalSuccesses Counter64,
apmPaStatLdapAgentTotalFailures Counter64,
apmPaStatLdapAgentTotalErrors Counter64,
apmPaStatLdapAgentTotalSessVars Counter64,
apmPaStatRadiusAgentTotalInstances Counter64,
apmPaStatRadiusAgentTotalUsages Counter64,
apmPaStatRadiusAgentTotalSuccesses Counter64,
apmPaStatRadiusAgentTotalFailures Counter64,
apmPaStatRadiusAgentTotalErrors Counter64,
apmPaStatRadiusAgentTotalSessVars Counter64,
apmPaStatSecuridAgentTotalInstances Counter64,
apmPaStatSecuridAgentTotalUsages Counter64,
apmPaStatSecuridAgentTotalSuccesses Counter64,
apmPaStatSecuridAgentTotalFailures Counter64,
apmPaStatSecuridAgentTotalErrors Counter64,
apmPaStatSecuridAgentTotalSessVars Counter64,
apmPaStatRadiusAcctAgentTotalInstances Counter64,
apmPaStatRadiusAcctAgentTotalUsages Counter64,
apmPaStatRadiusAcctAgentTotalSuccesses Counter64,
apmPaStatRadiusAcctAgentTotalFailures Counter64,
apmPaStatRadiusAcctAgentTotalErrors Counter64,
apmPaStatRadiusAcctAgentTotalSessVars Counter64,
apmPaStatEpsLinuxFcAgentTotalInstances Counter64,
apmPaStatEpsLinuxFcAgentTotalUsages Counter64,
apmPaStatEpsLinuxFcAgentTotalSuccesses Counter64,
apmPaStatEpsLinuxFcAgentTotalFailures Counter64,
apmPaStatEpsLinuxFcAgentTotalErrors Counter64,
apmPaStatEpsLinuxFcAgentTotalSessVars Counter64,
apmPaStatEpsLinuxPcAgentTotalInstances Counter64,
apmPaStatEpsLinuxPcAgentTotalUsages Counter64,
apmPaStatEpsLinuxPcAgentTotalSuccesses Counter64,
apmPaStatEpsLinuxPcAgentTotalFailures Counter64,
apmPaStatEpsLinuxPcAgentTotalErrors Counter64,
apmPaStatEpsLinuxPcAgentTotalSessVars Counter64,
apmPaStatEpsMacFcAgentTotalInstances Counter64,
apmPaStatEpsMacFcAgentTotalUsages Counter64,
apmPaStatEpsMacFcAgentTotalSuccesses Counter64,
apmPaStatEpsMacFcAgentTotalFailures Counter64,
apmPaStatEpsMacFcAgentTotalErrors Counter64,
apmPaStatEpsMacFcAgentTotalSessVars Counter64,
apmPaStatEpsMacPcAgentTotalInstances Counter64,
apmPaStatEpsMacPcAgentTotalUsages Counter64,
apmPaStatEpsMacPcAgentTotalSuccesses Counter64,
apmPaStatEpsMacPcAgentTotalFailures Counter64,
apmPaStatEpsMacPcAgentTotalErrors Counter64,
apmPaStatEpsMacPcAgentTotalSessVars Counter64,
apmPaStatEpsWinCcAgentTotalInstances Counter64,
apmPaStatEpsWinCcAgentTotalUsages Counter64,
apmPaStatEpsWinCcAgentTotalSuccesses Counter64,
apmPaStatEpsWinCcAgentTotalFailures Counter64,
apmPaStatEpsWinCcAgentTotalErrors Counter64,
apmPaStatEpsWinCcAgentTotalSessVars Counter64,
apmPaStatEpsAvAgentTotalInstances Counter64,
apmPaStatEpsAvAgentTotalUsages Counter64,
apmPaStatEpsAvAgentTotalSuccesses Counter64,
apmPaStatEpsAvAgentTotalFailures Counter64,
apmPaStatEpsAvAgentTotalErrors Counter64,
apmPaStatEpsAvAgentTotalSessVars Counter64,
apmPaStatEpsWinOsInfoAgentTotalInstances Counter64,
apmPaStatEpsWinOsInfoAgentTotalUsages Counter64,
apmPaStatEpsWinOsInfoAgentTotalSuccesses Counter64,
apmPaStatEpsWinOsInfoAgentTotalFailures Counter64,
apmPaStatEpsWinOsInfoAgentTotalErrors Counter64,
apmPaStatEpsWinOsInfoAgentTotalSessVars Counter64,
apmPaStatEpsWinFcAgentTotalInstances Counter64,
apmPaStatEpsWinFcAgentTotalUsages Counter64,
apmPaStatEpsWinFcAgentTotalSuccesses Counter64,
apmPaStatEpsWinFcAgentTotalFailures Counter64,
apmPaStatEpsWinFcAgentTotalErrors Counter64,
apmPaStatEpsWinFcAgentTotalSessVars Counter64,
apmPaStatEpsWinMcAgentTotalInstances Counter64,
apmPaStatEpsWinMcAgentTotalUsages Counter64,
apmPaStatEpsWinMcAgentTotalSuccesses Counter64,
apmPaStatEpsWinMcAgentTotalFailures Counter64,
apmPaStatEpsWinMcAgentTotalErrors Counter64,
apmPaStatEpsWinMcAgentTotalSessVars Counter64,
apmPaStatEpsFwcAgentTotalInstances Counter64,
apmPaStatEpsFwcAgentTotalUsages Counter64,
apmPaStatEpsFwcAgentTotalSuccesses Counter64,
apmPaStatEpsFwcAgentTotalFailures Counter64,
apmPaStatEpsFwcAgentTotalErrors Counter64,
apmPaStatEpsFwcAgentTotalSessVars Counter64,
apmPaStatEpsWinPcTotalInstances Counter64,
apmPaStatEpsWinPcTotalUsages Counter64,
apmPaStatEpsWinPcTotalSuccesses Counter64,
apmPaStatEpsWinPcTotalFailures Counter64,
apmPaStatEpsWinPcTotalErrors Counter64,
apmPaStatEpsWinPcTotalSessVars Counter64,
apmPaStatEpsWinPwTotalInstances Counter64,
apmPaStatEpsWinPwTotalUsages Counter64,
apmPaStatEpsWinPwTotalSuccesses Counter64,
apmPaStatEpsWinPwTotalFailures Counter64,
apmPaStatEpsWinPwTotalErrors Counter64,
apmPaStatEpsWinPwTotalSessVars Counter64,
apmPaStatEpsWinRcAgentTotalInstances Counter64,
apmPaStatEpsWinRcAgentTotalUsages Counter64,
apmPaStatEpsWinRcAgentTotalSuccesses Counter64,
apmPaStatEpsWinRcAgentTotalFailures Counter64,
apmPaStatEpsWinRcAgentTotalErrors Counter64,
apmPaStatEpsWinRcAgentTotalSessVars Counter64,
apmPaStatEpsWinGpAgentTotalInstances Counter64,
apmPaStatEpsWinGpAgentTotalUsages Counter64,
apmPaStatEpsWinGpAgentTotalSuccesses Counter64,
apmPaStatEpsWinGpAgentTotalFailures Counter64,
apmPaStatEpsWinGpAgentTotalErrors Counter64,
apmPaStatEpsWinGpAgentTotalSessVars Counter64,
apmPaStatExternalLogonAgentTotalInstances Counter64,
apmPaStatExternalLogonAgentTotalUsages Counter64,
apmPaStatExternalLogonAgentTotalSuccesses Counter64,
apmPaStatExternalLogonAgentTotalFailures Counter64,
apmPaStatExternalLogonAgentTotalErrors Counter64,
apmPaStatExternalLogonAgentTotalSessVars Counter64,
apmPaStatLogonAgentTotalInstances Counter64,
apmPaStatLogonAgentTotalUsages Counter64,
apmPaStatLogonAgentTotalSuccesses Counter64,
apmPaStatLogonAgentTotalFailures Counter64,
apmPaStatLogonAgentTotalErrors Counter64,
apmPaStatLogonAgentTotalSessVars Counter64,
apmPaStatRaAgentTotalInstances Counter64,
apmPaStatRaAgentTotalUsages Counter64,
apmPaStatRaAgentTotalSuccesses Counter64,
apmPaStatRaAgentTotalFailures Counter64,
apmPaStatRaAgentTotalErrors Counter64,
apmPaStatRaAgentTotalSessVars Counter64,
apmPaStatRdsAgentTotalInstances Counter64,
apmPaStatRdsAgentTotalUsages Counter64,
apmPaStatRdsAgentTotalSuccesses Counter64,
apmPaStatRdsAgentTotalFailures Counter64,
apmPaStatRdsAgentTotalErrors Counter64,
apmPaStatRdsAgentTotalSessVars Counter64,
apmPaStatVaAgentTotalInstances Counter64,
apmPaStatVaAgentTotalUsages Counter64,
apmPaStatVaAgentTotalSuccesses Counter64,
apmPaStatVaAgentTotalFailures Counter64,
apmPaStatVaAgentTotalErrors Counter64,
apmPaStatVaAgentTotalSessVars Counter64,
apmPaStatIeAgentTotalInstances Counter64,
apmPaStatIeAgentTotalUsages Counter64,
apmPaStatIeAgentTotalSuccesses Counter64,
apmPaStatIeAgentTotalFailures Counter64,
apmPaStatIeAgentTotalErrors Counter64,
apmPaStatIeAgentTotalSessVars Counter64,
apmPaStatLoggingAgentTotalInstances Counter64,
apmPaStatLoggingAgentTotalUsages Counter64,
apmPaStatLoggingAgentTotalSuccesses Counter64,
apmPaStatLoggingAgentTotalFailures Counter64,
apmPaStatLoggingAgentTotalErrors Counter64,
apmPaStatLoggingAgentTotalSessVars Counter64,
apmPaStatDecnBoxAgentTotalInstances Counter64,
apmPaStatDecnBoxAgentTotalUsages Counter64,
apmPaStatDecnBoxAgentTotalSuccesses Counter64,
apmPaStatDecnBoxAgentTotalFailures Counter64,
apmPaStatDecnBoxAgentTotalErrors Counter64,
apmPaStatDecnBoxAgentTotalSessVars Counter64,
apmPaStatMesgBoxAgentTotalInstances Counter64,
apmPaStatMesgBoxAgentTotalUsages Counter64,
apmPaStatMesgBoxAgentTotalSuccesses Counter64,
apmPaStatMesgBoxAgentTotalFailures Counter64,
apmPaStatMesgBoxAgentTotalErrors Counter64,
apmPaStatMesgBoxAgentTotalSessVars Counter64,
apmPaStatApdNoResultErrors Counter64,
apmPaStatApdNoSessionErrors Counter64,
apmPaStatApdNoDeviceInfoErrors Counter64,
apmPaStatApdNoTokenErrors Counter64,
apmPaStatApdNoSigErrors Counter64,
apmPaStatApdTotalMismatchErrors Counter64,
apmPaStatApdInvalidSigErrors Counter64,
apmPaStatApdMcPipelineInitErrors Counter64,
apmPaStatApdMcSetSessVarErrors Counter64,
apmPaStatApdMcPipelineCloseErrors Counter64,
apmPaStatApdApResultErrors Counter64,
apmPaStatApdApInternalErrors Counter64,
apmPaStatAllowedRequests Counter64,
apmPaStatDeniedRequests Counter64,
apmPaStatVsName LongDisplayString
}
apmPaStatName OBJECT-TYPE
SYNTAX LongDisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of an access profile"
::= { apmPaStatEntry 1 }
apmPaStatConfigSyncState OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The state of config sync operation"
::= { apmPaStatEntry 2 }
apmPaStatTotalSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total user sessions in the specified access profile"
::= { apmPaStatEntry 3 }
apmPaStatTotalEstablishedStateSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total user sessions in the specified access profile"
::= { apmPaStatEntry 4 }
apmPaStatCurrentActiveSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total active user sessions in the specified access profile"
::= { apmPaStatEntry 5 }
apmPaStatCurrentPendingSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total user sessions going through access policy evaluation in the specified access profile"
::= { apmPaStatEntry 6 }
apmPaStatCurrentCompletedSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total user sessions completed access policy evaluation in the specified access profile"
::= { apmPaStatEntry 7 }
apmPaStatUserLoggedoutSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions logged out by user in the specified access profile"
::= { apmPaStatEntry 8 }
apmPaStatAdminTerminatedSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions terminated by admin in the specified access profile"
::= { apmPaStatEntry 9 }
apmPaStatMiscTerminatedSessions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions terminated by internal errors/conditions in the specified access profile"
::= { apmPaStatEntry 10 }
apmPaStatAccessPolicyResultAllow OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions resulted allow ending in the specified access profile"
::= { apmPaStatEntry 11 }
apmPaStatAccessPolicyResultDeny OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions resulted deny ending in the specified access profile"
::= { apmPaStatEntry 12 }
apmPaStatAccessPolicyResultRedirect OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions redirected to the configured URI after closing the session in the specified access profile"
::= { apmPaStatEntry 13 }
apmPaStatAccessPolicyResultRedirectWithSession OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total sessions redirected to the configured URI without closing the session in the specified access profile"
::= { apmPaStatEntry 14 }
apmPaStatEndingDenyAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the ending deny agent in the specified access profile"
::= { apmPaStatEntry 15 }
apmPaStatEndingDenyAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of ending deny agent in the specified access profile"
::= { apmPaStatEntry 16 }
apmPaStatEndingDenyAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the ending deny agent in the specified access profile"
::= { apmPaStatEntry 17 }
apmPaStatEndingDenyAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the ending deny agent in the specified access profile"
::= { apmPaStatEntry 18 }
apmPaStatEndingDenyAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the ending deny agent in the specified access profile"
::= { apmPaStatEntry 19 }
apmPaStatEndingDenyAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the ending deny agent in the specified access profile"
::= { apmPaStatEntry 20 }
apmPaStatEndingRedirectAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the ending redirect agent in the specified access profile"
::= { apmPaStatEntry 21 }
apmPaStatEndingRedirectAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of ending redirect agent in the specified access profile"
::= { apmPaStatEntry 22 }
apmPaStatEndingRedirectAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the ending redirect agent in the specified access profile"
::= { apmPaStatEntry 23 }
apmPaStatEndingRedirectAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the ending redirect agent in the specified access profile"
::= { apmPaStatEntry 24 }
apmPaStatEndingRedirectAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the ending redirect agent in the specified access profile"
::= { apmPaStatEntry 25 }
apmPaStatEndingRedirectAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the ending redirect agent in the specified access profile"
::= { apmPaStatEntry 26 }
apmPaStatEndingAllowAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the ending allow agent in the specified access profile"
::= { apmPaStatEntry 27 }
apmPaStatEndingAllowAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of ending allow agent in the specified access profile"
::= { apmPaStatEntry 28 }
apmPaStatEndingAllowAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the ending allow agent in the specified access profile"
::= { apmPaStatEntry 29 }
apmPaStatEndingAllowAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the ending allow agent in the specified access profile"
::= { apmPaStatEntry 30 }
apmPaStatEndingAllowAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the ending allow agent in the specified access profile"
::= { apmPaStatEntry 31 }
apmPaStatEndingAllowAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the ending allow agent in the specified access profile"
::= { apmPaStatEntry 32 }
apmPaStatAdAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the active directory agent in the specified access profile"
::= { apmPaStatEntry 33 }
apmPaStatAdAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of active directory agent in the specified access profile"
::= { apmPaStatEntry 34 }
apmPaStatAdAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the active directory agent in the specified access profile"
::= { apmPaStatEntry 35 }
apmPaStatAdAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the active directory agent in the specified access profile"
::= { apmPaStatEntry 36 }
apmPaStatAdAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the active directory agent in the specified access profile"
::= { apmPaStatEntry 37 }
apmPaStatAdAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the active directory agent in the specified access profile"
::= { apmPaStatEntry 38 }
apmPaStatClientCertAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the client cert agent in the specified access profile"
::= { apmPaStatEntry 39 }
apmPaStatClientCertAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of client cert agent in the specified access profile"
::= { apmPaStatEntry 40 }
apmPaStatClientCertAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the client cert agent in the specified access profile"
::= { apmPaStatEntry 41 }
apmPaStatClientCertAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the client cert agent in the specified access profile"
::= { apmPaStatEntry 42 }
apmPaStatClientCertAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the client cert agent in the specified access profile"
::= { apmPaStatEntry 43 }
apmPaStatClientCertAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the client cert agent in the specified access profile"
::= { apmPaStatEntry 44 }
apmPaStatHttpAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the HTTP agent in the specified access profile"
::= { apmPaStatEntry 45 }
apmPaStatHttpAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of HTTP agent in the specified access profile"
::= { apmPaStatEntry 46 }
apmPaStatHttpAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the HTTP agent in the specified access profile"
::= { apmPaStatEntry 47 }
apmPaStatHttpAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the HTTP agent in the specified access profile"
::= { apmPaStatEntry 48 }
apmPaStatHttpAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the HTTP agent in the specified access profile"
::= { apmPaStatEntry 49 }
apmPaStatHttpAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the HTTP agent in the specified access profile"
::= { apmPaStatEntry 50 }
apmPaStatLdapAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the LDAP agent in the specified access profile"
::= { apmPaStatEntry 51 }
apmPaStatLdapAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of LDAP agent in the specified access profile"
::= { apmPaStatEntry 52 }
apmPaStatLdapAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the LDAP agent in the specified access profile"
::= { apmPaStatEntry 53 }
apmPaStatLdapAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the LDAP agent in the specified access profile"
::= { apmPaStatEntry 54 }
apmPaStatLdapAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the LDAP agent in the specified access profile"
::= { apmPaStatEntry 55 }
apmPaStatLdapAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the LDAP agent in the specified access profile"
::= { apmPaStatEntry 56 }
apmPaStatRadiusAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the Radius agent in the specified access profile"
::= { apmPaStatEntry 57 }
apmPaStatRadiusAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of Radius agent in the specified access profile"
::= { apmPaStatEntry 58 }
apmPaStatRadiusAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the Radius agent in the specified access profile"
::= { apmPaStatEntry 59 }
apmPaStatRadiusAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the Radius agent in the specified access profile"
::= { apmPaStatEntry 60 }
apmPaStatRadiusAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the Radius agent in the specified access profile"
::= { apmPaStatEntry 61 }
apmPaStatRadiusAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the Radius agent in the specified access profile"
::= { apmPaStatEntry 62 }
apmPaStatSecuridAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the SecurID agent in the specified access profile"
::= { apmPaStatEntry 63 }
apmPaStatSecuridAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of SecurID agent in the specified access profile"
::= { apmPaStatEntry 64 }
apmPaStatSecuridAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the SecurID agent in the specified access profile"
::= { apmPaStatEntry 65 }
apmPaStatSecuridAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the SecurID agent in the specified access profile"
::= { apmPaStatEntry 66 }
apmPaStatSecuridAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the SecurID agent in the specified access profile"
::= { apmPaStatEntry 67 }
apmPaStatSecuridAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the SecurID agent in the specified access profile"
::= { apmPaStatEntry 68 }
apmPaStatRadiusAcctAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 69 }
apmPaStatRadiusAcctAgentTotalUsages OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total usages of Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 70 }
apmPaStatRadiusAcctAgentTotalSuccesses OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total success conditions created/reached by the Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 71 }
apmPaStatRadiusAcctAgentTotalFailures OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total failure conditions created/reached by the Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 72 }
apmPaStatRadiusAcctAgentTotalErrors OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total error conditions created/reached by the Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 73 }
apmPaStatRadiusAcctAgentTotalSessVars OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total session variables created by the Radius Acct agent in the specified access profile"
::= { apmPaStatEntry 74 }
apmPaStatEpsLinuxFcAgentTotalInstances OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!
The total instances of the Linux File Check agent in the specified access profile"
::= { apmPaStatEntry 75 }
apmPaStatEpsLinuxFcAgentTotalUsages OBJECT-TYPE