home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / COLUBRIS-802DOT1X-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  6.9 KB  |  248 lines

  1. -- *****************************************************************
  2. -- COLUBRIS-802DOT1X-MIB.my: Colubris Networks 802.1x Extension MIB
  3. -- file
  4. ---
  5. -- November 2001, Gilbert Moineau - Eric Perie - Denis Belanger
  6. --
  7. -- Copyright (c) 2001, 2002  by Colubris Networks, Inc.
  8. -- All rights reserved.
  9. -- *****************************************************************
  10.  
  11. COLUBRIS-802DOT1X-ACCESS-MIB DEFINITIONS ::= BEGIN
  12.  
  13. IMPORTS
  14.     MODULE-IDENTITY,
  15.     OBJECT-TYPE,
  16.     Unsigned32
  17.         FROM SNMPv2-SMI
  18.     TEXTUAL-CONVENTION,
  19.     TruthValue
  20.         FROM SNMPv2-TC
  21.     MODULE-COMPLIANCE,
  22.     OBJECT-GROUP
  23.         FROM SNMPv2-CONF
  24.     colubrisMgmt
  25.         FROM COLUBRIS-SMI;
  26.  
  27. colubris802Dot1xMIB  MODULE-IDENTITY
  28.     LAST-UPDATED "200112040000Z"
  29.     ORGANIZATION "Colubris Networks, Inc."
  30.     CONTACT-INFO
  31.         "    Colubris Networks
  32.             Customer Service
  33.  
  34.         Postal: 420 Armand-Frappier, Suite 200
  35.             Laval, QC  H7V 4B4
  36.             CANADA
  37.  
  38.            Tel: +1 450 680-1661
  39.  
  40.         E-mail: cn-snmp@colubris.com"
  41.     DESCRIPTION
  42.         "Initial version of 802.1x extension MIB module."
  43.     ::= { colubrisMgmt 8 }
  44.  
  45. coPaeMIBObjects OBJECT IDENTIFIER ::= { colubris802Dot1xMIB 1 }
  46.  
  47. coDot1xPaeSystem        OBJECT IDENTIFIER ::= { coPaeMIBObjects 1 }
  48. coDot1xPaeAuthenticator OBJECT IDENTIFIER ::= { coPaeMIBObjects 2 }
  49.  
  50. -- ---------------------------------------------------------- --
  51. -- The colubris PAE System Group
  52. -- ---------------------------------------------------------- --
  53.  
  54. coDot1xPaeSystemModifyKey OBJECT-TYPE
  55.     SYNTAX      TruthValue
  56.     MAX-ACCESS  read-write
  57.     STATUS      current
  58.     DESCRIPTION
  59.     "Enable/disable the modification of the transmit WEP keys
  60.     (#2 and #3) at regular interval. This feature will be
  61.     supported in the future."
  62.     DEFVAL { false }
  63.     ::= { coDot1xPaeSystem 1 }
  64.  
  65. coDot1xPaeSystemModifyKeyInterval OBJECT-TYPE
  66.     SYNTAX      Unsigned32 (30..65535)
  67.     MAX-ACCESS  read-write
  68.     STATUS      current
  69.     DESCRIPTION
  70.     "Interval, in seconds, between two modifications of the
  71.     transmit WEP keys."
  72.     DEFVAL { 900 }
  73.     ::= { coDot1xPaeSystem 2 }
  74.  
  75. coDot1xPaeSystemRequestIdentityDelay OBJECT-TYPE
  76.     SYNTAX      Unsigned32 (0..60)
  77.     MAX-ACCESS  read-write
  78.     STATUS      current
  79.     DESCRIPTION
  80.     "Delay, in secondes, between the reception of a EAPOL-Start
  81.     and the transmission of a request identity message."
  82.     DEFVAL { 10 }
  83.     ::= { coDot1xPaeSystem 3 }
  84.  
  85. -- ---------------------------------------------------------- --
  86. -- The colubris PAE Authenticator Group
  87. -- ---------------------------------------------------------- --
  88.  
  89. coDot1xAuthQuietPeriod OBJECT-TYPE
  90.     SYNTAX      Unsigned32 (0..65535)
  91.     MAX-ACCESS  read-write
  92.     STATUS      current
  93.     DESCRIPTION
  94.     "Specifies the initial value, in seconds, of the quietPeriod
  95.     constant used by the Authenticator PAE state
  96.     machine."
  97.     DEFVAL { 60 }
  98.     ::= { coDot1xPaeAuthenticator 1 }
  99.  
  100. coDot1xAuthTxPeriod OBJECT-TYPE
  101.     SYNTAX      Unsigned32 (1..65535)
  102.     MAX-ACCESS  read-write
  103.     STATUS      current
  104.     DESCRIPTION
  105.     "Specifies the initial value, in seconds, of the txPeriod
  106.     constant used by the Authenticator PAE state
  107.     machine."
  108.     DEFVAL { 30 }
  109.     ::= { coDot1xPaeAuthenticator 2 }
  110.  
  111. coDot1xAuthSuppTimeout OBJECT-TYPE
  112.     SYNTAX      Unsigned32 (1..65535)
  113.     MAX-ACCESS  read-write
  114.     STATUS      current
  115.     DESCRIPTION
  116.     "Specifies the initial value, in seconds, of the suppTimeout
  117.     constant used by the Backend Authentication state
  118.     machine."
  119.     DEFVAL { 30 }
  120.     ::= { coDot1xPaeAuthenticator 3 }
  121.  
  122. coDot1xAuthServerTimeout OBJECT-TYPE
  123.     SYNTAX      Unsigned32 (1..65535)
  124.     MAX-ACCESS  read-write
  125.     STATUS      current
  126.     DESCRIPTION
  127.     "Specifies the initial value, in seconds, of the serverTimeout
  128.     constant used by the Backend Authentication state
  129.     machine."
  130.     DEFVAL { 30 }
  131.     ::= { coDot1xPaeAuthenticator 4 }
  132.  
  133. coDot1xAuthMaxReq OBJECT-TYPE
  134.     SYNTAX      Unsigned32 (1..10)
  135.     MAX-ACCESS  read-write
  136.     STATUS      current
  137.     DESCRIPTION
  138.     "Specifies the initial value of the maxReq constant used by
  139.     the Backend Authentication state machine."
  140.     DEFVAL { 2 }
  141.     ::= { coDot1xPaeAuthenticator 5 }
  142.  
  143. coDot1xAuthReAuthPeriod OBJECT-TYPE
  144.     SYNTAX      Unsigned32 (1..65535)
  145.     MAX-ACCESS  read-write
  146.     STATUS      current
  147.     DESCRIPTION
  148.     "Specifies the initial value, in seconds, of the reAuthPeriod
  149.     constant used by the Reauthentication Timer state
  150.     machine."
  151.     DEFVAL { 3600 }
  152.     ::= { coDot1xPaeAuthenticator 6 }
  153.  
  154. coDot1xAuthReAuthEnabled OBJECT-TYPE
  155.     SYNTAX      TruthValue
  156.     MAX-ACCESS  read-write
  157.     STATUS      current
  158.     DESCRIPTION
  159.     "Specifies the enable/disable control used by the Reauthentication
  160.     Timer state machine (8.5.5.1)."
  161.     DEFVAL { false }
  162.     ::= { coDot1xPaeAuthenticator 7 }
  163.  
  164. coDot1xAuthKeyTxEnabled OBJECT-TYPE
  165.     SYNTAX      TruthValue
  166.     MAX-ACCESS  read-write
  167.     STATUS      current
  168.     DESCRIPTION
  169.     "Specifies the initial value of the keyTransmissionEnabled
  170.     constant used by the Authenticator PAE state
  171.     machine."
  172.     DEFVAL { true }
  173.     ::= { coDot1xPaeAuthenticator 8 }
  174.  
  175. coDot1xAuthReAuthMax OBJECT-TYPE
  176.     SYNTAX      Unsigned32 (1..65535)
  177.     MAX-ACCESS  read-write
  178.     STATUS      current
  179.     DESCRIPTION
  180.     "Specifies the number of reauthentication attempts that are
  181.     permitted before the Port becomes Unauthorized."
  182.     DEFVAL { 5 }
  183.     ::= { coDot1xPaeAuthenticator 9 }
  184.  
  185. -- ---------------------------------------------------------- --
  186. -- COLUBIRS 802.1X Extension MIB - Conformance Information
  187. -- ---------------------------------------------------------- --
  188.  
  189. coDot1xPaeConformance OBJECT IDENTIFIER ::= { colubris802Dot1xMIB 2 }
  190.  
  191. coDot1xPaeGroups OBJECT IDENTIFIER ::= { coDot1xPaeConformance 1 }
  192.  
  193. coDot1xPaeCompliances OBJECT IDENTIFIER ::= { coDot1xPaeConformance 2 }
  194.  
  195. -- ---------------------------------------------------------- --
  196. -- units of conformance
  197. -- ---------------------------------------------------------- --
  198.  
  199. coDot1xPaeSystemGroup OBJECT-GROUP
  200.     OBJECTS {
  201.     coDot1xPaeSystemModifyKey,
  202.     coDot1xPaeSystemModifyKeyInterval,
  203.     coDot1xPaeSystemRequestIdentityDelay
  204.     }
  205.     STATUS      current
  206.     DESCRIPTION
  207.     "A collection of objects providing extended system
  208.     information about, and control over, a PAE."
  209.     ::= { coDot1xPaeGroups 1 }
  210.  
  211. coDot1xPaeAuthenticatorGroup OBJECT-GROUP
  212.     OBJECTS {
  213.     coDot1xAuthQuietPeriod,
  214.     coDot1xAuthTxPeriod,
  215.     coDot1xAuthSuppTimeout,
  216.     coDot1xAuthServerTimeout,
  217.     coDot1xAuthMaxReq,
  218.     coDot1xAuthReAuthPeriod,
  219.     coDot1xAuthReAuthEnabled,
  220.     coDot1xAuthKeyTxEnabled,
  221.     coDot1xAuthReAuthMax
  222.     }
  223.     STATUS      current
  224.     DESCRIPTION
  225.     "A collection of objects providing configuration
  226.     information about all Authenticator PAE."
  227.     ::= { coDot1xPaeGroups 2 }
  228.  
  229. -- ---------------------------------------------------------- --
  230. -- compliance statements
  231. -- ---------------------------------------------------------- --
  232.  
  233. coDot1xPaeCompliance MODULE-COMPLIANCE
  234.     STATUS  current
  235.     DESCRIPTION
  236.     "The compliance statement for extended device support
  237.     of Port Access Control."
  238.  
  239.     MODULE
  240.     MANDATORY-GROUPS {
  241.     coDot1xPaeSystemGroup,
  242.     coDot1xPaeAuthenticatorGroup
  243.     }
  244.  
  245.     ::= { coDot1xPaeCompliances 1 }
  246.  
  247. END
  248.