Deleted Added
full compact
bridge_tree.def (164410) bridge_tree.def (164997)
1#-
2# Copyright (c) 2006 Shteryana Shopova <syrinx@FreeBSD.org>
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
1#-
2# Copyright (c) 2006 Shteryana Shopova <syrinx@FreeBSD.org>
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26# $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def 164410 2006-11-19 15:42:48Z syrinx $
26# $FreeBSD: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_tree.def 164997 2006-12-07 22:36:17Z syrinx $
27#
28
29#include "tc.def"
30
31typedef TruthValue ENUM (
32 1 true
33 2 false
34)

--- 11 unchanged lines hidden (view full) ---

46 1 disabled
47 2 blocking
48 3 listening
49 4 learning
50 5 forwarding
51 6 broken
52)
53
27#
28
29#include "tc.def"
30
31typedef TruthValue ENUM (
32 1 true
33 2 false
34)

--- 11 unchanged lines hidden (view full) ---

46 1 disabled
47 2 blocking
48 3 listening
49 4 learning
50 5 forwarding
51 6 broken
52)
53
54typedef StpPortAdminPointToPointType ENUM (
55 0 forceTrue
56 1 forceFalse
57 2 auto
58)
59
54typedef BaseType ENUM (
55 1 unknown
56 2 transparent-only
57 3 sourceroute-only
58 4 srt
59)
60
61typedef TpFdbStatus ENUM (

--- 48 unchanged lines hidden (view full) ---

110 (4 dot1dStpPortEnable ENUM ( 1 enabled 2 disabled ) GET SET)
111 (5 dot1dStpPortPathCost INTEGER GET SET)
112 (6 dot1dStpPortDesignatedRoot OCTETSTRING | BridgeId GET)
113 (7 dot1dStpPortDesignatedCost INTEGER32 GET)
114 (8 dot1dStpPortDesignatedBridge OCTETSTRING | BridgeId GET)
115 (9 dot1dStpPortDesignatedPort OCTETSTRING | BridgePortId GET)
116 (10 dot1dStpPortForwardTransitions COUNTER GET)
117 ))
60typedef BaseType ENUM (
61 1 unknown
62 2 transparent-only
63 3 sourceroute-only
64 4 srt
65)
66
67typedef TpFdbStatus ENUM (

--- 48 unchanged lines hidden (view full) ---

116 (4 dot1dStpPortEnable ENUM ( 1 enabled 2 disabled ) GET SET)
117 (5 dot1dStpPortPathCost INTEGER GET SET)
118 (6 dot1dStpPortDesignatedRoot OCTETSTRING | BridgeId GET)
119 (7 dot1dStpPortDesignatedCost INTEGER32 GET)
120 (8 dot1dStpPortDesignatedBridge OCTETSTRING | BridgeId GET)
121 (9 dot1dStpPortDesignatedPort OCTETSTRING | BridgePortId GET)
122 (10 dot1dStpPortForwardTransitions COUNTER GET)
123 ))
124 (16 dot1dStpVersion ENUM ( 0 stpCompatible 2 rstp ) op_dot1d_stp GET SET)
125 (17 dot1dStpTxHoldCount INTEGER op_dot1d_stp GET SET)
126 (19 dot1dStpExtPortTable
127 (1 dot1dStpExtPortEntry : INTEGER op_dot1d_stp_ext_port
128 (1 dot1dStpPortProtocolMigration TruthValue GET) # SET
129 (2 dot1dStpPortAdminEdgePort TruthValue GET SET)
130 (3 dot1dStpPortOperEdgePort TruthValue GET)
131 (4 dot1dStpPortAdminPointToPoint StpPortAdminPointToPointType GET SET)
132 (5 dot1dStpPortOperPointToPoint TruthValue GET)
133 (6 dot1dStpPortAdminPathCost INTEGER GET SET)
134 ))
118 )
119 (3 dot1dSr
120 )
121 (4 dot1dTp
122 (1 dot1dTpLearnedEntryDiscards COUNTER op_dot1d_tp GET)
123 (2 dot1dTpAgingTime INTEGER op_dot1d_tp GET SET)
124 (3 dot1dTpFdbTable
125 (1 dot1dTpFdbEntry : OCTETSTRING | MacAddress op_dot1d_tp_fdb

--- 13 unchanged lines hidden (view full) ---

139 (5 dot1dStatic
140 )
141 (8 dot1dConformance
142 (1 dot1dGroups
143 )
144 (2 dot1dCompliances
145 )
146 )
135 )
136 (3 dot1dSr
137 )
138 (4 dot1dTp
139 (1 dot1dTpLearnedEntryDiscards COUNTER op_dot1d_tp GET)
140 (2 dot1dTpAgingTime INTEGER op_dot1d_tp GET SET)
141 (3 dot1dTpFdbTable
142 (1 dot1dTpFdbEntry : OCTETSTRING | MacAddress op_dot1d_tp_fdb

--- 13 unchanged lines hidden (view full) ---

156 (5 dot1dStatic
157 )
158 (8 dot1dConformance
159 (1 dot1dGroups
160 )
161 (2 dot1dCompliances
162 )
163 )
164 )
165 (134 rstpMIB
166 (0 rstpNotifications
167 )
168 (1 rstpObjects
169 )
170 (2 rstpConformance
171 (1 rstpGroups
172 )
173 (2 rstpCompliances
174 )
175 )
147 )))
148 (4 private
149 (1 enterprises
150 (12325 fokus
151 (1 begemot
152 (205 begemotBridge
153 (0 begemotBridgeNotifications
154 (1 begemotBridgeNewRoot OID op_snmp_trap)

--- 30 unchanged lines hidden (view full) ---

185 (7 begemotBridgeStpRootPort INTEGER32 GET)
186 (8 begemotBridgeStpMaxAge INTEGER GET)
187 (9 begemotBridgeStpHelloTime INTEGER GET)
188 (10 begemotBridgeStpHoldTime INTEGER32 GET)
189 (11 begemotBridgeStpForwardDelay INTEGER GET)
190 (12 begemotBridgeStpBridgeMaxAge INTEGER GET SET)
191 (13 begemotBridgeStpBridgeHelloTime INTEGER GET SET)
192 (14 begemotBridgeStpBridgeForwardDelay INTEGER GET SET)
176 )))
177 (4 private
178 (1 enterprises
179 (12325 fokus
180 (1 begemot
181 (205 begemotBridge
182 (0 begemotBridgeNotifications
183 (1 begemotBridgeNewRoot OID op_snmp_trap)

--- 30 unchanged lines hidden (view full) ---

214 (7 begemotBridgeStpRootPort INTEGER32 GET)
215 (8 begemotBridgeStpMaxAge INTEGER GET)
216 (9 begemotBridgeStpHelloTime INTEGER GET)
217 (10 begemotBridgeStpHoldTime INTEGER32 GET)
218 (11 begemotBridgeStpForwardDelay INTEGER GET)
219 (12 begemotBridgeStpBridgeMaxAge INTEGER GET SET)
220 (13 begemotBridgeStpBridgeHelloTime INTEGER GET SET)
221 (14 begemotBridgeStpBridgeForwardDelay INTEGER GET SET)
222 (15 begemotBridgeStpVersion ENUM ( 0 stpCompatible 2 rstp ) GET SET)
223 (16 begemotBridgeStpTxHoldCount INTEGER GET SET)
193 ))
194 (2 begemotBridgeStpPortTable
195 (1 begemotBridgeStpPortEntry : OCTETSTRING | BridgeIfName INTEGER op_begemot_stp_port
196 (1 begemotBridgeStpPort INTEGER GET)
197 (2 begemotBridgeStpPortPriority INTEGER GET SET)
198 (3 begemotBridgeStpPortState StpPortState GET)
199 (4 begemotBridgeStpPortEnable ENUM ( 1 enabled 2 disabled ) GET SET)
200 (5 begemotBridgeStpPortPathCost INTEGER GET SET)
201 (6 begemotBridgeStpPortDesignatedRoot OCTETSTRING | BridgeId GET)
202 (7 begemotBridgeStpPortDesignatedCost INTEGER32 GET)
203 (8 begemotBridgeStpPortDesignatedBridge OCTETSTRING | BridgeId GET)
204 (9 begemotBridgeStpPortDesignatedPort OCTETSTRING | BridgePortId GET)
205 (10 begemotBridgeStpPortForwardTransitions COUNTER GET)
206 ))
224 ))
225 (2 begemotBridgeStpPortTable
226 (1 begemotBridgeStpPortEntry : OCTETSTRING | BridgeIfName INTEGER op_begemot_stp_port
227 (1 begemotBridgeStpPort INTEGER GET)
228 (2 begemotBridgeStpPortPriority INTEGER GET SET)
229 (3 begemotBridgeStpPortState StpPortState GET)
230 (4 begemotBridgeStpPortEnable ENUM ( 1 enabled 2 disabled ) GET SET)
231 (5 begemotBridgeStpPortPathCost INTEGER GET SET)
232 (6 begemotBridgeStpPortDesignatedRoot OCTETSTRING | BridgeId GET)
233 (7 begemotBridgeStpPortDesignatedCost INTEGER32 GET)
234 (8 begemotBridgeStpPortDesignatedBridge OCTETSTRING | BridgeId GET)
235 (9 begemotBridgeStpPortDesignatedPort OCTETSTRING | BridgePortId GET)
236 (10 begemotBridgeStpPortForwardTransitions COUNTER GET)
237 ))
238 (3 begemotBridgeStpExtPortTable
239 (1 begemotBridgeStpExtPortEntry : OCTETSTRING | BridgeIfName INTEGER op_begemot_stp_ext_port
240 (1 begemotBridgeStpPortProtocolMigration TruthValue GET) # SET
241 (2 begemotBridgeStpPortAdminEdgePort TruthValue GET SET)
242 (3 begemotBridgeStpPortOperEdgePort TruthValue GET)
243 (4 begemotBridgeStpPortAdminPointToPoint StpPortAdminPointToPointType GET SET)
244 (5 begemotBridgeStpPortOperPointToPoint TruthValue GET)
245 (6 begemotBridgeStpPortAdminPathCost INTEGER GET SET)
246 ))
207 )
208 (3 begemotBridgeTp
209 (1 begemotBridgeTpTable
210 (1 begemotBridgeTpEntry : OCTETSTRING | BridgeIfName op_begemot_tp
211 (1 begemotBridgeTpLearnedEntryDiscards COUNTER GET)
212 (2 begemotBridgeTpAgingTime INTEGER GET SET)
213 (3 begemotBridgeTpMaxAddresses INTEGER GET SET)
214 ))

--- 28 unchanged lines hidden ---
247 )
248 (3 begemotBridgeTp
249 (1 begemotBridgeTpTable
250 (1 begemotBridgeTpEntry : OCTETSTRING | BridgeIfName op_begemot_tp
251 (1 begemotBridgeTpLearnedEntryDiscards COUNTER GET)
252 (2 begemotBridgeTpAgingTime INTEGER GET SET)
253 (3 begemotBridgeTpMaxAddresses INTEGER GET SET)
254 ))

--- 28 unchanged lines hidden ---