1HP-ICF-TC DEFINITIONS ::= BEGIN
2
3    IMPORTS
4        MODULE-IDENTITY
5            FROM SNMPv2-SMI
6        TEXTUAL-CONVENTION
7            FROM SNMPv2-TC
8        hpicfAdmin
9            FROM HP-ICF-OID;
10
11    hpicfTextualConventions MODULE-IDENTITY
12        LAST-UPDATED "200402182305Z"  -- February 18, 2004
13        ORGANIZATION "Hewlett Packard Company,
14                      Network Infrastructure Solutions"
15        CONTACT-INFO "Hewlett-Packard Company
16                      8000 Foothills Blvd.
17                      Roseville, CA 95747"
18        DESCRIPTION  "This module contains common textual convention
19                     definitons used by various HP ICF MIB modules."
20
21        REVISION     "200402182305Z"  -- February 18, 2004
22        DESCRIPTION  "Added gigabitEthernetESP and tenGigabitEthernetCX
23                      type for HpSwitchPortType."
24
25        REVISION     "200011030717Z"  -- November 3, 2000
26        DESCRIPTION  "Initial revision."
27        ::= { hpicfAdmin 4 }
28
29    ConfigStatus ::= TEXTUAL-CONVENTION
30        STATUS      current
31        DESCRIPTION "Used to indicate the configuration status for
32                    a group of objects.  'active' means that the
33                    values of the related objects are currently in
34                    use by the device.  'notInService' indicates that
35                    the objects have been reconfigured in such a way
36                    that the values cannot take effect until after the
37                    next reboot of the device.  'notReady' indicates
38                    that the objects are not consistent with each other."
39        SYNTAX      INTEGER {
40                        active(1),
41                        notInService(2),
42                        notReady(3)
43                    }
44
45    HpSwitchPortType ::= TEXTUAL-CONVENTION
46        STATUS      current
47        DESCRIPTION "Used to indicate the type of port."
48        SYNTAX      INTEGER {
49                        other(1),
50                        none(2),
51                        unknown(3),
52                        ethernetCsmacd(6),
53                        iso88023Csmacd(7),
54                        fddi(15),
55                        atm(37),
56                        propMultiplexor(54),
57                        ieee80212(55),
58                        fastEther(62),
59                        fastEtherFX(69),
60                        fastEtherFX-sfp(70),
61                        gigabitEthernetSX (117),
62		        gigabitEthernetLX (118),
63		        gigabitEthernetT (119),
64		        gigabitEthernetStk (120),
65		        gigabitEthernetLH (121),
66                        tenGbE-CX4 (122),
67                        gigabitEthernetESP (123),
68                        tenGbE-SR (124),
69                        tenGbE-ER (125),
70                        tenGbE-LR (126),
71		        gigabitEthernetT-sfp (127)
72                    }
73
74END
75