smilint output for ./DPI20-MIB
Message Severities |
Severity | Count |
severe | 1 |
Message Types |
Type | Count |
internal-other (severe) | 1 |
Messages:
DPI20-MIB
1: -- extracted from rfc1592.txt
2: -- at Mon Nov 15 17:11:54 1999
3:
4: DPI20-MIB DEFINITIONS ::= BEGIN
5:
6: -- Objects in this MIB are implemented in the local SNMP agent.
7:
8: IMPORTS
9: MODULE-IDENTITY, OBJECT-TYPE, snmpModules, enterprises
10: FROM SNMPv2-SMI
11:
12: ibm OBJECT IDENTIFIER ::= { enterprises 2 }
12: severe -
syntax error, unexpected OBJECT, expecting FROM or ','
13: ibmDPI OBJECT IDENTIFIER ::= { ibm 2 }
14: dpi20MIB OBJECT IDENTIFIER ::= { ibmDPI 1 }
15:
16: -- dpi20MIB MODULE-IDENTITY
17: -- LAST-UPDATED "9401210000Z"
18: -- ORGANIZATION "IBM Research - T.J. Watson Research Center"
19: -- CONTACT-INFO " Bert Wijnen
20: -- Postal: IBM International Operations
21: -- Watsonweg 2
22: -- 1423 ND Uithoorn
23: -- The Netherlands
24: -- Tel: +31 2975 53316
25: -- Fax: +31 2975 62468
26: -- E-mail: wijnen@vnet.ibm.com"
27: -- DESCRIPTION "MIB module describing DPI objects."
28: -- ::= { snmpModules x }
29:
30: dpiPort OBJECT IDENTIFIER ::= { dpi20MIB 1 }
31:
32: dpiPortForTCP OBJECT-TYPE
33: SYNTAX INTEGER (0..65535)
34: ACCESS read-only
35: STATUS mandatory
36: DESCRIPTION "The TCP port number on which the agent
37: listens for DPI connections. A zero value
38: means the agent has no DPI TCP port."
39: ::= { dpiPort 1 }
40:
41: dpiPortForUDP OBJECT-TYPE
42: SYNTAX INTEGER (0..65535)
43: ACCESS read-only
44: STATUS mandatory
45: DESCRIPTION "The UDP port number on which the agent
46: listens for DPI packets. A zero value
47: means the agent has no DPI UDP port."
48: ::= { dpiPort 2 }
49: END