smilint output for ./V-BRIDGE-MIB
Message Severities |
Severity | Count |
change recommended | 1 |
warning | 3 |
Message Types |
Type | Count |
integer-misuse (warning) | 3 |
module-identity-registration (change recommended) | 1 |
Messages:
V-BRIDGE-MIB
1: -- extracted from draft-ietf-bridge-rstpmib-00.txt
2: -- at Fri Jul 20 06:05:34 2001
18:
19: vBridgeMIB MODULE-IDENTITY
19: change recommended -
warning: uncontrolled MODULE-IDENTITY registration
20: LAST-UPDATED "200107130000Z"
21: ORGANIZATION "IETF Bridge MIB Working Group"
22: CONTACT-INFO
23: "Email: Bridge-mib@ietf.org"
24: DESCRIPTION
25: "The Bridge MIB Extension module for managing devices
26: that support VLAN Classification by Protocol and Port
27: defined in IEEE 802.1v."
28: REVISION "200107130000Z"
29: DESCRIPTION
30: "Draft 0"
31: ::= { dot1dBridge 13 }
...
115:
116: dot1vProtocolGroupId OBJECT-TYPE
117: SYNTAX INTEGER (0..2147483647)
117: warning -
warning: use Integer32 instead of INTEGER in SMIv2
118: MAX-ACCESS read-create
119: STATUS current
120: DESCRIPTION
121: "Represents a group of protocols that are associated
122: together when assigning a VID to a frame."
123: REFERENCE
124: "IEEE 802.1v clause 8.6.3, 12.10.2.1"
125: ::= { dot1vProtocolGroupEntry 3 }
...
155:
156: dot1vProtocolPortGroupId OBJECT-TYPE
157: SYNTAX INTEGER (1..2147483647)
157: warning -
warning: use Integer32 instead of INTEGER in SMIv2
158: MAX-ACCESS not-accessible
159: STATUS current
160: DESCRIPTION
161: "Designates a group of protocols in the Protocol
162: Group Database."
163: REFERENCE
164: "IEEE 802.1v clause 8.6.3, 12.10.1.2"
165: ::= { dot1vProtocolPortEntry 1 }
166:
167: dot1vProtocolPortGroupVid OBJECT-TYPE
168: SYNTAX INTEGER (1..4094)
168: warning -
warning: use Integer32 instead of INTEGER in SMIv2
169: MAX-ACCESS read-create
170: STATUS current
171: DESCRIPTION
172: "The VID associated with a group of protocols for
173: each port."
174: REFERENCE
175: "IEEE 802.1v clause 8.4.4, 12.10.1.2"
176: ::= { dot1vProtocolPortEntry 2 }
177:
178: -- -------------------------------------------------------------
179: -- vBridgeMIB - Conformance Information
180: -- -------------------------------------------------------------