home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / microsft / sdk / gateway.mib < prev    next >
Text File  |  1995-09-01  |  7KB  |  183 lines

  1. GatewayServer-MIB DEFINITIONS ::= BEGIN
  2.  
  3.         IMPORTS
  4.                 enterprises,
  5.                 OBJECT-TYPE,
  6.                 Counter
  7.                         FROM RFC1155-SMI
  8.                 InternetServer
  9.                         FROM inetsrv;
  10.  
  11. --      microsoft       OBJECT IDENTIFIER ::= { enterprises 311 }
  12. --      software        OBJECT IDENTIFIER ::= { microsoft 1 }
  13. --      InternetServer  OBJECT IDENTIFIER ::= { software 7 }
  14.         GatewayServer      OBJECT IDENTIFIER ::= { InternetServer 5 }
  15.         GatewayStatistics  OBJECT IDENTIFIER ::= { GatewayServer 1 }
  16.  
  17. -- Gateway Server Statistics
  18.  
  19.         TotalBytesSent_HighWord OBJECT-TYPE
  20.                 SYNTAX  Counter
  21.                 ACCESS  read-only
  22.                 STATUS  mandatory
  23.                 DESCRIPTION
  24.                         "This is the high 32-bits of the total number of
  25.                         of BYTEs sent by the Gateway Server"
  26.                 ::= { GatewayStatistics 1 }
  27.  
  28.         TotalBytesSent_LowWord OBJECT-TYPE
  29.                 SYNTAX  Counter
  30.                 ACCESS  read-only
  31.                 STATUS  mandatory
  32.                 DESCRIPTION
  33.                         "This is the low 32-bits of the total number of
  34.                         of BYTEs sent by the Gateway Server"
  35.                 ::= { GatewayStatistics 2 }
  36.  
  37.         TotalBytesReceived_HighWord OBJECT-TYPE
  38.                 SYNTAX  Counter
  39.                 ACCESS  read-only
  40.                 STATUS  mandatory
  41.                 DESCRIPTION
  42.                         "This is the high 32-bits of the total number of
  43.                         of BYTEs received by the Gateway Server"
  44.                 ::= { GatewayStatistics 3 }
  45.  
  46.         TotalBytesReceived_LowWord OBJECT-TYPE
  47.                 SYNTAX  Counter
  48.                 ACCESS  read-only
  49.                 STATUS  mandatory
  50.                 DESCRIPTION
  51.                         "This is the low 32-bits of the total number of
  52.                         of BYTEs received by the Gateway Server"
  53.                 ::= { GatewayStatistics 4 }
  54.  
  55.         TotalFilesSent OBJECT-TYPE
  56.                 SYNTAX  Counter
  57.                 ACCESS  read-only
  58.                 STATUS  mandatory
  59.                 DESCRIPTION
  60.                         "This is the total number of files sent by this
  61.                         Gateway Server"
  62.                 ::= { GatewayStatistics 5 }
  63.  
  64.         TotalFilesReceived OBJECT-TYPE
  65.                 SYNTAX  Counter
  66.                 ACCESS  read-only
  67.                 STATUS  mandatory
  68.                 DESCRIPTION
  69.                         "This is the total number of files received by this
  70.                         Gateway Server"
  71.                 ::= { GatewayStatistics 6 }
  72.  
  73.         CurrentUsers OBJECT-TYPE
  74.                 SYNTAX  Integer
  75.                 ACCESS  read-only
  76.                 STATUS  mandatory
  77.                 DESCRIPTION
  78.                         "This is the number of users currently connected
  79.                         to the Gateway Server"
  80.                 ::= { GatewayStatistics 7 }
  81.  
  82.         TotalUsers OBJECT-TYPE
  83.                 SYNTAX  Counter
  84.                 ACCESS  read-only
  85.                 STATUS  mandatory
  86.                 DESCRIPTION
  87.                         "This is the total number of users that have
  88.                         ever connected to the Gateway Server"
  89.                 ::= { GatewayStatistics 8  }
  90.  
  91.         MaxUsers OBJECT-TYPE
  92.                 SYNTAX  Counter
  93.                 ACCESS  read-only
  94.                 STATUS  mandatory
  95.                 DESCRIPTION
  96.                         "This is the maximum number of users
  97.                         simultaneously connected to the Gateway Server"
  98.                 ::= { GatewayStatistics 9 }
  99.  
  100.         CurrentConnections OBJECT-TYPE
  101.                 SYNTAX  Integer
  102.                 ACCESS  read-only
  103.                 STATUS  mandatory
  104.                 DESCRIPTION
  105.                         "This is the current number of connections to the
  106.                         Gateway Server"
  107.                 ::= { GatewayStatistics 10 }
  108.  
  109.         MaxConnections OBJECT-TYPE
  110.                 SYNTAX  Counter
  111.                 ACCESS  read-only
  112.                 STATUS  mandatory
  113.                 DESCRIPTION
  114.                         "This is the maximum number of simultaneous
  115.                         connections to the Gateway Server"
  116.                 ::= { GatewayStatistics 11 }
  117.  
  118.         ConnectionAttempts OBJECT-TYPE
  119.                 SYNTAX  Counter
  120.                 ACCESS  read-only
  121.                 STATUS  mandatory
  122.                 DESCRIPTION
  123.                         "This is the number of connection attempts that
  124.                         have been made to the Gateway Server"
  125.                 ::= { GatewayStatistics 12 }
  126.  
  127.         FtpRequests OBJECT-TYPE
  128.                 SYNTAX  Counter
  129.                 ACCESS  read-only
  130.                 STATUS  mandatory
  131.                 DESCRIPTION
  132.                         "This is the number of Ftp requests that have
  133.                         been made to this Gateway Server"
  134.                 ::= { GatewayStatistics 13 }
  135.  
  136.         GopherRequests OBJECT-TYPE
  137.                 SYNTAX  Counter
  138.                 ACCESS  read-only
  139.                 STATUS  mandatory
  140.                 DESCRIPTION
  141.                         "This is the number of Gopher requests that have
  142.                         been made to this Gateway Server"
  143.                 ::= { GatewayStatistics 14 }
  144.  
  145.         HttpRequests OBJECT-TYPE
  146.                 SYNTAX  Counter
  147.                 ACCESS  read-only
  148.                 STATUS  mandatory
  149.                 DESCRIPTION
  150.                         "This is the number of Http requests that have
  151.                         been made to this Gateway Server"
  152.                 ::= { GatewayStatistics 15 }
  153.  
  154.         TotalInternetRequests OBJECT-TYPE
  155.                 SYNTAX  Counter
  156.                 ACCESS  read-only
  157.                 STATUS  mandatory
  158.                 DESCRIPTION
  159.                         "This is the number of requests using the GET method
  160.                         that have been made to this Gateway Server"
  161.                 ::= { GatewayStatistics 16 }
  162.  
  163.         TotalInternetFetches OBJECT-TYPE
  164.                 SYNTAX  Counter
  165.                 ACCESS  read-only
  166.                 STATUS  mandatory
  167.                 DESCRIPTION
  168.                         "This is the number of Internet fetches for the Internet
  169.                         requests that have been made to this Gateway Server"
  170.                 ::= { GatewayStatistics 17 }
  171.  
  172.         TotalCacheFetches OBJECT-TYPE
  173.                 SYNTAX  Counter
  174.                 ACCESS  read-only
  175.                 STATUS  mandatory
  176.                 DESCRIPTION
  177.                         "This is the number of Cache fetches for the Internet 
  178.                         requests that have been made to this Gateway Server"
  179.                 ::= { GatewayStatistics 18 }
  180.  
  181. END
  182.  
  183.