-- extracted from draft-hardaker-snmp-session-sm-01.txt -- at Tue Apr 13 06:17:40 2004 SBSM-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, experimental FROM SNMPv2-SMI TEXTUAL-CONVENTION, RowStatus, TruthValue, TimeStamp, StorageType, VariablePointer, DateAndTime FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF SnmpAdminString FROM SNMP-FRAMEWORK-MIB InetAddressType, InetAddress, InetPortNumber FROM INET-ADDRESS-MIB ; -- -- module identity -- sbsmMIB MODULE-IDENTITY LAST-UPDATED "200402150000Z" ORGANIZATION "IETF non-existent SBSM Working Group" CONTACT-INFO "Wes Hardaker Sparta, Inc. P.O. Box 382 Davis, CA 95617 Phone: +1 530 792 1913 Email: hardaker@tislabs.com" DESCRIPTION "This MIB module defines objects for managing the SNMPv3 SBSM security module. Copyright (C) The Internet Society (2004). This version of this MIB module is part of RFC XXXX, see the RFC itself for full legal notices." -- Revision History REVISION "200402150000Z" DESCRIPTION "Initial version, published as RFC xxxx." -- RFC-editor assigns xxxx -- XXX: To be assigned by IANA ::= { XXX } -- -- groups of related objects -- sbsmObjects OBJECT IDENTIFIER ::= { sbsmMIB 1 } sbsmNotificationObjects OBJECT IDENTIFIER ::= { sbsmMIB 2 } sbsmConformanceObjects OBJECT IDENTIFIER ::= { sbsmMIB 3 } -- -- Textual Conventions -- sbsmCounterObjects OBJECT IDENTIFIER ::= { sbsmObjects 1 } sbsmSessionObjects OBJECT IDENTIFIER ::= { sbsmObjects 2 } sbsmCompressionDefinitions OBJECT IDENTIFIER ::= { sbsmObjects 3 } -- -- Counter objects -- sbsmSessionsEstablished OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 1} sbsmStatsUnsupportedSecLevels OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 2} sbsmStatsDecryptionErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 3} sbsmStatsCompressionErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 4} sbsmProtocolError OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 5} sbsmStatsWrongDigests OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "" ::= { sbsmCounterObjects 6} -- -- Established sessions -- sbsmSessionTable OBJECT-TYPE SYNTAX SEQUENCE OF SbsmSessionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table describing currenly open, currently being established or recently closed SBSM sessions." ::= { sbsmSessionObjects 1 } sbsmSessionEntry OBJECT-TYPE SYNTAX SbsmSessionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "" INDEX { sbsmId } ::= { sbsmSessionTable 1 } SbsmSessionEntry ::= SEQUENCE { } -- remote ID, state, alg types in use, started when, misc counters, ... -- (suggestions welcome) -- -- Compression algorithms -- sbsmNullCompressionAlgorithm OBJECT IDENTIFIER ::= { sbsmCompressionDefinitions 1 } sbsmGZipCompressionAlgorithm OBJECT IDENTIFIER ::= { sbsmCompressionDefinitions 1 } sbsmBZip2CompressionAlgorithm OBJECT IDENTIFIER ::= { sbsmCompressionDefinitions 1 } -- -- other MIB items to do: -- -- o notifications -- o configuration of policy. eg: user A using algorthim B/C -- is different than user X using Y/Z. END -- -- -- Copyright (C) The Internet Society (2004). All Rights Reserved. -- -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any -- kind, provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be -- followed, or as required to translate it into languages other than -- English. -- -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assignees. -- -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING -- BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION -- HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. -- -- -- -- Acknowledgment -- -- -- Funding for the RFC Editor function is currently provided by the -- Internet Society.