home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Topware / w2ksp2en / w2ksp2.exe / i386 / adminpak.msi / adminpak.CAB / ftp.mib < prev    next >
Encoding:
Text File  |  1999-01-14  |  6.0 KB  |  165 lines

  1. FTPSERVER-MIB DEFINITIONS ::= BEGIN
  2.  
  3.   
  4.         IMPORTS
  5.                 enterprises,
  6.                 OBJECT-TYPE,
  7.                 Counter
  8.                         FROM RFC1155-SMI
  9.                 internetServer
  10.                         FROM INTERNETSERVER-MIB;
  11.  
  12. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  13. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  14. --      internetServer  OBJECT IDENTIFIER ::= { software 7 }
  15.         ftpServer       OBJECT IDENTIFIER ::= { internetServer 2 }
  16.         ftpStatistics   OBJECT IDENTIFIER ::= { ftpServer 1 }
  17.  
  18. -- FTP Server Statistics
  19.  
  20.         totalBytesSentHighWord OBJECT-TYPE
  21.                 SYNTAX  Counter
  22.                 ACCESS  read-only
  23.                 STATUS  mandatory
  24.                 DESCRIPTION
  25.                         "This is the high 32-bits of the total number of
  26.                         of BYTEs sent by the FTP Server"
  27.                 ::= { ftpStatistics 1 }
  28.  
  29.         totalBytesSentLowWord OBJECT-TYPE
  30.                 SYNTAX  Counter
  31.                 ACCESS  read-only
  32.                 STATUS  mandatory
  33.                 DESCRIPTION
  34.                         "This is the low 32-bits of the total number of
  35.                         of BYTEs sent by the FTP Server"
  36.                 ::= { ftpStatistics 2 }
  37.  
  38.         totalBytesReceivedHighWord OBJECT-TYPE
  39.                 SYNTAX  Counter
  40.                 ACCESS  read-only
  41.                 STATUS  mandatory
  42.                 DESCRIPTION
  43.                         "This is the high 32-bits of the total number of
  44.                         of BYTEs received by the FTP Server"
  45.                 ::= { ftpStatistics 3 }
  46.  
  47.         totalBytesReceivedLowWord OBJECT-TYPE
  48.                 SYNTAX  Counter
  49.                 ACCESS  read-only
  50.                 STATUS  mandatory
  51.                 DESCRIPTION
  52.                         "This is the low 32-bits of the total number of
  53.                         of BYTEs received by the FTP Server"
  54.                 ::= { ftpStatistics 4 }
  55.  
  56.         totalFilesSent OBJECT-TYPE
  57.                 SYNTAX  Counter
  58.                 ACCESS  read-only
  59.                 STATUS  mandatory
  60.                 DESCRIPTION
  61.                         "This is the total number of files sent by this
  62.                         FTP Server"
  63.                 ::= { ftpStatistics 5 }
  64.  
  65.         totalFilesReceived OBJECT-TYPE
  66.                 SYNTAX  Counter
  67.                 ACCESS  read-only
  68.                 STATUS  mandatory
  69.                 DESCRIPTION
  70.                         "This is the total number of files received by this
  71.                         FTP Server"
  72.                 ::= { ftpStatistics 6 }
  73.  
  74.         currentAnonymousUsers OBJECT-TYPE
  75.                 SYNTAX  INTEGER
  76.                 ACCESS  read-only
  77.                 STATUS  mandatory
  78.                 DESCRIPTION
  79.                         "This is the number of anonymous users currently
  80.                         connected to the FTP Server"
  81.                 ::= { ftpStatistics 7 }
  82.  
  83.         currentNonAnonymousUsers OBJECT-TYPE
  84.                 SYNTAX  INTEGER
  85.                 ACCESS  read-only
  86.                 STATUS  mandatory
  87.                 DESCRIPTION
  88.                         "This is the number of nonanonymous users currently
  89.                         connected to the FTP Server"
  90.                 ::= { ftpStatistics 8 }
  91.  
  92.         totalAnonymousUsers OBJECT-TYPE
  93.                 SYNTAX  Counter
  94.                 ACCESS  read-only
  95.                 STATUS  mandatory
  96.                 DESCRIPTION
  97.                         "This is the total number of anonymous users that
  98.                         have ever connected to the FTP Server"
  99.                 ::= { ftpStatistics 9 }
  100.  
  101.         totalNonAnonymousUsers OBJECT-TYPE
  102.                 SYNTAX  Counter
  103.                 ACCESS  read-only
  104.                 STATUS  mandatory
  105.                 DESCRIPTION
  106.                         "This is the total number of nonanonymous users that
  107.                         have ever connected to the FTP Server"
  108.                 ::= { ftpStatistics 10 }
  109.  
  110.         maxAnonymousUsers OBJECT-TYPE
  111.                 SYNTAX  Counter
  112.                 ACCESS  read-only
  113.                 STATUS  mandatory
  114.                 DESCRIPTION
  115.                         "This is the maximum number of anonymous users
  116.                         simultaneously connected to the FTP Server"
  117.                 ::= { ftpStatistics 11 }
  118.  
  119.         maxNonAnonymousUsers OBJECT-TYPE
  120.                 SYNTAX  Counter
  121.                 ACCESS  read-only
  122.                 STATUS  mandatory
  123.                 DESCRIPTION
  124.                         "This is the maximum number of nonanonymous users
  125.                         simultaneously connected to the FTP Server"
  126.                 ::= { ftpStatistics 12 }
  127.  
  128.         currentConnections OBJECT-TYPE
  129.                 SYNTAX  INTEGER
  130.                 ACCESS  read-only
  131.                 STATUS  mandatory
  132.                 DESCRIPTION
  133.                         "This is the current number of connections to the
  134.                         FTP Server"
  135.                 ::= { ftpStatistics 13 }
  136.  
  137.         maxConnections OBJECT-TYPE
  138.                 SYNTAX  Counter
  139.                 ACCESS  read-only
  140.                 STATUS  mandatory
  141.                 DESCRIPTION
  142.                         "This is the maximum number of simultaneous
  143.                         connections to the FTP Server"
  144.                 ::= { ftpStatistics 14 }
  145.  
  146.         connectionAttempts OBJECT-TYPE
  147.                 SYNTAX  Counter
  148.                 ACCESS  read-only
  149.                 STATUS  mandatory
  150.                 DESCRIPTION
  151.                         "This is the number of connection attempts that
  152.                         have been made to the FTP Server"
  153.                 ::= { ftpStatistics 15 }
  154.  
  155.         logonAttempts OBJECT-TYPE
  156.                 SYNTAX  Counter
  157.                 ACCESS  read-only
  158.                 STATUS  mandatory
  159.                 DESCRIPTION
  160.                         "This is the number of logon attempts that have
  161.                         been made to the FTP Server"
  162.                 ::= { ftpStatistics 16 }
  163.  
  164. END
  165.