-- extracted from draft-nelson-rfc2620bis-00.txt -- at Tue Feb 15 06:24:48 2005 RADIUS-ACC-CLIENT-MIB-IPV6 DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY, mib-2 FROM SNMPv2-SMI InetAddressType, InetAddress, InetPortNumber FROM INET-ADDRESS-MIB MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF radiusAccServerEntry FROM RADIUS-ACC-CLIENT-MIB; radiusAccClientExtMIB MODULE-IDENTITY LAST-UPDATED "200502072051Z" -- Mon Feb 7 20:51 GMT 2005 ORGANIZATION "IETF RADIUS Extensions Working Group." CONTACT-INFO " David B. Nelson Enterasys Networks 50 Minutemann Road Andover, MA 01810 US Phone: +1 978 684 1000 EMail: dnelson@eterasys.com" DESCRIPTION "An extension to the MIB module for entities implementing the client side of the Remote Access Dialin User Service (RADIUS) accounting protocol, using IPv6 addressing formats. Updates RFC 2620." REVISION "200502072051Z" -- Mon Feb 7 20:51 GMT 2005 DESCRIPTION "Initial version, published as RFC xxxx." -- RFC Editor: replace xxx with actual RFC number at the time of -- publication, and remove this note. ::= { mib-2 TBA } -- RFC Editor: replace TBA with IANA assigned OID value, and -- remove this note. radiusAccClientExtMIBNotifications OBJECT IDENTIFIER ::= { radiusAccClientExtMIB 0 } radiusAccClientExtMIBObjects OBJECT IDENTIFIER ::= { radiusAccClientExtMIB 1 } radiusAccClientExtMIBConformance OBJECT IDENTIFIER ::= { radiusAccClientExtMIB 2 } -- MIB objects radiusAccServerExtTable OBJECT-TYPE SYNTAX SEQUENCE OF RadiusAccServerExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The (conceptual) table listing the RADIUS accounting servers with which the client shares a secret." ::= { radiusAccClientExtMIBObjects 1 } radiusAccServerExtEntry OBJECT-TYPE SYNTAX RadiusAccServerExtEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry (conceptual row) representing a RADIUS accounting server with which the client shares a secret." AUGMENTS { radiusAccServerEntry } ::= { radiusAccServerExtTable 1 } RadiusAccServerExtEntry ::= SEQUENCE { radiusAccServerInetAddressType InetAddressType, radiusAccServerInetAddress InetAddress, radiusAccClientServerInetPortNumber InetPortNumber } radiusAccServerInetAddressType OBJECT-TYPE SYNTAX InetAddressType MAX-ACCESS read-only STATUS current DESCRIPTION "The type of address format used for the radiusAccServerInetAddress object." ::= { radiusAccServerExtEntry 1 } radiusAccServerInetAddress OBJECT-TYPE SYNTAX InetAddress MAX-ACCESS read-only STATUS current DESCRIPTION "The IP address of the RADIUS accounting server referred to in this table entry, using the IPv6 adddess format." ::= { radiusAccServerExtEntry 2 } radiusAccClientServerInetPortNumber OBJECT-TYPE SYNTAX InetPortNumber MAX-ACCESS read-only STATUS current DESCRIPTION "The UDP port the client is using to send requests to this accounting server." ::= { radiusAccServerExtEntry 3 } -- conformance information radiusAccClientExtMIBCompliances OBJECT IDENTIFIER ::= { radiusAccClientExtMIBConformance 1 } radiusAcccClientExtMIBGroups OBJECT IDENTIFIER ::= { radiusAccClientExtMIBConformance 2 } -- compliance statements radiusAccClientExtMIBCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for accounting clients implementing the RADIUS Accounting Client IPv6 Extensions MIB." MODULE -- this module MANDATORY-GROUPS { radiusAccClientExtMIBGroup } ::= { radiusAccClientExtMIBCompliances 1 } -- units of conformance radiusAccClientExtMIBGroup OBJECT-GROUP OBJECTS { radiusAccServerInetAddressType, radiusAccServerInetAddress, radiusAccClientServerInetPortNumber } STATUS current DESCRIPTION "The collection of extended objects providing management of RADIUS Accounting Clients using IPv6 address format." ::= { radiusAccClientExtMIBGroups 1 } END -- -- Copyright (C) The Internet Society (2005). This document is subject -- to the rights, licenses and restrictions contained in BCP 78, and -- except as set forth therein, the authors retain all their rights. -- -- -- Acknowledgment -- -- Funding for the RFC Editor function is currently provided by the -- Internet Society.