-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-VLAN-BRIDGE-MIB-V1SMI.my
76 lines (57 loc) · 2.26 KB
/
CISCO-VLAN-BRIDGE-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
-- automatically generated by mosy 7.1 #423 (jjohnson-ss20), do not edit!
CISCO-VLAN-BRIDGING-MIB DEFINITIONS ::= BEGIN
IMPORTS
OBJECT-TYPE
FROM RFC-1212
vtpVlanIndex
FROM CISCO-VTP-MIB
ciscoMgmt
FROM CISCO-SMI;
-- created from ciscoVlanBridgingMIB (9609120000Z)
ciscoVlanBridgingMIB OBJECT IDENTIFIER ::= { ciscoMgmt 56 }
ciscoVlanBridgingMIBObjects OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIB 1 }
cvbStp OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBObjects 1 }
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
}
cvbStpForwardingMap OBJECT-TYPE
SYNTAX OCTET STRING
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.
Each bit within the octet string represents one port of the
device. The ordering of ports represented within the octet
string is in the same order as in the RFC 1493 dot1dStpPortTable.
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 }
ciscoVlanBridgingMIBConformance OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIB 3 }
ciscoVlanBridgingMIBCompliances OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBConformance 1 }
ciscoVlanBridgingMIBGroups OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBConformance 2 }
ciscoVlanBridgingMIBCompliance OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBCompliances 1 }
ciscoVlanBridgingMIBGroup OBJECT IDENTIFIER ::= { ciscoVlanBridgingMIBGroups 1 }
END