1CT-FPS-SERVICES-MIB DEFINITIONS ::= BEGIN
2
3    --  ct-fps-services-mib.txt
4    --  Revision: 01.00.00
5    --  Part Number:
6    --  Date: December 2, 1996
7
8        --  Cabletron Systems, Inc.
9        --  35 Industrial Way, P.O. Box 5005
10        --  Rochester, NH 03867-0505
11        --  (603) 332-9400
12        --  support@ctron.com
13
14        --  This module provides authoritative definitions for Cabletron's
15        --  enterprise-specific chassis MIB.
16        --
17        --  This module will be extended, as required.
18        --
19
20        --  Cabletron Systems reserves the right to make changes in
21        --  specification and other information contained in this document
22        --  without prior notice.  The reader should consult Cabletron Systems
23        --  to determine whether any such changes have been made.
24        --
25        --  In no event shall Cabletron Systems be liable for any incidental,
26        --  indirect, special, or consequential damages whatsoever (including
27        --  but not limited to lost profits) arising out of or related to this
28        --  document or the information contained in it, even if Cabletron
29        --  Systems has been advised of, known, or should have known, the
30        --  possibility of such damages.
31        --
32        --  Cabletron grants vendors, end-users, and other interested parties
33        --  a non-exclusive license to use this Specification in connection
34        --  with the management of Cabletron products.
35
36        --  Copyright October 95 Cabletron Systems
37
38        --  This mib contains objects that are an extenstion to the
39        --  standard chassis MIB.
40
41
42        IMPORTS
43                ctFPSServices           FROM CTRON-MIB-NAMES
44                OBJECT-TYPE             FROM RFC-1212;
45
46    --  This group is used to regulate traffic flow from the FPS
47
48    ctFPSActivity  OBJECT IDENTIFIER ::= { ctFPSServices 1 }
49
50
51    ctLookUpFwdActivity OBJECT-TYPE
52       SYNTAX  INTEGER  {
53               disable(1),
54               enable(2)
55                        }
56       ACCESS  read-write
57       STATUS  mandatory
58       DESCRIPTION
59                  ""
60       ::= { ctFPSActivity 1 }
61
62    ctINBActivity  OBJECT-TYPE
63       SYNTAX  INTEGER  {
64               disable(1),
65               enable(2)
66                        }
67       ACCESS  read-write
68       STATUS  mandatory
69       DESCRIPTION
70                  ""
71       ::= { ctFPSActivity 2 }
72
73END
74