RADIUS-ACC-SERVER-MIB 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772
  1. RADIUS-ACC-SERVER-MIB DEFINITIONS ::= BEGIN
  2. IMPORTS
  3. MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
  4. Counter32, Integer32,
  5. IpAddress, TimeTicks, mib-2 FROM SNMPv2-SMI
  6. SnmpAdminString FROM SNMP-FRAMEWORK-MIB
  7. InetAddressType, InetAddress FROM INET-ADDRESS-MIB
  8. MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF;
  9. radiusAccServMIB MODULE-IDENTITY
  10. LAST-UPDATED "200608210000Z" -- 21 August 2006
  11. ORGANIZATION "IETF RADIUS Extensions Working Group."
  12. CONTACT-INFO
  13. " Bernard Aboba
  14. Microsoft
  15. One Microsoft Way
  16. Redmond, WA 98052
  17. US
  18. Phone: +1 425 936 6605
  19. EMail: bernarda@microsoft.com"
  20. DESCRIPTION
  21. "The MIB module for entities implementing the server
  22. side of the Remote Authentication Dial-In User
  23. Service (RADIUS) accounting protocol. Copyright (C)
  24. The Internet Society (2006). This version of this
  25. MIB module is part of RFC 4671; see the RFC itself
  26. for full legal notices."
  27. REVISION "200608210000Z" -- 21 August 2006
  28. DESCRIPTION
  29. "Revised version as published in RFC 4671. This
  30. version obsoletes that of RFC 2621 by deprecating
  31. the MIB table containing IPv4-only address formats
  32. and defining a new table to add support for version-
  33. neutral IP address formats. The remaining MIB objects
  34. from RFC 2621 are carried forward into this version."
  35. REVISION "199906110000Z" -- 11 Jun 1999
  36. DESCRIPTION "Initial version as published in RFC 2621."
  37. ::= { radiusAccounting 1 }
  38. radiusMIB OBJECT-IDENTITY
  39. STATUS current
  40. DESCRIPTION
  41. "The OID assigned to RADIUS MIB work by the IANA."
  42. ::= { mib-2 67 }
  43. radiusAccounting OBJECT IDENTIFIER ::= {radiusMIB 2}
  44. radiusAccServMIBObjects OBJECT IDENTIFIER
  45. ::= { radiusAccServMIB 1 }
  46. radiusAccServ OBJECT IDENTIFIER
  47. ::= { radiusAccServMIBObjects 1 }
  48. radiusAccServIdent OBJECT-TYPE
  49. SYNTAX SnmpAdminString
  50. MAX-ACCESS read-only
  51. STATUS current
  52. DESCRIPTION
  53. "The implementation identification string for the
  54. RADIUS accounting server software in use on the
  55. system, for example, 'FNS-2.1'."
  56. ::= {radiusAccServ 1}
  57. radiusAccServUpTime OBJECT-TYPE
  58. SYNTAX TimeTicks
  59. MAX-ACCESS read-only
  60. STATUS current
  61. DESCRIPTION
  62. "If the server has a persistent state (e.g., a
  63. process), this value will be the time elapsed (in
  64. hundredths of a second) since the server process was
  65. started. For software without persistent state, this
  66. value will be zero."
  67. ::= {radiusAccServ 2}
  68. radiusAccServResetTime OBJECT-TYPE
  69. SYNTAX TimeTicks
  70. MAX-ACCESS read-only
  71. STATUS current
  72. DESCRIPTION
  73. "If the server has a persistent state (e.g., a process)
  74. and supports a 'reset' operation (e.g., can be told to
  75. re-read configuration files), this value will be the
  76. time elapsed (in hundredths of a second) since the
  77. server was 'reset.' For software that does not
  78. have persistence or does not support a 'reset'
  79. operation, this value will be zero."
  80. ::= {radiusAccServ 3}
  81. radiusAccServConfigReset OBJECT-TYPE
  82. SYNTAX INTEGER { other(1),
  83. reset(2),
  84. initializing(3),
  85. running(4)}
  86. MAX-ACCESS read-write
  87. STATUS current
  88. DESCRIPTION
  89. "Status/action object to reinitialize any persistent
  90. server state. When set to reset(2), any persistent
  91. server state (such as a process) is reinitialized as
  92. if the server had just been started. This value will
  93. never be returned by a read operation. When read,
  94. one of the following values will be returned:
  95. other(1) - server in some unknown state;
  96. initializing(3) - server (re)initializing;
  97. running(4) - server currently running."
  98. ::= {radiusAccServ 4}
  99. radiusAccServTotalRequests OBJECT-TYPE
  100. SYNTAX Counter32
  101. UNITS "packets"
  102. MAX-ACCESS read-only
  103. STATUS current
  104. DESCRIPTION
  105. "The number of packets received on the
  106. accounting port."
  107. REFERENCE "RFC 2866 section 4.1"
  108. ::= { radiusAccServ 5 }
  109. radiusAccServTotalInvalidRequests OBJECT-TYPE
  110. SYNTAX Counter32
  111. UNITS "packets"
  112. MAX-ACCESS read-only
  113. STATUS current
  114. DESCRIPTION
  115. "The number of RADIUS Accounting-Request packets
  116. received from unknown addresses."
  117. REFERENCE "RFC 2866 sections 2, 4.1"
  118. ::= { radiusAccServ 6 }
  119. radiusAccServTotalDupRequests OBJECT-TYPE
  120. SYNTAX Counter32
  121. UNITS "packets"
  122. MAX-ACCESS read-only
  123. STATUS current
  124. DESCRIPTION
  125. "The number of duplicate RADIUS Accounting-Request
  126. packets received."
  127. REFERENCE "RFC 2866 section 4.1"
  128. ::= { radiusAccServ 7 }
  129. radiusAccServTotalResponses OBJECT-TYPE
  130. SYNTAX Counter32
  131. UNITS "packets"
  132. MAX-ACCESS read-only
  133. STATUS current
  134. DESCRIPTION
  135. "The number of RADIUS Accounting-Response packets
  136. sent."
  137. REFERENCE "RFC 2866 section 4.2"
  138. ::= { radiusAccServ 8 }
  139. radiusAccServTotalMalformedRequests OBJECT-TYPE
  140. SYNTAX Counter32
  141. UNITS "packets"
  142. MAX-ACCESS read-only
  143. STATUS current
  144. DESCRIPTION
  145. "The number of malformed RADIUS Accounting-Request
  146. packets received. Bad authenticators or unknown
  147. types are not included as malformed Access-Requests."
  148. REFERENCE "RFC 2866 section 3"
  149. ::= { radiusAccServ 9 }
  150. radiusAccServTotalBadAuthenticators OBJECT-TYPE
  151. SYNTAX Counter32
  152. UNITS "packets"
  153. MAX-ACCESS read-only
  154. STATUS current
  155. DESCRIPTION
  156. "The number of RADIUS Accounting-Request packets
  157. that contained an invalid authenticator."
  158. REFERENCE "RFC 2866 section 3"
  159. ::= { radiusAccServ 10 }
  160. radiusAccServTotalPacketsDropped OBJECT-TYPE
  161. SYNTAX Counter32
  162. UNITS "packets"
  163. MAX-ACCESS read-only
  164. STATUS current
  165. DESCRIPTION
  166. "The number of incoming packets silently discarded
  167. for a reason other than malformed, bad authenticators,
  168. or unknown types."
  169. REFERENCE "RFC 2866 section 3"
  170. ::= { radiusAccServ 11 }
  171. radiusAccServTotalNoRecords OBJECT-TYPE
  172. SYNTAX Counter32
  173. UNITS "packets"
  174. MAX-ACCESS read-only
  175. STATUS current
  176. DESCRIPTION
  177. "The number of RADIUS Accounting-Request packets
  178. that were received and responded to but not
  179. recorded."
  180. ::= { radiusAccServ 12 }
  181. radiusAccServTotalUnknownTypes OBJECT-TYPE
  182. SYNTAX Counter32
  183. UNITS "packets"
  184. MAX-ACCESS read-only
  185. STATUS current
  186. DESCRIPTION
  187. "The number of RADIUS packets of unknown type that
  188. were received."
  189. REFERENCE "RFC 2866 section 4"
  190. ::= { radiusAccServ 13 }
  191. radiusAccClientTable OBJECT-TYPE
  192. SYNTAX SEQUENCE OF RadiusAccClientEntry
  193. MAX-ACCESS not-accessible
  194. STATUS deprecated
  195. DESCRIPTION
  196. "The (conceptual) table listing the RADIUS accounting
  197. clients with which the server shares a secret."
  198. ::= { radiusAccServ 14 }
  199. radiusAccClientEntry OBJECT-TYPE
  200. SYNTAX RadiusAccClientEntry
  201. MAX-ACCESS not-accessible
  202. STATUS deprecated
  203. DESCRIPTION
  204. "An entry (conceptual row) representing a RADIUS
  205. accounting client with which the server shares a
  206. secret."
  207. INDEX { radiusAccClientIndex }
  208. ::= { radiusAccClientTable 1 }
  209. RadiusAccClientEntry ::= SEQUENCE {
  210. radiusAccClientIndex Integer32,
  211. radiusAccClientAddress IpAddress,
  212. radiusAccClientID SnmpAdminString,
  213. radiusAccServPacketsDropped Counter32,
  214. radiusAccServRequests Counter32,
  215. radiusAccServDupRequests Counter32,
  216. radiusAccServResponses Counter32,
  217. radiusAccServBadAuthenticators Counter32,
  218. radiusAccServMalformedRequests Counter32,
  219. radiusAccServNoRecords Counter32,
  220. radiusAccServUnknownTypes Counter32
  221. }
  222. radiusAccClientIndex OBJECT-TYPE
  223. SYNTAX Integer32 (1..2147483647)
  224. MAX-ACCESS not-accessible
  225. STATUS deprecated
  226. DESCRIPTION
  227. "A number uniquely identifying each RADIUS accounting
  228. client with which this server communicates."
  229. ::= { radiusAccClientEntry 1 }
  230. radiusAccClientAddress OBJECT-TYPE
  231. SYNTAX IpAddress
  232. MAX-ACCESS read-only
  233. STATUS deprecated
  234. DESCRIPTION
  235. "The NAS-IP-Address of the RADIUS accounting client
  236. referred to in this table entry."
  237. ::= { radiusAccClientEntry 2 }
  238. radiusAccClientID OBJECT-TYPE
  239. SYNTAX SnmpAdminString
  240. MAX-ACCESS read-only
  241. STATUS deprecated
  242. DESCRIPTION
  243. "The NAS-Identifier of the RADIUS accounting client
  244. referred to in this table entry. This is not
  245. necessarily the same as sysName in MIB II."
  246. REFERENCE "RFC 2865 section 5.32"
  247. ::= { radiusAccClientEntry 3 }
  248. -- Server Counters
  249. --
  250. -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
  251. -- UnknownTypes - PacketsDropped - Responses = Pending
  252. --
  253. -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
  254. -- UnknownTypes - PacketsDropped - NoRecords = entries logged
  255. radiusAccServPacketsDropped OBJECT-TYPE
  256. SYNTAX Counter32
  257. UNITS "packets"
  258. MAX-ACCESS read-only
  259. STATUS deprecated
  260. DESCRIPTION
  261. "The number of incoming packets received
  262. from this client and silently discarded
  263. for a reason other than malformed, bad
  264. authenticators, or unknown types."
  265. REFERENCE "RFC 2866 section 3"
  266. ::= { radiusAccClientEntry 4 }
  267. radiusAccServRequests OBJECT-TYPE
  268. SYNTAX Counter32
  269. UNITS "packets"
  270. MAX-ACCESS read-only
  271. STATUS deprecated
  272. DESCRIPTION
  273. "The number of packets received from this
  274. client on the accounting port."
  275. REFERENCE "RFC 2866 section 4.1"
  276. ::= { radiusAccClientEntry 5 }
  277. radiusAccServDupRequests OBJECT-TYPE
  278. SYNTAX Counter32
  279. UNITS "packets"
  280. MAX-ACCESS read-only
  281. STATUS deprecated
  282. DESCRIPTION
  283. "The number of duplicate RADIUS Accounting-Request
  284. packets received from this client."
  285. REFERENCE "RFC 2866 section 4.1"
  286. ::= { radiusAccClientEntry 6 }
  287. radiusAccServResponses OBJECT-TYPE
  288. SYNTAX Counter32
  289. UNITS "packets"
  290. MAX-ACCESS read-only
  291. STATUS deprecated
  292. DESCRIPTION
  293. "The number of RADIUS Accounting-Response packets
  294. sent to this client."
  295. REFERENCE "RFC 2866 section 4.2"
  296. ::= { radiusAccClientEntry 7 }
  297. radiusAccServBadAuthenticators OBJECT-TYPE
  298. SYNTAX Counter32
  299. UNITS "packets"
  300. MAX-ACCESS read-only
  301. STATUS deprecated
  302. DESCRIPTION
  303. "The number of RADIUS Accounting-Request packets
  304. that contained invalid authenticators received
  305. from this client."
  306. REFERENCE "RFC 2866 section 3"
  307. ::= { radiusAccClientEntry 8 }
  308. radiusAccServMalformedRequests OBJECT-TYPE
  309. SYNTAX Counter32
  310. UNITS "packets"
  311. MAX-ACCESS read-only
  312. STATUS deprecated
  313. DESCRIPTION
  314. "The number of malformed RADIUS Accounting-Request
  315. packets that were received from this client.
  316. Bad authenticators and unknown types
  317. are not included as malformed Accounting-Requests."
  318. REFERENCE "RFC 2866 section 3"
  319. ::= { radiusAccClientEntry 9 }
  320. radiusAccServNoRecords OBJECT-TYPE
  321. SYNTAX Counter32
  322. UNITS "packets"
  323. MAX-ACCESS read-only
  324. STATUS deprecated
  325. DESCRIPTION
  326. "The number of RADIUS Accounting-Request packets
  327. that were received and responded to but not
  328. recorded."
  329. ::= { radiusAccClientEntry 10 }
  330. radiusAccServUnknownTypes OBJECT-TYPE
  331. SYNTAX Counter32
  332. UNITS "packets"
  333. MAX-ACCESS read-only
  334. STATUS deprecated
  335. DESCRIPTION
  336. "The number of RADIUS packets of unknown type that
  337. were received from this client."
  338. REFERENCE "RFC 2866 section 4"
  339. ::= { radiusAccClientEntry 11 }
  340. -- New MIB objects added in this revision
  341. radiusAccClientExtTable OBJECT-TYPE
  342. SYNTAX SEQUENCE OF RadiusAccClientExtEntry
  343. MAX-ACCESS not-accessible
  344. STATUS current
  345. DESCRIPTION
  346. "The (conceptual) table listing the RADIUS accounting
  347. clients with which the server shares a secret."
  348. ::= { radiusAccServ 15 }
  349. radiusAccClientExtEntry OBJECT-TYPE
  350. SYNTAX RadiusAccClientExtEntry
  351. MAX-ACCESS not-accessible
  352. STATUS current
  353. DESCRIPTION
  354. "An entry (conceptual row) representing a RADIUS
  355. accounting client with which the server shares a
  356. secret."
  357. INDEX { radiusAccClientExtIndex }
  358. ::= { radiusAccClientExtTable 1 }
  359. RadiusAccClientExtEntry ::= SEQUENCE {
  360. radiusAccClientExtIndex Integer32,
  361. radiusAccClientInetAddressType InetAddressType,
  362. radiusAccClientInetAddress InetAddress,
  363. radiusAccClientExtID SnmpAdminString,
  364. radiusAccServExtPacketsDropped Counter32,
  365. radiusAccServExtRequests Counter32,
  366. radiusAccServExtDupRequests Counter32,
  367. radiusAccServExtResponses Counter32,
  368. radiusAccServExtBadAuthenticators Counter32,
  369. radiusAccServExtMalformedRequests Counter32,
  370. radiusAccServExtNoRecords Counter32,
  371. radiusAccServExtUnknownTypes Counter32,
  372. radiusAccServerCounterDiscontinuity TimeTicks
  373. }
  374. radiusAccClientExtIndex OBJECT-TYPE
  375. SYNTAX Integer32 (1..2147483647)
  376. MAX-ACCESS not-accessible
  377. STATUS current
  378. DESCRIPTION
  379. "A number uniquely identifying each RADIUS accounting
  380. client with which this server communicates."
  381. ::= { radiusAccClientExtEntry 1 }
  382. radiusAccClientInetAddressType OBJECT-TYPE
  383. SYNTAX InetAddressType
  384. MAX-ACCESS read-only
  385. STATUS current
  386. DESCRIPTION
  387. "The type of address format used for the
  388. radiusAccClientInetAddress object."
  389. ::= { radiusAccClientExtEntry 2 }
  390. radiusAccClientInetAddress OBJECT-TYPE
  391. SYNTAX InetAddress
  392. MAX-ACCESS read-only
  393. STATUS current
  394. DESCRIPTION
  395. "The IP address of the RADIUS accounting
  396. client referred to in this table entry, using
  397. the IPv6 address format."
  398. ::= { radiusAccClientExtEntry 3 }
  399. radiusAccClientExtID OBJECT-TYPE
  400. SYNTAX SnmpAdminString
  401. MAX-ACCESS read-only
  402. STATUS current
  403. DESCRIPTION
  404. "The NAS-Identifier of the RADIUS accounting client
  405. referred to in this table entry. This is not
  406. necessarily the same as sysName in MIB II."
  407. REFERENCE "RFC 2865 section 5.32"
  408. ::= { radiusAccClientExtEntry 4 }
  409. -- Server Counters
  410. --
  411. -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
  412. -- UnknownTypes - PacketsDropped - Responses = Pending
  413. --
  414. -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
  415. -- UnknownTypes - PacketsDropped - NoRecords = entries logged
  416. radiusAccServExtPacketsDropped OBJECT-TYPE
  417. SYNTAX Counter32
  418. UNITS "packets"
  419. MAX-ACCESS read-only
  420. STATUS current
  421. DESCRIPTION
  422. "The number of incoming packets received from this
  423. client and silently discarded for a reason other
  424. than malformed, bad authenticators, or unknown types.
  425. This counter may experience a discontinuity when the
  426. RADIUS Accounting Server module within the managed
  427. entity is reinitialized, as indicated by the current
  428. value of radiusAccServerCounterDiscontinuity."
  429. REFERENCE "RFC 2866 section 3"
  430. ::= { radiusAccClientExtEntry 5 }
  431. radiusAccServExtRequests OBJECT-TYPE
  432. SYNTAX Counter32
  433. UNITS "packets"
  434. MAX-ACCESS read-only
  435. STATUS current
  436. DESCRIPTION
  437. "The number of packets received from this
  438. client on the accounting port. This counter
  439. may experience a discontinuity when the
  440. RADIUS Accounting Server module within the
  441. managed entity is reinitialized, as indicated by
  442. the current value of
  443. radiusAccServerCounterDiscontinuity."
  444. REFERENCE "RFC 2866 section 4.1"
  445. ::= { radiusAccClientExtEntry 6 }
  446. radiusAccServExtDupRequests OBJECT-TYPE
  447. SYNTAX Counter32
  448. UNITS "packets"
  449. MAX-ACCESS read-only
  450. STATUS current
  451. DESCRIPTION
  452. "The number of duplicate RADIUS Accounting-Request
  453. packets received from this client. This counter
  454. may experience a discontinuity when the RADIUS
  455. Accounting Server module within the managed
  456. entity is reinitialized, as indicated by the
  457. current value of
  458. radiusAccServerCounterDiscontinuity."
  459. REFERENCE "RFC 2866 section 4.1"
  460. ::= { radiusAccClientExtEntry 7 }
  461. radiusAccServExtResponses OBJECT-TYPE
  462. SYNTAX Counter32
  463. UNITS "packets"
  464. MAX-ACCESS read-only
  465. STATUS current
  466. DESCRIPTION
  467. "The number of RADIUS Accounting-Response packets
  468. sent to this client. This counter may experience
  469. a discontinuity when the RADIUS Accounting Server
  470. module within the managed entity is reinitialized,
  471. as indicated by the current value of
  472. radiusAccServerCounterDiscontinuity."
  473. REFERENCE "RFC 2866 section 4.2"
  474. ::= { radiusAccClientExtEntry 8 }
  475. radiusAccServExtBadAuthenticators OBJECT-TYPE
  476. SYNTAX Counter32
  477. UNITS "packets"
  478. MAX-ACCESS read-only
  479. STATUS current
  480. DESCRIPTION
  481. "The number of RADIUS Accounting-Request packets
  482. that contained invalid authenticators received
  483. from this client. This counter may experience a
  484. discontinuity when the RADIUS Accounting Server
  485. module within the managed entity is reinitialized,
  486. as indicated by the current value of
  487. radiusAccServerCounterDiscontinuity."
  488. REFERENCE "RFC 2866 section 3"
  489. ::= { radiusAccClientExtEntry 9 }
  490. radiusAccServExtMalformedRequests OBJECT-TYPE
  491. SYNTAX Counter32
  492. UNITS "packets"
  493. MAX-ACCESS read-only
  494. STATUS current
  495. DESCRIPTION
  496. "The number of malformed RADIUS Accounting-Request
  497. packets that were received from this client.
  498. Bad authenticators and unknown types are not
  499. included as malformed Accounting-Requests. This
  500. counter may experience a discontinuity when the
  501. RADIUS Accounting Server module within the managed
  502. entity is reinitialized, as indicated by the current
  503. value of radiusAccServerCounterDiscontinuity."
  504. REFERENCE "RFC 2866 section 3"
  505. ::= { radiusAccClientExtEntry 10 }
  506. radiusAccServExtNoRecords OBJECT-TYPE
  507. SYNTAX Counter32
  508. UNITS "packets"
  509. MAX-ACCESS read-only
  510. STATUS current
  511. DESCRIPTION
  512. "The number of RADIUS Accounting-Request packets
  513. that were received and responded to but not
  514. recorded. This counter may experience a
  515. discontinuity when the RADIUS Accounting Server
  516. module within the managed entity is reinitialized,
  517. as indicated by the current value of
  518. radiusAccServerCounterDiscontinuity."
  519. ::= { radiusAccClientExtEntry 11 }
  520. radiusAccServExtUnknownTypes OBJECT-TYPE
  521. SYNTAX Counter32
  522. UNITS "packets"
  523. MAX-ACCESS read-only
  524. STATUS current
  525. DESCRIPTION
  526. "The number of RADIUS packets of unknown type that
  527. were received from this client. This counter may
  528. experience a discontinuity when the RADIUS Accounting
  529. Server module within the managed entity is
  530. reinitialized, as indicated by the current value of
  531. radiusAccServerCounterDiscontinuity."
  532. REFERENCE "RFC 2866 section 4"
  533. ::= { radiusAccClientExtEntry 12 }
  534. radiusAccServerCounterDiscontinuity OBJECT-TYPE
  535. SYNTAX TimeTicks
  536. UNITS "centiseconds"
  537. MAX-ACCESS read-only
  538. STATUS current
  539. DESCRIPTION
  540. "The number of centiseconds since the last
  541. discontinuity in the RADIUS Accounting Server
  542. counters. A discontinuity may be the result of
  543. a reinitialization of the RADIUS Accounting Server
  544. module within the managed entity."
  545. ::= { radiusAccClientExtEntry 13 }
  546. -- conformance information
  547. radiusAccServMIBConformance OBJECT IDENTIFIER
  548. ::= { radiusAccServMIB 2 }
  549. radiusAccServMIBCompliances OBJECT IDENTIFIER
  550. ::= { radiusAccServMIBConformance 1 }
  551. radiusAccServMIBGroups OBJECT IDENTIFIER
  552. ::= { radiusAccServMIBConformance 2 }
  553. -- compliance statements
  554. radiusAccServMIBCompliance MODULE-COMPLIANCE
  555. STATUS deprecated
  556. DESCRIPTION
  557. "The compliance statement for accounting servers
  558. implementing the RADIUS Accounting Server MIB.
  559. Implementation of this module is for IPv4-only
  560. entities, or for backwards compatibility use with
  561. entities that support both IPv4 and IPv6."
  562. MODULE -- this module
  563. MANDATORY-GROUPS { radiusAccServMIBGroup }
  564. OBJECT radiusAccServConfigReset
  565. WRITE-SYNTAX INTEGER { reset(2) }
  566. DESCRIPTION "The only SETable value is 'reset' (2)."
  567. ::= { radiusAccServMIBCompliances 1 }
  568. radiusAccServExtMIBCompliance MODULE-COMPLIANCE
  569. STATUS current
  570. DESCRIPTION
  571. "The compliance statement for accounting
  572. servers implementing the RADIUS Accounting
  573. Server IPv6 Extensions MIB. Implementation of
  574. this module is for entities that support IPv6,
  575. or support IPv4 and IPv6."
  576. MODULE -- this module
  577. MANDATORY-GROUPS { radiusAccServExtMIBGroup }
  578. OBJECT radiusAccServConfigReset
  579. WRITE-SYNTAX INTEGER { reset(2) }
  580. DESCRIPTION "The only SETable value is 'reset' (2)."
  581. OBJECT radiusAccClientInetAddressType
  582. SYNTAX InetAddressType { ipv4(1), ipv6(2) }
  583. DESCRIPTION
  584. "An implementation is only required to support
  585. IPv4 and globally unique IPv6 addresses."
  586. OBJECT radiusAccClientInetAddress
  587. SYNTAX InetAddress ( SIZE (4|16) )
  588. DESCRIPTION
  589. "An implementation is only required to support
  590. IPv4 and globally unique IPv6 addresses."
  591. ::= { radiusAccServMIBCompliances 2 }
  592. -- units of conformance
  593. radiusAccServMIBGroup OBJECT-GROUP
  594. OBJECTS {radiusAccServIdent,
  595. radiusAccServUpTime,
  596. radiusAccServResetTime,
  597. radiusAccServConfigReset,
  598. radiusAccServTotalRequests,
  599. radiusAccServTotalInvalidRequests,
  600. radiusAccServTotalDupRequests,
  601. radiusAccServTotalResponses,
  602. radiusAccServTotalMalformedRequests,
  603. radiusAccServTotalBadAuthenticators,
  604. radiusAccServTotalPacketsDropped,
  605. radiusAccServTotalNoRecords,
  606. radiusAccServTotalUnknownTypes,
  607. radiusAccClientAddress,
  608. radiusAccClientID,
  609. radiusAccServPacketsDropped,
  610. radiusAccServRequests,
  611. radiusAccServDupRequests,
  612. radiusAccServResponses,
  613. radiusAccServBadAuthenticators,
  614. radiusAccServMalformedRequests,
  615. radiusAccServNoRecords,
  616. radiusAccServUnknownTypes
  617. }
  618. STATUS deprecated
  619. DESCRIPTION
  620. "The collection of objects providing management of
  621. a RADIUS Accounting Server."
  622. ::= { radiusAccServMIBGroups 1 }
  623. radiusAccServExtMIBGroup OBJECT-GROUP
  624. OBJECTS {radiusAccServIdent,
  625. radiusAccServUpTime,
  626. radiusAccServResetTime,
  627. radiusAccServConfigReset,
  628. radiusAccServTotalRequests,
  629. radiusAccServTotalInvalidRequests,
  630. radiusAccServTotalDupRequests,
  631. radiusAccServTotalResponses,
  632. radiusAccServTotalMalformedRequests,
  633. radiusAccServTotalBadAuthenticators,
  634. radiusAccServTotalPacketsDropped,
  635. radiusAccServTotalNoRecords,
  636. radiusAccServTotalUnknownTypes,
  637. radiusAccClientInetAddressType,
  638. radiusAccClientInetAddress,
  639. radiusAccClientExtID,
  640. radiusAccServExtPacketsDropped,
  641. radiusAccServExtRequests,
  642. radiusAccServExtDupRequests,
  643. radiusAccServExtResponses,
  644. radiusAccServExtBadAuthenticators,
  645. radiusAccServExtMalformedRequests,
  646. radiusAccServExtNoRecords,
  647. radiusAccServExtUnknownTypes,
  648. radiusAccServerCounterDiscontinuity
  649. }
  650. STATUS current
  651. DESCRIPTION
  652. "The collection of objects providing management of
  653. a RADIUS Accounting Server."
  654. ::= { radiusAccServMIBGroups 2 }
  655. END