forked from taishin/vendor_mibs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
F5-BIGIP-GLOBAL-MIB.txt
9192 lines (8346 loc) · 249 KB
/
F5-BIGIP-GLOBAL-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-GLOBAL-MIB DEFINITIONS ::= BEGIN
--================================================================
-- F5-BIGIP-GLOBAL-MIB
-- A private enterprise MIB for F5 global 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;
--================================================================
bigipGlobalTM MODULE-IDENTITY
LAST-UPDATED "201303132339Z" -- Wed Mar 13 23:39:51 UTC 2013
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 3 }
--================================================================
-- bigipGlobalTM
gtmGlobals OBJECT IDENTIFIER ::= { bigipGlobalTM 1 }
gtmApplications OBJECT IDENTIFIER ::= { bigipGlobalTM 2 }
gtmDataCenters OBJECT IDENTIFIER ::= { bigipGlobalTM 3 }
gtmIps OBJECT IDENTIFIER ::= { bigipGlobalTM 4 }
gtmLinks OBJECT IDENTIFIER ::= { bigipGlobalTM 5 }
gtmPools OBJECT IDENTIFIER ::= { bigipGlobalTM 6 }
gtmRegions OBJECT IDENTIFIER ::= { bigipGlobalTM 7 }
gtmRules OBJECT IDENTIFIER ::= { bigipGlobalTM 8 }
gtmServers OBJECT IDENTIFIER ::= { bigipGlobalTM 9 }
gtmTopologies OBJECT IDENTIFIER ::= { bigipGlobalTM 10 }
gtmVirtualServers OBJECT IDENTIFIER ::= { bigipGlobalTM 11}
gtmWideips OBJECT IDENTIFIER ::= { bigipGlobalTM 12 }
gtmProberPools OBJECT IDENTIFIER ::= { bigipGlobalTM 13 }
--gtmGlobals
gtmGlobalAttrs OBJECT IDENTIFIER ::= { gtmGlobals 1 }
gtmGlobalStats OBJECT IDENTIFIER ::= { gtmGlobals 2 }
gtmGlobalAttr OBJECT IDENTIFIER ::= { gtmGlobalAttrs 1 }
gtmGlobalLdnsProbeProto OBJECT IDENTIFIER ::= { gtmGlobalAttrs 2 }
gtmGlobalAttr2 OBJECT IDENTIFIER ::= { gtmGlobalAttrs 3 }
gtmGlobalStat OBJECT IDENTIFIER ::= { gtmGlobalStats 1 }
--gtmApplications
gtmApplication OBJECT IDENTIFIER ::= { gtmApplications 1 }
gtmApplicationStatus OBJECT IDENTIFIER ::= { gtmApplications 2 }
gtmAppContextStat OBJECT IDENTIFIER ::= { gtmApplications 3 }
gtmAppContextDisable OBJECT IDENTIFIER ::= { gtmApplications 4 }
--gtmDataCenters
gtmDataCenter OBJECT IDENTIFIER ::= { gtmDataCenters 1 }
gtmDataCenterStat OBJECT IDENTIFIER ::= { gtmDataCenters 2 }
gtmDataCenterStatus OBJECT IDENTIFIER ::= { gtmDataCenters 3 }
--gtmIps
gtmIp OBJECT IDENTIFIER ::= { gtmIps 1 }
--gtmLinks
gtmLink OBJECT IDENTIFIER ::= { gtmLinks 1 }
gtmLinkCost OBJECT IDENTIFIER ::= { gtmLinks 2 }
gtmLinkStat OBJECT IDENTIFIER ::= { gtmLinks 3 }
gtmLinkStatus OBJECT IDENTIFIER ::= { gtmLinks 4 }
--gtmPools
gtmPool OBJECT IDENTIFIER ::= { gtmPools 1 }
gtmPoolStat OBJECT IDENTIFIER ::= { gtmPools 2 }
gtmPoolStatus OBJECT IDENTIFIER ::= { gtmPools 3 }
gtmPoolMember OBJECT IDENTIFIER ::= { gtmPools 4 }
gtmPoolMemberDepends OBJECT IDENTIFIER ::= { gtmPools 5 }
gtmPoolMemberStat OBJECT IDENTIFIER ::= { gtmPools 6 }
gtmPoolMemberStatus OBJECT IDENTIFIER ::= { gtmPools 7 }
--gtmRegions
gtmRegionEntry OBJECT IDENTIFIER ::= { gtmRegions 1 }
gtmRegItem OBJECT IDENTIFIER ::= { gtmRegions 2 }
--gtmRules
gtmRule OBJECT IDENTIFIER ::= { gtmRules 1 }
gtmRuleEvent OBJECT IDENTIFIER ::= { gtmRules 2 }
gtmRuleEventStat OBJECT IDENTIFIER ::= { gtmRules 3 }
--gtmServers
gtmServer OBJECT IDENTIFIER ::= { gtmServers 1 }
gtmServerStat OBJECT IDENTIFIER ::= { gtmServers 2 }
gtmServerStatus OBJECT IDENTIFIER ::= { gtmServers 3 }
gtmServerStat2 OBJECT IDENTIFIER ::= { gtmServers 4 }
--gtmTopItems
gtmTopItem OBJECT IDENTIFIER ::= { gtmTopologies 1 }
--gtmVirtualServers
gtmVirtualServ OBJECT IDENTIFIER ::= { gtmVirtualServers 1 }
gtmVirtualServDepends OBJECT IDENTIFIER ::= { gtmVirtualServers 2 }
gtmVirtualServStat OBJECT IDENTIFIER ::= { gtmVirtualServers 3 }
gtmVirtualServStatus OBJECT IDENTIFIER ::= { gtmVirtualServers 4 }
--gtmWideips
gtmWideip OBJECT IDENTIFIER ::= { gtmWideips 1 }
gtmWideipStat OBJECT IDENTIFIER ::= { gtmWideips 2 }
gtmWideipStatus OBJECT IDENTIFIER ::= { gtmWideips 3 }
gtmWideipAlias OBJECT IDENTIFIER ::= { gtmWideips 4 }
gtmWideipPool OBJECT IDENTIFIER ::= { gtmWideips 5 }
gtmWideipRule OBJECT IDENTIFIER ::= { gtmWideips 6 }
--gtmProberPools
gtmProberPool OBJECT IDENTIFIER ::= { gtmProberPools 1 }
gtmProberPoolStat OBJECT IDENTIFIER ::= { gtmProberPools 2 }
gtmProberPoolStatus OBJECT IDENTIFIER ::= { gtmProberPools 3 }
gtmProberPoolMember OBJECT IDENTIFIER ::= { gtmProberPools 4 }
gtmProberPoolMemberStat OBJECT IDENTIFIER ::= { gtmProberPools 5 }
gtmProberPoolMemberStatus OBJECT IDENTIFIER ::= { gtmProberPools 6 }
--==================================================================
-- Gtm_globals
--==================================================================
gtmAttrDumpTopology OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to dump the topology."
::= { gtmGlobalAttr 1 }
gtmAttrCacheLdns OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to cache LDNSes."
::= { gtmGlobalAttr 2 }
gtmAttrAolAware OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not local DNS servers that
belong to AOL (America Online) are recognized."
::= { gtmGlobalAttr 3 }
gtmAttrCheckStaticDepends OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to check the availability
of virtual servers."
::= { gtmGlobalAttr 4 }
gtmAttrCheckDynamicDepends OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to check availability of
a path before it uses the path for load balancing."
::= { gtmGlobalAttr 5 }
gtmAttrDrainRequests OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not persistent connections
are allowed to remain connected, until TTL expires,
when disabling a pool."
::= { gtmGlobalAttr 6 }
gtmAttrEnableResetsRipeness OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not ripeness value is allowed
to be reset."
::= { gtmGlobalAttr 7 }
gtmAttrFbRespectDepends OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to respect virtual server
status when load balancing switches to the fallback mode."
::= { gtmGlobalAttr 8 }
gtmAttrFbRespectAcl OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! The state indicating whether or not to respect ACL.
This is part of an outdated mechanism for disabling virtual servers"
::= { gtmGlobalAttr 9 }
gtmAttrDefaultAlternate OBJECT-TYPE
SYNTAX INTEGER {
returntodns(0),
null(1),
roundrobin(2),
ratio(3),
topology(4),
statpersist(5),
ga(6),
vscapacity(7),
leastconn(8),
lowestrtt(9),
lowesthops(10),
packetrate(11),
cpu(12),
hitratio(13),
qos(14),
bps(15),
droppacket(16),
explicitip(17),
vssore(18)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The default alternate LB method."
::= { gtmGlobalAttr 10 }
gtmAttrDefaultFallback OBJECT-TYPE
SYNTAX INTEGER {
returntodns(0),
null(1),
roundrobin(2),
ratio(3),
topology(4),
statpersit(5),
ga(6),
vscapacity(7),
leastconn(8),
lowestrtt(9),
lowesthops(10),
packetrate(11),
cpu(12),
hitratio(13),
qos(14),
bps(15),
droppacket(16),
explicitip(17),
vsscore(18)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The default fallback LB method."
::= { gtmGlobalAttr 11 }
gtmAttrPersistMask OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! Replaced by gtmAttrStaticPersistCidr and gtmAttrStaticPersistV6Cidr.
The persistence mask which is used to determine the netmask applied
for static persistance requests."
::= { gtmGlobalAttr 12 }
gtmAttrGtmSetsRecursion OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether set recursion by global
traffic management object(GTM) is enable or not."
::= { gtmGlobalAttr 13 }
gtmAttrQosFactorLcs OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize link capacity values
when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 14 }
gtmAttrQosFactorRtt OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize round-trip time values
when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 15 }
gtmAttrQosFactorHops OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize hops when the load
balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 16 }
gtmAttrQosFactorHitRatio OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize ping packet completion
rates when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 17 }
gtmAttrQosFactorPacketRate OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize packet rates when the load
balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 18 }
gtmAttrQosFactorBps OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize kilobytes per second
when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 19 }
gtmAttrQosFactorVsCapacity OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize virtual server capacity
values when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 20 }
gtmAttrQosFactorTopology OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize topology values when the load
balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 21 }
gtmAttrQosFactorConnRate OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated!
Replaced by gtmAttrQosFactorVsScore.
The factor used to normalize connection rates when the load
balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 22 }
gtmAttrTimerRetryPathData OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The frequency at which to retrieve path data."
::= { gtmGlobalAttr 23 }
gtmAttrTimerGetAutoconfigData OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The frequency at which to retrieve auto-configuration data."
::= { gtmGlobalAttr 24 }
gtmAttrTimerPersistCache OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The frequency at which to retrieve path and metrics
data from the system cache."
::= { gtmGlobalAttr 25 }
gtmAttrDefaultProbeLimit OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The default probe limit, the number of times to probe a path."
::= { gtmGlobalAttr 26 }
gtmAttrDownThreshold OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The down_threshold value. If a host server or a host virtual server
has been marked down for the last down_threshold probing cycles
(timer_get_host_data or timer_get_vs_data respectively), then perform
service checks every down_multiple * timer period instead."
::= { gtmGlobalAttr 27 }
gtmAttrDownMultiple OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The down_multiple value. If a host server or a host virtual server
has been marked down for the last down_threshold probing cycles
(timer_get_host_data or timer_get_vs_data respectively), then perform
service checks every down_multiple * timer period instead."
::= { gtmGlobalAttr 28 }
gtmAttrPathTtl OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The TTL for the path information."
::= { gtmGlobalAttr 29 }
gtmAttrTraceTtl OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The TTL for the traceroute information."
::= { gtmGlobalAttr 30 }
gtmAttrLdnsDuration OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The number of seconds that an inactive LDNS remains cached."
::= { gtmGlobalAttr 31 }
gtmAttrPathDuration OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The number of seconds that a path remains cached after its last access."
::= { gtmGlobalAttr 32 }
gtmAttrRttSampleCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The number of packets to send out in a probe request to determine
path information."
::= { gtmGlobalAttr 33 }
gtmAttrRttPacketLength OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The length of the packet sent out in a probe request to determine
path information."
::= { gtmGlobalAttr 34 }
gtmAttrRttTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The timeout for RTT, in seconds."
::= { gtmGlobalAttr 35 }
gtmAttrMaxMonReqs OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The maximum synchronous monitor request, which is used to control
the maximum number of monitor requests being sent out at one time
for a given probing interval. This will allow the user to smooth out
monitor probe requests as much as they desire."
::= { gtmGlobalAttr 36 }
gtmAttrTraceroutePort OBJECT-TYPE
SYNTAX InetPortNumber
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The port to use to collect traceroute (hops) data."
::= { gtmGlobalAttr 37 }
gtmAttrPathsNeverDie OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether the dynamic load balancing modes
can use path data even after the TTL for the path data has expired."
::= { gtmGlobalAttr 38 }
gtmAttrProbeDisabledObjects OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether probing disabled objects by global
traffic management object(GTM) is enabled or not."
::= { gtmGlobalAttr 39 }
gtmAttrLinkLimitFactor OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The link limit factor, which is used to set a target percentage
for traffic. For example, if it is set to 90, the ratio cost
based load-balancing will set a ratio with a maximum value equal
to 90% of the limit value for the link. Default is 95%."
::= { gtmGlobalAttr 40 }
gtmAttrOverLimitLinkLimitFactor OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The over-limit link limit factor. If traffic on a link exceeds
the limit, this factor will be used instead of the link_limit_factor
until the traffic is over limit for more than max_link_over_limit_count
times. Once the limit has been exceeded too many times, all traffic
is shut off for the link. The default for
over_limit_link_limit_factor is 90%."
::= { gtmGlobalAttr 41 }
gtmAttrLinkPrepaidFactor OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The link prepaid factor. Maximum percentage of traffic allocated
to link which has a traffic allotment which has been prepaid.
Default is 95%."
::= { gtmGlobalAttr 42 }
gtmAttrLinkCompensateInbound OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The link compensate inbound. If set, the link allotment calculation
will take into account traffic which does not flow through the BIGIP,
i.e. if more traffic is flowing through a link as measured by SNMP
on the router than is flowing through the BIGIP. This applies to
inbound traffic which the major volume will initiate from internal
clients."
::= { gtmGlobalAttr 43 }
gtmAttrLinkCompensateOutbound OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The link compensate outbound. If set, the link allotment calculation
will take into account traffic which does not flow through the BIGIP,
i.e. if more traffic is flowing through a link as measured by SNMP
on the router than is flowing through the BIGIP. This applies to
outbound traffic which the major volume will initiate from internal
clients."
::= { gtmGlobalAttr 44 }
gtmAttrLinkCompensationHistory OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The link compensation history."
::= { gtmGlobalAttr 45 }
gtmAttrMaxLinkOverLimitCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The maximum link over limit count. The count of how many times
in a row traffic may be over the defined limit for the link before
it is shut off entirely. Default is 1."
::= { gtmGlobalAttr 46 }
gtmAttrLowerBoundPctRow OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! No longer useful.
The lower bound percentage row option in Internet Weather Map."
::= { gtmGlobalAttr 47 }
gtmAttrLowerBoundPctCol OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! No longer useful.
The lower bound percentage column option in Internet Weather Map."
::= { gtmGlobalAttr 48 }
gtmAttrAutoconf OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether to auto configure BIGIP/3DNS servers
(automatic addition and deletion of self IPs and virtual servers)."
::= { gtmGlobalAttr 49 }
gtmAttrAutosync OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to autosync.
Allows automatic updates of wideip.conf to/from other 3-DNSes."
::= { gtmGlobalAttr 50 }
gtmAttrSyncNamedConf OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not to auto-synchronize named
configuration. Allows automatic updates of named.conf to/from other 3-DNSes."
::= { gtmGlobalAttr 51 }
gtmAttrSyncGroup OBJECT-TYPE
SYNTAX LongDisplayString
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The name of sync group."
::= { gtmGlobalAttr 52 }
gtmAttrSyncTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The sync timeout. If synch'ing from a remote 3-DNS takes longer than
this timeout, then abort the connection."
::= { gtmGlobalAttr 53 }
gtmAttrSyncZonesTimeout OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The sync zones timeout. If synch'ing named and zone configuration
takes this timeout, then abort the connection."
::= { gtmGlobalAttr 54 }
gtmAttrTimeTolerance OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The allowable time difference for data to be out of sync between
members of a sync group."
::= { gtmGlobalAttr 55 }
gtmAttrTopologyLongestMatch OBJECT-TYPE
SYNTAX INTEGER {
false(0),
true(1)
}
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The state indicating whether or not the 3-DNS Controller selects
the topology record that is most specific and, thus, has the longest
match, in cases where there are several IP/netmask items that match
a particular IP address.
If it is set to false, the 3-DNS Controller uses the first topology record
that matches (according to the order of entry) in the topology statement."
::= { gtmGlobalAttr 56 }
gtmAttrTopologyAclThreshold OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! The threshold of the topology ACL.
This is an outdated mechanism for disabling a node."
::= { gtmGlobalAttr 57 }
gtmAttrStaticPersistCidr OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The variable used with the static persistence load balancing mode
to allow users to specify what cidr should be used.
This is used for IPv4."
::= { gtmGlobalAttr 58 }
gtmAttrStaticPersistV6Cidr OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The variable used with the static persistence load balancing mode
to allow users to specify what cidr should be used.
This is used for IPv6."
::= { gtmGlobalAttr 59 }
gtmAttrQosFactorVsScore OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The factor used to normalize virtual server (VS) score
when the load balancing mode is set to LB_METHOD_QOS."
::= { gtmGlobalAttr 60 }
gtmAttrTimerSendKeepAlive OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
The frequency of GTM keep alive messages (strictly the config timestamps)."
::= { gtmGlobalAttr 61 }
gtmAttrCertificateDepth OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! No longer updated.
When non-zero, customers may use their own SSL certificates by setting the certificate depth."
::= { gtmGlobalAttr 62 }
gtmAttrMaxMemoryUsage OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS deprecated
DESCRIPTION
"Deprecated!.
Deprecated! The maximum amount of memory (in MB) allocated to GTM."
::= { gtmGlobalAttr 63 }
--==================================================================
-- Gtm_globals_ldns_probe_protocols
--==================================================================
gtmGlobalLdnsProbeProtoNumber OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of gtmGlobalLdnsProbeProto entries in the table."
::= { gtmGlobalLdnsProbeProto 1 }
gtmGlobalLdnsProbeProtoTable OBJECT-TYPE
SYNTAX SEQUENCE OF GtmGlobalLdnsProbeProtoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A table containing information of global LDSN probe protocols for GTM (Global Traffic Management)."
::= { gtmGlobalLdnsProbeProto 2 }
gtmGlobalLdnsProbeProtoEntry OBJECT-TYPE
SYNTAX GtmGlobalLdnsProbeProtoEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Columns in the gtmGlobalLdnsProbeProto Table"
INDEX {
gtmGlobalLdnsProbeProtoName,
gtmGlobalLdnsProbeProtoIndex
}
::= { gtmGlobalLdnsProbeProtoTable 1 }
GtmGlobalLdnsProbeProtoEntry ::=
SEQUENCE {
gtmGlobalLdnsProbeProtoIndex INTEGER,
gtmGlobalLdnsProbeProtoType INTEGER,
gtmGlobalLdnsProbeProtoName LongDisplayString
}
gtmGlobalLdnsProbeProtoIndex OBJECT-TYPE
SYNTAX INTEGER(1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The index of LDNS probe protocols."
::= { gtmGlobalLdnsProbeProtoEntry 1 }
gtmGlobalLdnsProbeProtoType OBJECT-TYPE
SYNTAX INTEGER {
icmp(0),
tcp(1),
udp(2),
dnsdot(3),
dnsrev(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The LDNS probe protocol. The less index is, the more preferred protocol is."
::= { gtmGlobalLdnsProbeProtoEntry 2 }
gtmGlobalLdnsProbeProtoName OBJECT-TYPE
SYNTAX LongDisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"name as a key."
::= { gtmGlobalLdnsProbeProtoEntry 3 }
--==================================================================
-- Gtm_global_stat
--==================================================================
gtmStatResetStats OBJECT-TYPE
SYNTAX INTEGER
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"The action to reset resetable statistics data in gtmGlobalStat.
Setting this value to 1 will reset statistics data.
Note, some statistics data may not be reset including data that are incremental counters."
::= { gtmGlobalStat 1 }
gtmStatRequests OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total requests for wide IPs for GTM (Global Traffic Management)."
::= { gtmGlobalStat 2 }
gtmStatResolutions OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of total resolutions for wide IPs for GTM (Global Traffic Management)."
::= { gtmGlobalStat 3 }
gtmStatPersisted OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of persisted requests for wide IPs for GTM (Global Traffic Management)."
::= { gtmGlobalStat 4 }
gtmStatPreferred OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times which the preferred load balance method is used
for wide IPs for GTM (Global Traffic Management)."
::= { gtmGlobalStat 5 }
gtmStatAlternate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The number of times which the alternate load balance method is used
for wide IPs for GTM (Global Traffic Management)."