added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / smux / snmp_ospf.h
1 /*
2  *  snmp_ospf.h
3  *
4  */
5 #ifndef _MIBGROUP_SNMP_OSPF_H
6 #define _MIBGROUP_SNMP_OSPF_H
7
8 config_require(smux/smux)
9
10      extern FindVarMethod var_ospf;
11      extern void     init_snmp_ospf(void);
12
13
14 #define ospfRouterId            0
15 #define ospfAdminStat           1
16 #define ospfVersionNumber               2
17 #define ospfAreaBdrRtrStatus            3
18 #define ospfASBdrRtrStatus              4
19 #define ospfExternLsaCount              5
20 #define ospfExternLsaCksumSum           6
21 #define ospfTOSSupport          7
22 #define ospfOriginateNewLsas            8
23 #define ospfRxNewLsas           9
24 #define ospfExtLsdbLimit                10
25 #define ospfMulticastExtensions         11
26 #define ospfAreaId              12
27 #define ospfAuthType            13
28 #define ospfImportAsExtern              14
29 #define ospfSpfRuns             15
30 #define ospfAreaBdrRtrCount             16
31 #define ospfAsBdrRtrCount               17
32 #define ospfAreaLsaCount                18
33 #define ospfAreaLsaCksumSum             19
34 #define ospfAreaSummary         20
35 #define ospfAreaStatus          21
36 #define ospfStubAreaId          22
37 #define ospfStubTOS             23
38 #define ospfStubMetric          24
39 #define ospfStubStatus          25
40 #define ospfStubMetricType              26
41 #define ospfLsdbAreaId          27
42 #define ospfLsdbType            28
43 #define ospfLsdbLsid            29
44 #define ospfLsdbRouterId                30
45 #define ospfLsdbSequence                31
46 #define ospfLsdbAge             32
47 #define ospfLsdbChecksum                33
48 #define ospfLsdbAdvertisement           34
49 #define ospfAreaRangeAreaId             35
50 #define ospfAreaRangeNet                36
51 #define ospfAreaRangeMask               37
52 #define ospfAreaRangeStatus             38
53 #define ospfAreaRangeEffect             39
54 #define ospfHostIpAddress               40
55 #define ospfHostTOS             41
56 #define ospfHostMetric          42
57 #define ospfHostStatus          43
58 #define ospfHostAreaID          44
59 #define ospfIfIpAddress         45
60 #define ospfAddressLessIf               46
61 #define ospfIfAreaId            47
62 #define ospfIfType              48
63 #define ospfIfAdminStat         49
64 #define ospfIfRtrPriority               50
65 #define ospfIfTransitDelay              51
66 #define ospfIfRetransInterval           52
67 #define ospfIfHelloInterval             53
68 #define ospfIfRtrDeadInterval           54
69 #define ospfIfPollInterval              55
70 #define ospfIfState             56
71 #define ospfIfDesignatedRouter          57
72 #define ospfIfBackupDesignatedRouter            58
73 #define ospfIfEvents            59
74 #define ospfIfAuthKey           60
75 #define ospfIfStatus            61
76 #define ospfIfMulticastForwarding               62
77 #define ospfIfMetricIpAddress           63
78 #define ospfIfMetricAddressLessIf               64
79 #define ospfIfMetricTOS         65
80 #define ospfIfMetricValue               66
81 #define ospfIfMetricStatus              67
82 #define ospfVirtIfAreaId                68
83 #define ospfVirtIfNeighbor              69
84 #define ospfVirtIfTransitDelay          70
85 #define ospfVirtIfRetransInterval               71
86 #define ospfVirtIfHelloInterval         72
87 #define ospfVirtIfRtrDeadInterval               73
88 #define ospfVirtIfState         74
89 #define ospfVirtIfEvents                75
90 #define ospfVirtIfAuthKey               76
91 #define ospfVirtIfStatus                77
92 #define ospfNbrIpAddr           78
93 #define ospfNbrAddressLessIndex         79
94 #define ospfNbrRtrId            80
95 #define ospfNbrOptions          81
96 #define ospfNbrPriority         82
97 #define ospfNbrState            83
98 #define ospfNbrEvents           84
99 #define ospfNbrLsRetransQLen            85
100 #define ospfNbmaNbrStatus               86
101 #define ospfNbmaNbrPermanence           87
102 #define ospfVirtNbrArea         88
103 #define ospfVirtNbrRtrId                89
104 #define ospfVirtNbrIpAddr               90
105 #define ospfVirtNbrOptions              91
106 #define ospfVirtNbrState                92
107 #define ospfVirtNbrEvents               93
108 #define ospfVirtNbrLsRetransQLen                94
109 #define ospfExtLsdbType         95
110 #define ospfExtLsdbLsid         96
111 #define ospfExtLsdbRouterId             97
112 #define ospfExtLsdbSequence             98
113 #define ospfExtLsdbAge          99
114 #define ospfExtLsdbChecksum             100
115 #define ospfExtLsdbAdvertisement                101
116 #define ospfAreaAggregateAreaID         102
117 #define ospfAreaAggregateLsdbType               103
118 #define ospfAreaAggregateNet            104
119 #define ospfAreaAggregateMask           105
120 #define ospfAreaAggregateStatus         106
121 #define ospfAreaAggregateEffect         107
122
123 #endif                          /* _MIBGROUP_SNMP_OSPF_H */