smilint output for ./PCEDP-PCC-MIB
Message Severities |
Severity | Count |
minor error | 1 |
change recommended | 5 |
warning | 8 |
Message Types |
Type | Count |
group-membership (change recommended) | 5 |
import-unused (warning) | 8 |
revision-missing (minor error) | 1 |
Messages:
PCEDP-PCC-MIB
1: -- extracted from draft-stephan-pce-pcedp-pcc-mib-00.txt
2: -- at Thu Jun 22 06:06:28 2006
3:
4: PCEDP-PCC-MIB DEFINITIONS ::= BEGIN
5:
6: IMPORTS
7: MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
7: warning -
warning: identifier `NOTIFICATION-TYPE' imported from module `SNMPv2-SMI' is never used
8: Counter32, Unsigned32, Gauge32, Integer32, IpAddress,
8: warning -
warning: identifier `Counter32' imported from module `SNMPv2-SMI' is never used
8: warning -
warning: identifier `Unsigned32' imported from module `SNMPv2-SMI' is never used
8: warning -
warning: identifier `Gauge32' imported from module `SNMPv2-SMI' is never used
9: experimental FROM SNMPv2-SMI
10: RowStatus,
10: warning -
warning: identifier `RowStatus' imported from module `SNMPv2-TC' is never used
11: TEXTUAL-CONVENTION,
11: warning -
warning: identifier `TEXTUAL-CONVENTION' imported from module `SNMPv2-TC' is never used
12: TimeStamp
13:
14: FROM SNMPv2-TC
15: Ipv6Address
16: FROM IPV6-TC
17: MODULE-COMPLIANCE,
18: OBJECT-GROUP,
18: warning -
warning: identifier `OBJECT-GROUP' imported from module `SNMPv2-CONF' is never used
19: NOTIFICATION-GROUP
19: warning -
warning: identifier `NOTIFICATION-GROUP' imported from module `SNMPv2-CONF' is never used
20: FROM SNMPv2-CONF;
21:
22: pcedpPccMIB MODULE-IDENTITY
23: LAST-UPDATED "200606150000Z" -- June 15, 2006
24: ORGANIZATION "PCE Working Group"
25: CONTACT-INFO "WG-email: pce@ietf.org
26: WG-URL: http://www.ietf.org/html.charters/pce-charter.html
27:
28: TODO: This section has to be completed with chairs and authors
29: addresses
30: "
31: DESCRIPTION
32: "This MIB module defines a collection of objects for managing Path
33: Computation Elements (PCEs) Discovery Protocol inside a Path
34: Computation Client (PCC) application."
35: ::= { experimental 10000 } -- Temporary node ( for smilint)
35: minor error -
revision for last update is missing
36: -- Textual Conventions used in this MIB module --
37:
38: -- empty for now
39:
40: -- Notification --
...
49:
50: pcedpPccPceDiscoveryAdminStatus OBJECT-TYPE
50: change recommended -
warning: node `pcedpPccPceDiscoveryAdminStatus' must be contained in at least one conformance group
51: SYNTAX INTEGER {
52: enabled(1),
53: disabled(2)
54: }
55: MAX-ACCESS read-write
56: STATUS current
57: DESCRIPTION
58: "Setting this object to disabled(2) disables the discovery of
59: PCEs. Once disabled, The discovery must be explicitly enabled
60: to restore discovery of PCEs. Setting this object to
61: enabled(1) enables the discovery of PCEs."
62: ::= { pcedpPccDiscoveryGroup 1 }
...
98:
99: pcedpPccPceIPv4Address OBJECT-TYPE
99: change recommended -
warning: node `pcedpPccPceIPv4Address' must be contained in at least one conformance group
100: SYNTAX IpAddress
101: MAX-ACCESS read-only
102: STATUS current
103: DESCRIPTION
104: "The IP address to be used to reach the PCE. A value of
105: 0.0.0.0 indicates the absence of this address."
106: ::= { pcedpPccPceDiscoveryEntry 2 }
107:
108: pcedpPccPceIPv6Address OBJECT-TYPE
108: change recommended -
warning: node `pcedpPccPceIPv6Address' must be contained in at least one conformance group
109: SYNTAX Ipv6Address
110: MAX-ACCESS read-only
111: STATUS current
112: DESCRIPTION
113: "The IP address to be used to reach the PCE. A value of ::0
114: indicates the absence of this address."
115: ::= { pcedpPccPceDiscoveryEntry 3 }
116:
117: pcedpPccPceTimeDiscovered OBJECT-TYPE
117: change recommended -
warning: node `pcedpPccPceTimeDiscovered' must be contained in at least one conformance group
118: SYNTAX TimeStamp
119: MAX-ACCESS read-only
120: STATUS current
121: DESCRIPTION
122: "The value of sysUpTime at the time this entry was created.
123: Static entry: the value of sysUpTime at the time PCC
124: restarted."
125: ::= { pcedpPccPceDiscoveryEntry 4 }
126:
127: pcedpPccPceLastUpdated OBJECT-TYPE
127: change recommended -
warning: node `pcedpPccPceLastUpdated' must be contained in at least one conformance group
128: SYNTAX TimeStamp
129: MAX-ACCESS read-only
130: STATUS current
131: DESCRIPTION
132: "The value of sysUpTime at the time this entry was last
133: updated.
134: Static entry: if the entry values keep unchanged since the re-
135: initialization of the PCC then this object contains a zero
136: value."
137: ::= { pcedpPccPceDiscoveryEntry 5 }
138:
139: -- pcedpPccPceDomains
140:
141: -- Table to be defined
142:
143: -- pcedpPccPceDestDomains
144:
145: -- table to be defined