-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-VLAN-BRIDGING-MIB-V1SMI.my
182 lines (161 loc) · 5.66 KB
/
CISCO-VLAN-BRIDGING-MIB-V1SMI.my
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
-- MIB file created 03-Jan-2007 13:57:58, by
-- SMICng version 2.2.11-beta(PRO)(Solaris), January 20, 2001. Enterprise key cisco.com
CISCO-VLAN-BRIDGING-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-VLAN-BRIDGING-MIB.my"
-- Compile options "4 7 F H N O W 03 06 0B 0G 0N 0T"
IMPORTS
ciscoMgmt
FROM CISCO-SMI
vtpVlanIndex
FROM CISCO-VTP-MIB
CiscoPortList
FROM CISCO-TC
OBJECT-TYPE
FROM RFC-1212;
ciscoVlanBridgingMIB OBJECT IDENTIFIER ::= { ciscoMgmt 56 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200308220000Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Cisco Systems
-- Customer Service
--
-- Postal: 170 W Tasman Drive
-- San Jose, CA 95134
-- USA
--
-- Tel: +1 800 553-NETS
--
-- E-mail: [email protected]
-- cs-lan-switch-snmp
-- Descr
-- A set of managed objects for optimizing access to
-- bridging related data from RFC 1493. This MIB is
-- modeled after portions of RFC 1493, adding VLAN ID
-- based indexing and bitmapped encoding of frequently
-- accessed data.
-- RevDate
-- 200308220000Z
-- RevDescr
-- Deprecate cvbStpForwardingMap and define
-- cvbStpForwardingMap2k to support up to 2k
-- bridge ports.
-- RevDate
-- 9609120000Z
-- RevDescr
-- Initial version of this MIB module.
ciscoVlanBridgingMIBObjects OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIB 1 }
cvbStp OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBObjects 1 }
ciscoVlanBridgingMIBConformance OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIB 3 }
ciscoVlanBridgingMIBCompliances OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBConformance 1 }
ciscoVlanBridgingMIBGroups OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBConformance 2 }
cvbStpTable OBJECT-TYPE
SYNTAX SEQUENCE OF CiscoVlanStpEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"This table contains device STP status information
for each VLAN."
::= { cvbStp 1 }
cvbStpEntry OBJECT-TYPE
SYNTAX CiscoVlanStpEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Device STP status for specified VLAN."
INDEX { vtpVlanIndex }
::= { cvbStpTable 1 }
CiscoVlanStpEntry ::= SEQUENCE {
cvbStpForwardingMap OCTET STRING,
cvbStpForwardingMap2k CiscoPortList
}
cvbStpForwardingMap OBJECT-TYPE
SYNTAX OCTET STRING(SIZE(0..128))
ACCESS read-only
STATUS deprecated
DESCRIPTION
"An indication of which ports are forwarding by spanning
tree for the specified VLAN. The octet string contains
one bit per port on the bridge for the specified VLAN.
Each octet within the value of this object specifies a
set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying ports 9
through 16, etc. Within each octet, the most
significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port.
The bit value interpretation is related to RFC 1493
dot1dStpPortState values is as follows:
1 = forwarding
0 = disabled, blocking, listening, learning, broken, or
nonexistent"
::= { cvbStpEntry 2 }
cvbStpForwardingMap2k OBJECT-TYPE
SYNTAX CiscoPortList
-- Rsyntax OCTET STRING(SIZE(0..256))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"An indication of which ports are forwarding by spanning
tree for the specified VLAN. The octet string contains
one bit per port on the bridge for the specified VLAN.
This object has STP status information of up to 2k ports
with the port number from 1 to 2048.
Each octet within the value of this object specifies a
set of eight ports, with the first octet specifying
ports 1 through 8, the second octet specifying ports 9
through 16, etc. Within each octet, the most
significant bit represents the lowest numbered
port, and the least significant bit represents the
highest numbered port.
The bit value interpretation is related to RFC 1493
dot1dStpPortState values is as follows:
1 = forwarding
0 = disabled, blocking, listening, learning, broken, or
nonexistent."
::= { cvbStpEntry 3 }
ciscoVlanBridgingMIBGroup OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- deprecated
-- Descr
-- A collection of objects providing the STP status
-- information of up to 1k ports with the port number
-- from 1 to 1024.
-- objects
-- cvbStpForwardingMap
ciscoVlanBridgingMIBGroup2 OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBGroups 2 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing the STP status
-- information of up to 2k ports with the port number
-- from 1 to 2048.
-- objects
-- cvbStpForwardingMap2k
ciscoVlanBridgingMIBCompliance OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- deprecated
-- Descr
-- The compliance statement for entities which implement
-- the Cisco VLAN Bridging MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoVlanBridgingMIBGroup
ciscoVlanBridgingMIBCompliance2 OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBCompliances 2 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for entities which implement
-- the Cisco VLAN Bridging MIB.
-- Module
-- >>current<<
-- MandGroup
-- ciscoVlanBridgingMIBGroup2
END