smilint output for ./RADIUS-AUTH-SERVER-MIB-IPV6


Message Severities
SeverityCount
severe1
error3
warning9
fyi5
Message Types
TypeCount
bad-identifier-case (error)1
identifier-external-case-match (warning)1
identifier-external-redefined (warning)4
import-unused (warning)2
module-name-suffix (warning)1
object-identifier-not-prefix (error)1
object-identifier-unknown (severe)1
parent-row (error)1
previous-definition (fyi)5
row-name-table-name (warning)1

Messages:

/home/fenner/mibindex/latest2/RADIUS-AUTH-SERVER-MIB

   1: -- extracted from rfc4669.txt
   2: -- at Thu Aug 24 06:06:53 2006
   3: 
   4:    RADIUS-AUTH-SERVER-MIB DEFINITIONS ::= BEGIN
   5: 
   6:    IMPORTS
   7:           MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
   8:           Counter32, Integer32,
   9:           IpAddress, TimeTicks, mib-2      FROM SNMPv2-SMI
  10:           SnmpAdminString                  FROM SNMP-FRAMEWORK-MIB
  11:           InetAddressType, InetAddress     FROM INET-ADDRESS-MIB
  12:           MODULE-COMPLIANCE, OBJECT-GROUP  FROM SNMPv2-CONF;
  13: 
  14:    radiusAuthServMIB MODULE-IDENTITY
  15:           LAST-UPDATED "200608210000Z"  -- 21 August 2006
  16:           ORGANIZATION "IETF RADIUS Extensions Working Group."
  17:           CONTACT-INFO
  18:                  " Bernard Aboba
  19:                    Microsoft
  20:                    One Microsoft Way
  21:                    Redmond, WA  98052
  22:                    US
  23:                    Phone: +1 425 936 6605
  24:                    EMail: bernarda@microsoft.com"
  25:           DESCRIPTION
  26:                 "The MIB module for entities implementing the server
  27:                  side of the Remote Authentication Dial-In User
  28:                  Service (RADIUS) authentication protocol.  Copyright
  29:                  (C) The Internet Society (2006).  This version of this
  30:                  MIB module is part of RFC 4669; see the RFC itself for
  31:                  full legal notices."
  32:           REVISION "200608210000Z"  -- 21 August 2006
  33:           DESCRIPTION
  34:                 "Revised version as published in RFC 4669.  This
  35:                  version obsoletes that of RFC 2619 by deprecating the
  36:                  MIB table containing IPv4-only address formats and
  37:                  defining a new table to add support for version-neutral
  38:                  IP address formats.  The remaining MIB objects from RFC
  39:                  2619 are carried forward into this version."
  40:           REVISION "199906110000Z"  -- 11 Jun 1999
  41:           DESCRIPTION "Initial version as published in RFC 2619."
  42:           ::= { radiusAuthentication 1 }
  43: 
  44:    radiusMIB  OBJECT-IDENTITY
  45:           STATUS  current
  46:           DESCRIPTION
  47:                 "The OID assigned to RADIUS MIB work by the IANA."
  48:            ::= { mib-2 67 }
  49: 
  50:    radiusAuthentication  OBJECT IDENTIFIER ::= {radiusMIB 1}
  51: 
  52:    radiusAuthServMIBObjects OBJECT IDENTIFIER
  53:            ::= { radiusAuthServMIB 1 }
  54: 
  55:    radiusAuthServ  OBJECT IDENTIFIER
  56:            ::= { radiusAuthServMIBObjects 1 }
  57: 
  58:    radiusAuthServIdent OBJECT-TYPE
  59:           SYNTAX      SnmpAdminString
  60:           MAX-ACCESS  read-only
  61:           STATUS      current
  62:           DESCRIPTION
  63:                 "The implementation identification string for the
  64:                  RADIUS authentication server software in use on the
  65:                  system, for example, 'FNS-2.1'."
  66:           ::= {radiusAuthServ 1}
  67: 
  68:    radiusAuthServUpTime 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
  74:                  process), this value will be the time elapsed (in
  75:                  hundredths of a second) since the server process
  76:                  was started.  For software without persistent state,
  77:                  this value will be zero."
  78:           ::= {radiusAuthServ 2}
  79: 
  80:    radiusAuthServResetTime OBJECT-TYPE
  81:           SYNTAX      TimeTicks
  82:           MAX-ACCESS  read-only
  83:           STATUS      current
  84:           DESCRIPTION
  85:                 "If the server has a persistent state (e.g., a process)
  86:                  and supports a 'reset' operation (e.g., can be told to
  87:                  re-read configuration files), this value will be the
  88:                  time elapsed (in hundredths of a second) since the
  89:                  server was 'reset.'  For software that does not
  90:                  have persistence or does not support a 'reset'
  91:                  operation, this value will be zero."
  92:           ::= {radiusAuthServ 3}
  93: 
  94:    radiusAuthServConfigReset OBJECT-TYPE
  95:           SYNTAX INTEGER { other(1),
  96:                            reset(2),
  97:                            initializing(3),
  98:                            running(4)}
  99:           MAX-ACCESS  read-write
 100:           STATUS      current
 101:           DESCRIPTION
 102:                  "Status/action object to reinitialize any persistent
 103:                   server state.  When set to reset(2), any persistent
 104:                   server state (such as a process) is reinitialized as
 105:                   if the server had just been started.  This value will
 106:                   never be returned by a read operation.  When read,
 107:                   one of the following values will be returned:
 108:                       other(1) - server in some unknown state;
 109:                       initializing(3) - server (re)initializing;
 110:                       running(4) - server currently running."
 111:           ::= {radiusAuthServ 4}
 112: 
 113:    radiusAuthServTotalAccessRequests OBJECT-TYPE
 114:            SYNTAX Counter32
 115:            UNITS "packets"
 116:            MAX-ACCESS read-only
 117:            STATUS current
 118:            DESCRIPTION
 119:                   "The number of packets received on the
 120:                    authentication port."
 121:            REFERENCE "RFC 2865 section 4.1"
 122:            ::= { radiusAuthServ 5}
 123: 
 124:    radiusAuthServTotalInvalidRequests OBJECT-TYPE
 125:            SYNTAX Counter32
 126:            UNITS "packets"
 127:            MAX-ACCESS read-only
 128:            STATUS current
 129:            DESCRIPTION
 130:                  "The number of RADIUS Access-Request packets
 131:                   received from unknown addresses."
 132:            REFERENCE "RFC 2865 section 4.1"
 133:            ::= { radiusAuthServ 6 }
 134: 
 135:    radiusAuthServTotalDupAccessRequests OBJECT-TYPE
 136:           SYNTAX Counter32
 137:           UNITS "packets"
 138:           MAX-ACCESS read-only
 139:           STATUS current
 140:           DESCRIPTION
 141:                 "The number of duplicate RADIUS Access-Request
 142:                  packets received."
 143:           REFERENCE "RFC 2865 section 4.1"
 144:           ::= { radiusAuthServ 7 }
 145: 
 146:    radiusAuthServTotalAccessAccepts OBJECT-TYPE
 147:           SYNTAX Counter32
 148:           UNITS "packets"
 149:           MAX-ACCESS read-only
 150:           STATUS current
 151:           DESCRIPTION
 152:                 "The number of RADIUS Access-Accept packets sent."
 153:           REFERENCE "RFC 2865 section 4.2"
 154:           ::= { radiusAuthServ 8 }
 155: 
 156:    radiusAuthServTotalAccessRejects OBJECT-TYPE
 157:          SYNTAX Counter32
 158:          UNITS "packets"
 159:          MAX-ACCESS read-only
 160:          STATUS current
 161:          DESCRIPTION
 162:                "The number of RADIUS Access-Reject packets sent."
 163:          REFERENCE "RFC 2865 section 4.3"
 164:          ::= { radiusAuthServ 9 }
 165: 
 166:    radiusAuthServTotalAccessChallenges OBJECT-TYPE
 167:          SYNTAX Counter32
 168:          UNITS "packets"
 169:          MAX-ACCESS read-only
 170:          STATUS current
 171:          DESCRIPTION
 172:                "The number of RADIUS Access-Challenge packets sent."
 173:          REFERENCE "RFC 2865 section 4.4"
 174:          ::= { radiusAuthServ 10 }
 175: 
 176:    radiusAuthServTotalMalformedAccessRequests OBJECT-TYPE
 177:          SYNTAX Counter32
 178:          UNITS "packets"
 179:          MAX-ACCESS read-only
 180:          STATUS current
 181:          DESCRIPTION
 182:                "The number of malformed RADIUS Access-Request
 183:                 packets received.  Bad authenticators
 184:                 and unknown types are not included as
 185:                 malformed Access-Requests."
 186:          REFERENCE "RFC 2865 section 4.1"
 187:          ::= { radiusAuthServ 11 }
 188: 
 189:    radiusAuthServTotalBadAuthenticators OBJECT-TYPE
 190:          SYNTAX Counter32
 191:          UNITS "packets"
 192:          MAX-ACCESS read-only
 193:          STATUS current
 194:          DESCRIPTION
 195:                "The number of RADIUS Authentication-Request packets
 196:                 that contained invalid Message Authenticator
 197:                 attributes received."
 198:          REFERENCE "RFC 2865 section 3"
 199:          ::= { radiusAuthServ 12 }
 200: 
 201:    radiusAuthServTotalPacketsDropped OBJECT-TYPE
 202:          SYNTAX Counter32
 203:          UNITS "packets"
 204:          MAX-ACCESS read-only
 205:          STATUS current
 206:          DESCRIPTION
 207:                "The number of incoming packets
 208:                 silently discarded for some reason other
 209:                 than malformed, bad authenticators or
 210:                 unknown types."
 211:          REFERENCE "RFC 2865 section 3"
 212:          ::= { radiusAuthServ 13 }
 213: 
 214:    radiusAuthServTotalUnknownTypes OBJECT-TYPE
 215:          SYNTAX Counter32
 216:          UNITS "packets"
 217:          MAX-ACCESS read-only
 218:          STATUS current
 219:          DESCRIPTION
 220:                "The number of RADIUS packets of unknown type that
 221:                 were received."
 222:          REFERENCE "RFC 2865 section 4"
 223:          ::= { radiusAuthServ 14 }
 224: 
 225: 
 226:    radiusAuthClientTable OBJECT-TYPE
 227:           SYNTAX     SEQUENCE OF RadiusAuthClientEntry
 228:           MAX-ACCESS not-accessible
 229:           STATUS     deprecated
 230:           DESCRIPTION
 231:                 "The (conceptual) table listing the RADIUS
 232:                  authentication clients with which the server shares
 233:                  a secret."
 234:           ::= { radiusAuthServ 15 }
 235: 
 236: 
 237:    radiusAuthClientEntry OBJECT-TYPE
 238:           SYNTAX     RadiusAuthClientEntry
 239:           MAX-ACCESS not-accessible
 240:           STATUS     deprecated
 241:           DESCRIPTION
 242:                 "An entry (conceptual row) representing a RADIUS
 243:                  authentication client with which the server shares a
 244:                  secret."
 245:           INDEX      { radiusAuthClientIndex }
 246:           ::= { radiusAuthClientTable 1 }
 247: 
 248:    RadiusAuthClientEntry ::= SEQUENCE {
 249:           radiusAuthClientIndex                           Integer32,
 250:           radiusAuthClientAddress                         IpAddress,
 251:           radiusAuthClientID                        SnmpAdminString,
 252:           radiusAuthServAccessRequests                    Counter32,
 253:           radiusAuthServDupAccessRequests                 Counter32,
 254:           radiusAuthServAccessAccepts                     Counter32,
 255:           radiusAuthServAccessRejects                     Counter32,
 256:           radiusAuthServAccessChallenges                  Counter32,
 257:           radiusAuthServMalformedAccessRequests           Counter32,
 258:           radiusAuthServBadAuthenticators                 Counter32,
 259:           radiusAuthServPacketsDropped                    Counter32,
 260:           radiusAuthServUnknownTypes                      Counter32
 261:    }
 262: 
 263:    radiusAuthClientIndex OBJECT-TYPE
 264:           SYNTAX     Integer32 (1..2147483647)
 265:           MAX-ACCESS not-accessible
 266:           STATUS     deprecated
 267:           DESCRIPTION
 268:                 "A number uniquely identifying each RADIUS
 269:                  authentication client with which this server
 270:                  communicates."
 271:           ::= { radiusAuthClientEntry 1 }
 272: 
 273:    radiusAuthClientAddress OBJECT-TYPE
 274:           SYNTAX     IpAddress
 275:           MAX-ACCESS read-only
 276:           STATUS     deprecated
 277:           DESCRIPTION
 278:                 "The NAS-IP-Address of the RADIUS authentication client
 279:                  referred to in this table entry."
 280:           REFERENCE "RFC 2865 section 2"
 281:           ::= { radiusAuthClientEntry 2 }
 282: 
 283:    radiusAuthClientID OBJECT-TYPE
 284:           SYNTAX     SnmpAdminString
 285:           MAX-ACCESS read-only
 286:           STATUS     deprecated
 287:           DESCRIPTION
 288:                 "The NAS-Identifier of the RADIUS authentication client
 289:                  referred to in this table entry.  This is not
 290:                  necessarily the same as sysName in MIB II."
 291:           REFERENCE "RFC 2865 section 5.32"
 292:           ::= { radiusAuthClientEntry 3 }
 293: 
 294:    -- Server Counters
 295: 
 296:    --
 297:    -- Responses = AccessAccepts + AccessRejects + AccessChallenges
 298:    --
 299:    -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
 300:    -- UnknownTypes -  PacketsDropped - Responses = Pending
 301:    --
 302:    -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
 303:    -- UnknownTypes - PacketsDropped = entries logged
 304: 
 305:    radiusAuthServAccessRequests OBJECT-TYPE
 306:           SYNTAX Counter32
 307:           UNITS "packets"
 308:           MAX-ACCESS read-only
 309:           STATUS deprecated
 310:           DESCRIPTION
 311:                 "The number of packets received on the authentication
 312:                  port from this client."
 313:           REFERENCE "RFC 2865 section 4.1"
 314:           ::= { radiusAuthClientEntry  4 }
 315: 
 316:    radiusAuthServDupAccessRequests OBJECT-TYPE
 317:           SYNTAX Counter32
 318:           UNITS "packets"
 319:           MAX-ACCESS read-only
 320:           STATUS deprecated
 321:           DESCRIPTION
 322:                 "The number of duplicate RADIUS Access-Request
 323:                  packets received from this client."
 324:           REFERENCE "RFC 2865 section 4.1"
 325:           ::= { radiusAuthClientEntry  5 }
 326: 
 327:    radiusAuthServAccessAccepts OBJECT-TYPE
 328:           SYNTAX Counter32
 329:           UNITS "packets"
 330:           MAX-ACCESS read-only
 331:           STATUS deprecated
 332:           DESCRIPTION
 333:                 "The number of RADIUS Access-Accept packets
 334:                  sent to this client."
 335:           REFERENCE "RFC 2865 section 4.2"
 336:           ::= { radiusAuthClientEntry  6 }
 337: 
 338:    radiusAuthServAccessRejects OBJECT-TYPE
 339:          SYNTAX Counter32
 340:          UNITS "packets"
 341:          MAX-ACCESS read-only
 342:          STATUS deprecated
 343:          DESCRIPTION
 344:                 "The number of RADIUS Access-Reject packets
 345:                  sent to this client."
 346:           REFERENCE "RFC 2865 section 4.3"
 347:           ::= { radiusAuthClientEntry  7 }
 348: 
 349:    radiusAuthServAccessChallenges OBJECT-TYPE
 350:           SYNTAX Counter32
 351:           UNITS "packets"
 352:           MAX-ACCESS read-only
 353:           STATUS deprecated
 354:           DESCRIPTION
 355:                 "The number of RADIUS Access-Challenge packets
 356:                  sent to this client."
 357:           REFERENCE "RFC 2865 section 4.4"
 358:           ::= { radiusAuthClientEntry  8 }
 359: 
 360:    radiusAuthServMalformedAccessRequests OBJECT-TYPE
 361:           SYNTAX Counter32
 362:           UNITS "packets"
 363:           MAX-ACCESS read-only
 364:           STATUS deprecated
 365:           DESCRIPTION
 366:                 "The number of malformed RADIUS Access-Request
 367:                  packets received from this client.
 368:                  Bad authenticators and unknown types are not included
 369:                  as malformed Access-Requests."
 370:           REFERENCE "RFC 2865 section 3"
 371:           ::= { radiusAuthClientEntry  9 }
 372: 
 373:    radiusAuthServBadAuthenticators OBJECT-TYPE
 374:           SYNTAX Counter32
 375:           UNITS "packets"
 376:           MAX-ACCESS read-only
 377:           STATUS deprecated
 378:           DESCRIPTION
 379:                 "The number of RADIUS Authentication-Request packets
 380:                  that contained invalid Message Authenticator
 381:                  attributes received from this client."
 382:           REFERENCE "RFC 2865 section 3"
 383:           ::= { radiusAuthClientEntry  10 }
 384: 
 385:    radiusAuthServPacketsDropped OBJECT-TYPE
 386:          SYNTAX Counter32
 387:          UNITS "packets"
 388:          MAX-ACCESS read-only
 389:          STATUS deprecated
 390:          DESCRIPTION
 391:                  "The number of incoming packets from this
 392:                   client silently discarded for some reason other
 393:                   than malformed, bad authenticators or
 394:                   unknown types."
 395:           REFERENCE "RFC 2865 section 3"
 396:           ::= { radiusAuthClientEntry  11 }
 397: 
 398:    radiusAuthServUnknownTypes OBJECT-TYPE
 399:           SYNTAX Counter32
 400:           UNITS "packets"
 401:           MAX-ACCESS read-only
 402:           STATUS deprecated
 403:           DESCRIPTION
 404:                 "The number of RADIUS packets of unknown type that
 405:                  were received from this client."
 406:           REFERENCE "RFC 2865 section 4"
 407:           ::= { radiusAuthClientEntry  12 }
 408: 
 409:    -- New MIB objects added in this revision
 410: 
 411:    radiusAuthClientExtTable OBJECT-TYPE
 411: fyi - info: previous definition of `radiusAuthClientExtTable'
 412:           SYNTAX     SEQUENCE OF RadiusAuthClientExtEntry
 413:           MAX-ACCESS not-accessible
 414:           STATUS     current
 415:           DESCRIPTION
 416:                 "The (conceptual) table listing the RADIUS
 417:                  authentication clients with which the server shares
 418:                  a secret."
 419:           ::= { radiusAuthServ 16 }
 420: 
 421:    radiusAuthClientExtEntry OBJECT-TYPE
 421: fyi - info: previous definition of `radiusAuthClientExtEntry'
 422:           SYNTAX     RadiusAuthClientExtEntry
 423:           MAX-ACCESS not-accessible
 424:           STATUS     current
 425:           DESCRIPTION
 426:                 "An entry (conceptual row) representing a RADIUS
 427:                  authentication client with which the server shares a
 428:                  secret."
 429:           INDEX      { radiusAuthClientExtIndex }
 430:           ::= { radiusAuthClientExtTable 1 }
 431: 
 432:    RadiusAuthClientExtEntry ::= SEQUENCE {
 432: fyi - info: previous definition of `RadiusAuthClientExtEntry'
 433:           radiusAuthClientExtIndex                 Integer32,
 434:           radiusAuthClientInetAddressType          InetAddressType,
 435:           radiusAuthClientInetAddress              InetAddress,
 436:           radiusAuthClientExtID                    SnmpAdminString,
 437:           radiusAuthServExtAccessRequests          Counter32,
 438:           radiusAuthServExtDupAccessRequests       Counter32,
 439:           radiusAuthServExtAccessAccepts           Counter32,
 440:           radiusAuthServExtAccessRejects           Counter32,
 441:           radiusAuthServExtAccessChallenges        Counter32,
 442:           radiusAuthServExtMalformedAccessRequests Counter32,
 443:           radiusAuthServExtBadAuthenticators       Counter32,
 444:           radiusAuthServExtPacketsDropped          Counter32,
 445:           radiusAuthServExtUnknownTypes            Counter32,
 446:           radiusAuthServCounterDiscontinuity       TimeTicks
 447:    }
 448: 
 449:    radiusAuthClientExtIndex OBJECT-TYPE
 450:           SYNTAX     Integer32 (1..2147483647)
 451:           MAX-ACCESS not-accessible
 452:           STATUS     current
 453:           DESCRIPTION
 454:                 "A number uniquely identifying each RADIUS
 455:                  authentication client with which this server
 456:                  communicates."
 457:           ::= { radiusAuthClientExtEntry 1 }
 458: 
 459:    radiusAuthClientInetAddressType OBJECT-TYPE
 459: fyi - info: previous definition of `radiusAuthClientInetAddressType'
 460:             SYNTAX     InetAddressType
 461:             MAX-ACCESS read-only
 462:             STATUS     current
 463:             DESCRIPTION
 464:                   "The type of address format used for the
 465:                    radiusAuthClientInetAddress object."
 466:             ::= { radiusAuthClientExtEntry 2 }
 467: 
 468:       radiusAuthClientInetAddress OBJECT-TYPE
 468: fyi - info: previous definition of `radiusAuthClientInetAddress'
 469:             SYNTAX     InetAddress
 470:             MAX-ACCESS read-only
 471:             STATUS     current
 472:             DESCRIPTION
 473:                   "The IP address of the RADIUS authentication
 474:                    client referred to in this table entry, using
 475:                    the version-neutral IP address format."
 476:             ::= { radiusAuthClientExtEntry 3 }
 477: 
 478: 
 479:    radiusAuthClientExtID OBJECT-TYPE
 480:           SYNTAX     SnmpAdminString
 481:           MAX-ACCESS read-only
 482:           STATUS     current
 483:           DESCRIPTION
 484:                 "The NAS-Identifier of the RADIUS authentication client
 485:                  referred to in this table entry.  This is not
 486:                  necessarily the same as sysName in MIB II."
 487:           REFERENCE "RFC 2865 section 5.32"
 488:           ::= { radiusAuthClientExtEntry 4 }
 489: 
 490:    -- Server Counters
 491: 
 492:    --
 493:    -- Responses = AccessAccepts + AccessRejects + AccessChallenges
 494:    --
 495:    -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
 496:    -- UnknownTypes -  PacketsDropped - Responses = Pending
 497:    --
 498:    -- Requests - DupRequests - BadAuthenticators - MalformedRequests -
 499:    -- UnknownTypes - PacketsDropped = entries logged
 500: 
 501:    radiusAuthServExtAccessRequests OBJECT-TYPE
 502:           SYNTAX Counter32
 503:           UNITS "packets"
 504:           MAX-ACCESS read-only
 505:           STATUS current
 506:           DESCRIPTION
 507:                 "The number of packets received on the authentication
 508:                  port from this client.  This counter may experience a
 509:                  discontinuity when the RADIUS Server module within the
 510:                  managed entity is reinitialized, as indicated by the
 511:                  current value of radiusAuthServCounterDiscontinuity."
 512:           REFERENCE "RFC 2865 section 4.1"
 513:           ::= { radiusAuthClientExtEntry  5 }
 514: 
 515:    radiusAuthServExtDupAccessRequests OBJECT-TYPE
 516:           SYNTAX Counter32
 517:           UNITS "packets"
 518:           MAX-ACCESS read-only
 519:           STATUS current
 520:           DESCRIPTION
 521:                 "The number of duplicate RADIUS Access-Request
 522:                  packets received from this client.  This counter may
 523:                  experience a discontinuity when the RADIUS Server
 524:                  module within the managed entity is reinitialized, as
 525:                  indicated by the current value of
 526:                  radiusAuthServCounterDiscontinuity."
 527:           REFERENCE "RFC 2865 section 4.1"
 528:           ::= { radiusAuthClientExtEntry  6 }
 529: 
 530:    radiusAuthServExtAccessAccepts OBJECT-TYPE
 531:           SYNTAX Counter32
 532:           UNITS "packets"
 533:           MAX-ACCESS read-only
 534:           STATUS current
 535:           DESCRIPTION
 536:                 "The number of RADIUS Access-Accept packets
 537:                  sent to this client.  This counter may experience a
 538:                  discontinuity when the RADIUS Server module within the
 539:                  managed entity is reinitialized, as indicated by the
 540:                  current value of radiusAuthServCounterDiscontinuity."
 541:           REFERENCE "RFC 2865 section 4.2"
 542:           ::= { radiusAuthClientExtEntry  7 }
 543: 
 544:    radiusAuthServExtAccessRejects OBJECT-TYPE
 545:          SYNTAX Counter32
 546:          UNITS "packets"
 547:          MAX-ACCESS read-only
 548:          STATUS current
 549:          DESCRIPTION
 550:                 "The number of RADIUS Access-Reject packets
 551:                  sent to this client.  This counter may experience a
 552:                  discontinuity when the RADIUS Server module within the
 553:                  managed entity is reinitialized, as indicated by the
 554:                  current value of radiusAuthServCounterDiscontinuity."
 555:           REFERENCE "RFC 2865 section 4.3"
 556:           ::= { radiusAuthClientExtEntry  8 }
 557: 
 558:    radiusAuthServExtAccessChallenges OBJECT-TYPE
 559:           SYNTAX Counter32
 560:           UNITS "packets"
 561:           MAX-ACCESS read-only
 562:           STATUS current
 563:           DESCRIPTION
 564:                 "The number of RADIUS Access-Challenge packets
 565:                  sent to this client.  This counter may experience a
 566:                  discontinuity when the RADIUS Server module within the
 567:                  managed entity is reinitialized, as indicated by the
 568:                  current value of radiusAuthServCounterDiscontinuity."
 569:           REFERENCE "RFC 2865 section 4.4"
 570:           ::= { radiusAuthClientExtEntry  9 }
 571: 
 572:    radiusAuthServExtMalformedAccessRequests OBJECT-TYPE
 573:           SYNTAX Counter32
 574:           UNITS "packets"
 575:           MAX-ACCESS read-only
 576:           STATUS current
 577:           DESCRIPTION
 578:                 "The number of malformed RADIUS Access-Request
 579:                  packets received from this client.  Bad authenticators
 580:                  and unknown types are not included as malformed
 581:                  Access-Requests.  This counter may experience a
 582:                  discontinuity when the RADIUS Server module within the
 583:                  managed entity is reinitialized, as indicated by the
 584:                  current value of radiusAuthServCounterDiscontinuity."
 585:           REFERENCE "RFC 2865 sections 3, 4.1"
 586:           ::= { radiusAuthClientExtEntry  10 }
 587: 
 588:    radiusAuthServExtBadAuthenticators OBJECT-TYPE
 589:           SYNTAX Counter32
 590:           UNITS "packets"
 591:           MAX-ACCESS read-only
 592:           STATUS current
 593:           DESCRIPTION
 594:                 "The number of RADIUS Authentication-Request packets
 595:                  that contained invalid Message Authenticator
 596:                  attributes received from this client.  This counter
 597:                  may experience a discontinuity when the RADIUS Server
 598:                  module within the managed entity is reinitialized, as
 599:                  indicated by the current value of
 600:                  radiusAuthServCounterDiscontinuity."
 601: 
 602:           REFERENCE "RFC 2865 section 3"
 603:           ::= { radiusAuthClientExtEntry  11 }
 604: 
 605:    radiusAuthServExtPacketsDropped OBJECT-TYPE
 606:          SYNTAX Counter32
 607:          UNITS "packets"
 608:          MAX-ACCESS read-only
 609:          STATUS current
 610:          DESCRIPTION
 611:                 "The number of incoming packets from this client
 612:                  silently discarded for some reason other than
 613:                  malformed, bad authenticators or unknown types.
 614:                  This counter may experience a discontinuity when the
 615:                  RADIUS Server module within the managed entity is
 616:                  reinitialized, as indicated by the current value of
 617:                  radiusAuthServCounterDiscontinuity."
 618:           REFERENCE "RFC 2865 section 3"
 619:           ::= { radiusAuthClientExtEntry  12 }
 620: 
 621:    radiusAuthServExtUnknownTypes OBJECT-TYPE
 622:           SYNTAX Counter32
 623:           UNITS "packets"
 624:           MAX-ACCESS read-only
 625:           STATUS current
 626:           DESCRIPTION
 627:                 "The number of RADIUS packets of unknown type that
 628:                  were received from this client.  This counter may
 629:                  experience a discontinuity when the RADIUS Server
 630:                  module within the managed entity is reinitialized, as
 631:                  indicated by the current value of
 632:                  radiusAuthServCounterDiscontinuity."
 633:           REFERENCE "RFC 2865 section 4"
 634:           ::= { radiusAuthClientExtEntry  13 }
 635: 
 636:    radiusAuthServCounterDiscontinuity OBJECT-TYPE
 637:             SYNTAX TimeTicks
 638:             UNITS "centiseconds"
 639:             MAX-ACCESS read-only
 640:             STATUS current
 641:             DESCRIPTION
 642:                   "The number of centiseconds since the last
 643:                    discontinuity in the RADIUS Server counters.
 644:                    A discontinuity may be the result of a
 645:                    reinitialization of the RADIUS Server module
 646:                    within the managed entity."
 647:             ::= { radiusAuthClientExtEntry 14 }
 648: 
 649:    -- conformance information
 650: 
 651:    radiusAuthServMIBConformance  OBJECT IDENTIFIER
 652:           ::= { radiusAuthServMIB 2 }
 653: 
 654:    radiusAuthServMIBCompliances  OBJECT IDENTIFIER
 655:           ::= { radiusAuthServMIBConformance 1 }
 656: 
 657:    radiusAuthServMIBGroups  OBJECT IDENTIFIER
 658:           ::= { radiusAuthServMIBConformance 2 }
 659: 
 660:    -- compliance statements
 661: 
 662:    radiusAuthServMIBCompliance MODULE-COMPLIANCE
 663:                STATUS  deprecated
 664:                DESCRIPTION
 665:                      "The compliance statement for authentication
 666:                       servers implementing the RADIUS Authentication
 667:                       Server MIB.  Implementation of this module is for
 668:                       IPv4-only entities, or for backwards compatibility
 669:                       use with entities that support both IPv4 and
 670:                       IPv6."
 671:                MODULE  -- this module
 672:                MANDATORY-GROUPS { radiusAuthServMIBGroup }
 673: 
 674:                OBJECT        radiusAuthServConfigReset
 675:                WRITE-SYNTAX  INTEGER { reset(2) }
 676:                DESCRIPTION  "The only SETable value is 'reset' (2)."
 677: 
 678:                ::= { radiusAuthServMIBCompliances 1 }
 679: 
 680: 
 681:    radiusAuthServMIBExtCompliance MODULE-COMPLIANCE
 682:                STATUS  current
 683:                DESCRIPTION
 684:                      "The compliance statement for authentication
 685:                       servers implementing the RADIUS Authentication
 686:                       Server IPv6 Extensions MIB.  Implementation of
 687:                       this module is for entities that support IPv6,
 688:                       or support IPv4 and IPv6."
 689:                MODULE  -- this module
 690:                MANDATORY-GROUPS { radiusAuthServExtMIBGroup }
 691: 
 692:                OBJECT        radiusAuthServConfigReset
 693:                WRITE-SYNTAX  INTEGER { reset(2) }
 694:                DESCRIPTION  "The only SETable value is 'reset' (2)."
 695: 
 696:                OBJECT radiusAuthClientInetAddressType
 697:                SYNTAX InetAddressType { ipv4(1), ipv6(2) }
 698:                DESCRIPTION
 699:                  "An implementation is only required to support
 700:                   IPv4 and globally unique IPv6 addresses."
 701: 
 702:                OBJECT radiusAuthClientInetAddress
 703:                SYNTAX InetAddress ( SIZE (4|16) )
 704:                DESCRIPTION
 705:                  "An implementation is only required to support
 706:                   IPv4 and globally unique IPv6 addresses."
 707: 
 708:                ::= { radiusAuthServMIBCompliances 2 }
 709: 
 710: 
 711:    -- units of conformance
 712: 
 713:    radiusAuthServMIBGroup OBJECT-GROUP
 714:          OBJECTS {radiusAuthServIdent,
 715:                   radiusAuthServUpTime,
 716:                   radiusAuthServResetTime,
 717:                   radiusAuthServConfigReset,
 718:                   radiusAuthServTotalAccessRequests,
 719:                   radiusAuthServTotalInvalidRequests,
 720:                   radiusAuthServTotalDupAccessRequests,
 721:                   radiusAuthServTotalAccessAccepts,
 722:                   radiusAuthServTotalAccessRejects,
 723:                   radiusAuthServTotalAccessChallenges,
 724:                   radiusAuthServTotalMalformedAccessRequests,
 725:                   radiusAuthServTotalBadAuthenticators,
 726:                   radiusAuthServTotalPacketsDropped,
 727:                   radiusAuthServTotalUnknownTypes,
 728:                   radiusAuthClientAddress,
 729:                   radiusAuthClientID,
 730:                   radiusAuthServAccessRequests,
 731:                   radiusAuthServDupAccessRequests,
 732:                   radiusAuthServAccessAccepts,
 733:                   radiusAuthServAccessRejects,
 734:                   radiusAuthServAccessChallenges,
 735:                   radiusAuthServMalformedAccessRequests,
 736:                   radiusAuthServBadAuthenticators,
 737:                   radiusAuthServPacketsDropped,
 738:                   radiusAuthServUnknownTypes
 739:                  }
 740:          STATUS  deprecated
 741:          DESCRIPTION
 742:                "The collection of objects providing management of
 743:                 a RADIUS Authentication Server."
 744:          ::= { radiusAuthServMIBGroups 1 }
 745: 
 746:    radiusAuthServExtMIBGroup OBJECT-GROUP
 747:          OBJECTS {radiusAuthServIdent,
 748:                   radiusAuthServUpTime,
 749:                   radiusAuthServResetTime,
 750:                   radiusAuthServConfigReset,
 751:                   radiusAuthServTotalAccessRequests,
 752:                   radiusAuthServTotalInvalidRequests,
 753:                   radiusAuthServTotalDupAccessRequests,
 754:                   radiusAuthServTotalAccessAccepts,
 755:                   radiusAuthServTotalAccessRejects,
 756:                   radiusAuthServTotalAccessChallenges,
 757:                   radiusAuthServTotalMalformedAccessRequests,
 758:                   radiusAuthServTotalBadAuthenticators,
 759:                   radiusAuthServTotalPacketsDropped,
 760:                   radiusAuthServTotalUnknownTypes,
 761:                   radiusAuthClientInetAddressType,
 762:                   radiusAuthClientInetAddress,
 763:                   radiusAuthClientExtID,
 764:                   radiusAuthServExtAccessRequests,
 765:                   radiusAuthServExtDupAccessRequests,
 766:                   radiusAuthServExtAccessAccepts,
 767:                   radiusAuthServExtAccessRejects,
 768:                   radiusAuthServExtAccessChallenges,
 769:                   radiusAuthServExtMalformedAccessRequests,
 770:                   radiusAuthServExtBadAuthenticators,
 771:                   radiusAuthServExtPacketsDropped,
 772:                   radiusAuthServExtUnknownTypes,
 773:                   radiusAuthServCounterDiscontinuity
 774:                  }
 775:          STATUS  current
 776:          DESCRIPTION
 777:                "The collection of objects providing management of
 778:                 a RADIUS Authentication Server."
 779:          ::= { radiusAuthServMIBGroups 2 }
 780: 
 781:    END
 782: 
 783: -- 
 784: --    Copyright (C) The Internet Society (2006).
 785: -- 
 786: --    This document is subject to the rights, licenses and restrictions
 787: --    contained in BCP 78, and except as set forth therein, the authors
 788: --    retain all their rights.
 789: -- 
 790: --    This document and the information contained herein are provided on an
 791: --    "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
 792: --    OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
 793: --    ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
 794: --    INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
 795: --    INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
 796: --    WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
 797: -- 
 798: -- Intellectual Property
 799: -- 
 800: --    The IETF takes no position regarding the validity or scope of any
 801: --    Intellectual Property Rights or other rights that might be claimed to
 802: --    pertain to the implementation or use of the technology described in
 803: --    this document or the extent to which any license under such rights
 804: --    might or might not be available; nor does it represent that it has
 805: --    made any independent effort to identify any such rights.  Information
 806: --    on the procedures with respect to rights in RFC documents can be
 807: --    found in BCP 78 and BCP 79.
 808: -- 
 809: --    Copies of IPR disclosures made to the IETF Secretariat and any
 810: --    assurances of licenses to be made available, or the result of an
 811: --    attempt made to obtain a general license or permission for the use of
 812: --    such proprietary rights by implementers or users of this
 813: --    specification can be obtained from the IETF on-line IPR repository at
 814: --    http://www.ietf.org/ipr.
 815: -- 
 816: --    The IETF invites any interested party to bring to its attention any
 817: --    copyrights, patents or patent applications, or other proprietary
 818: --    rights that may cover technology that may be required to implement
 819: --    this standard.  Please address the information to the IETF at
 820: --    ietf-ipr@ietf.org.
 821: -- 
 822: 

RADIUS-AUTH-SERVER-MIB-IPV6

   1: -- extracted from draft-nelson-rfc2619bis-00.txt
   2: -- at Thu Feb 10 06:24:09 2005
   3: 
   4:      RADIUS-AUTH-SERVER-MIB-IPV6 DEFINITIONS ::= BEGIN
   5: 
   6:    IMPORTS
   7:           MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
   7: warning - warning: identifier `OBJECT-IDENTITY' imported from module `SNMPv2-SMI' is never used
   8:           mib-2 FROM SNMPv2-SMI
   9:           InetAddressType, InetAddress, InetPortNumber
   9: warning - warning: identifier `InetPortNumber' imported from module `INET-ADDRESS-MIB' is never used
  10:           FROM INET-ADDRESS-MIB
  11:           MODULE-COMPLIANCE, OBJECT-GROUP  FROM SNMPv2-CONF
  12:           radiusAuthClientEntry FROM RADIUS-AUTH-SERVER-MIB;
  13: 
  14:    radiusAuthServerExtMIB MODULE-IDENTITY
  15:           LAST-UPDATED "200502072051Z"  -- Mon Feb  7 20:51 GMT 2005
  16:           ORGANIZATION "IETF RADIUS Extensions Working Group."
  17:           CONTACT-INFO
  18:                  " David B. Nelson
  19:                    Enterasys Networks
  20:                    50 Minutemann Road
  21:                    Andover, MA 01810
  22:                    US
  23: 
  24:                    Phone: +1 978 684 1000
  25:                    EMail: dnelson@eterasys.com"
  26:           DESCRIPTION
  27:                 "An extension to the MIB module for entities
  28:                  implementing the server side of the Remote Access
  29:                  Dialin User Service (RADIUS) authentication protocol,
  30:                  using IPv6 addressing formats. Updates RFC 2619."
  31:           REVISION "200502072051Z"  -- Mon Feb  7 20:51 GMT 2005
  32:           DESCRIPTION "Initial version, published as RFC xxxx."
  33: 
  34:    -- RFC Editor: replace xxx with actual RFC number at the time of
  35:    -- publication, and remove this note.
  36: 
  37:           ::= { mib-2 TBA }
  37: error - `TBA' should start with a lower case letter
  37: error - Object identifier element `TBA' name only allowed as first element
  38: 
  39:    -- RFC Editor: replace TBA with IANA assigned OID value, and
  40:    -- remove this note.
  41: 
  42:    radiusAuthServerExtMIBNotifications  OBJECT IDENTIFIER
  43:                ::= { radiusAuthServerExtMIB 0 }
  44: 
  45:    radiusAuthServerExtMIBObjects        OBJECT IDENTIFIER
  46:                ::= { radiusAuthServerExtMIB 1 }
  47: 
  48:    radiusAuthServerExtMIBConformance    OBJECT IDENTIFIER
  49:                ::= { radiusAuthServerExtMIB 2 }
  50: 
  51:    -- MIB objects
  52: 
  53:    radiusAuthClientExtTable OBJECT-TYPE
  53: warning - warning: redefinition of identifier `RADIUS-AUTH-SERVER-MIB::radiusAuthClientExtTable'
  54:          SYNTAX      SEQUENCE OF RadiusAuthClientExtEntry
  55:          MAX-ACCESS  not-accessible
  56:          STATUS      current
  57:          DESCRIPTION
  58:               "The (conceptual) table listing the RADIUS
  59:                authentication clients with which the server
  60:                shares a secret."
  61:          ::= { radiusAuthServerExtMIBObjects 1 }
  62: 
  63:    radiusAuthClientExtEntry OBJECT-TYPE
  63: warning - warning: redefinition of identifier `RADIUS-AUTH-SERVER-MIB::radiusAuthClientExtEntry'
  63: warning - warning: identifier `radiusAuthClientExtEntry' differs from `RADIUS-AUTH-SERVER-MIB::RadiusAuthClientExtEntry' only in case

  63: error - row's parent node must be a table node

  63: warning - warning: row identifier `radiusAuthClientExtEntry' should have the same prefix as table identifier `radiusAuthServerExtTable'
  64:          SYNTAX     RadiusAuthClientExtEntry
  65:          MAX-ACCESS not-accessible
  66:          STATUS     current
  67:          DESCRIPTION
  68:                "An entry (conceptual row) representing a RADIUS
  69:                 authentication client with which the server shares
  70:                 a secret."
  71:          AUGMENTS      { radiusAuthClientEntry }
  72:          ::= { radiusAuthServerExtTable 1 }
  72: severe - unknown object identifier label `radiusAuthServerExtTable'
  73: 
  74:    RadiusAuthClientExtEntry ::= SEQUENCE {
  75:          radiusAuthClientInetAddressType      InetAddressType,
  76:          radiusAuthClientInetAddress          InetAddress
  77:    }
  78: 
  79:    radiusAuthClientInetAddressType OBJECT-TYPE
  79: warning - warning: redefinition of identifier `RADIUS-AUTH-SERVER-MIB::radiusAuthClientInetAddressType'
  80:          SYNTAX     InetAddressType
  81:          MAX-ACCESS read-only
  82:          STATUS     current
  83:          DESCRIPTION
  84:                "The type of address format used for the
  85:                 radiusAuthClientInetAddress object."
  86:          ::= { radiusAuthClientExtEntry 1 }
  87: 
  88:    radiusAuthClientInetAddress OBJECT-TYPE
  88: warning - warning: redefinition of identifier `RADIUS-AUTH-SERVER-MIB::radiusAuthClientInetAddress'
  89:          SYNTAX     InetAddress
  90:          MAX-ACCESS read-only
  91:          STATUS     current
  92:          DESCRIPTION
  93:                "The IP address of the RADIUS authentication
  94:                 client referred to in this table entry, using
  95:                 the IPv6 adddess format."
  96:          ::= { radiusAuthClientExtEntry 2 }
  97: 
  98:    -- conformance information
  99: 
 100:    radiusAuthServerExtMIBCompliances OBJECT IDENTIFIER
 101:          ::= { radiusAuthServerExtMIBConformance 1 }
 102: 
 103:    radiusAuthServerExtMIBGroups      OBJECT IDENTIFIER
 104:          ::= { radiusAuthServerExtMIBConformance 2 }
 105: 
 106:    -- compliance statements
 107: 
 108:    radiusAuthServerExtMIBCompliance MODULE-COMPLIANCE
 109:         STATUS  current
 110:         DESCRIPTION
 111:               "The compliance statement for authentication
 112:                servers implementing the RADIUS Authentication
 113:                Server IPv6 Extensions MIB."
 114:         MODULE  -- this module
 115:                MANDATORY-GROUPS { radiusAuthServerExtMIBGroup }
 116: 
 117:         ::= { radiusAuthServerExtMIBCompliances 1 }
 118: 
 119:    -- units of conformance
 120: 
 121:    radiusAuthServerExtMIBGroup OBJECT-GROUP
 122:         OBJECTS { radiusAuthClientInetAddressType,
 123:                   radiusAuthClientInetAddress
 124:                }
 125:         STATUS  current
 126:         DESCRIPTION
 127:               "The collection of extended objects providing
 128:                management of RADIUS Authentication Servers
 129:                using IPv6 address format."
 130:         ::= { radiusAuthServerExtMIBGroups 1 }
 131: 
 132:    END
 132: warning - warning: module name `RADIUS-AUTH-SERVER-MIB-IPV6' should match `*-MIB'
 133: 
 134: -- 
 135: --    Copyright (C) The Internet Society (2005).  This document is subject
 136: --    to the rights, licenses and restrictions contained in BCP 78, and
 137: --    except as set forth therein, the authors retain all their rights.
 138: -- 
 139: -- 
 140: -- Acknowledgment
 141: -- 
 142: --    Funding for the RFC Editor function is currently provided by the
 143: --    Internet Society.
 144: