-
Notifications
You must be signed in to change notification settings - Fork 124
/
Copy pathCISCO-LEC-EXT-MIB-V1SMI.my
112 lines (98 loc) · 2.98 KB
/
CISCO-LEC-EXT-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
-- MIB created 6/25/99 12:57:23, by
-- SMIC (the next generation) version 1.6.29, November 22, 1994.
CISCO-LEC-EXT-MIB DEFINITIONS ::= BEGIN
-- From file: "CISCO-LEC-EXT-MIB.my"
IMPORTS
OBJECT-TYPE
FROM RFC-1212
ciscoMgmt
FROM CISCO-SMI
lecIndex,
lecConfigEntry
FROM LAN-EMULATION-CLIENT-MIB
VlanIndex
FROM CISCO-VTP-MIB;
ciscoLecExtMIB OBJECT IDENTIFIER ::= { ciscoMgmt 77 }
-- MODULE-IDENTITY
-- LastUpdated
-- 9705091230Z
-- 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]
-- Descr
-- This MIB module is a Cisco extension to the ATM
-- Forum's LANE Client MIB.
-- RevDate
-- 9705091230Z
-- RevDescr
-- Initial version of this MIB module.
ciscoLecExtMIBObjects OBJECT IDENTIFIER ::= { ciscoLecExtMIB 1 }
cLecExtVlan OBJECT IDENTIFIER ::= { ciscoLecExtMIBObjects 1 }
ciscoLecExtMIBNotificationPrefix OBJECT IDENTIFIER ::= { ciscoLecExtMIB 2 }
ciscoLecExtMIBNotifications OBJECT IDENTIFIER ::= { ciscoLecExtMIBNotificationPrefix 0 }
ciscoLecExtMIBConformance OBJECT IDENTIFIER ::= { ciscoLecExtMIB 3 }
ciscoLecExtMIBCompliances OBJECT IDENTIFIER ::= { ciscoLecExtMIBConformance 1 }
ciscoLecExtMIBGroups OBJECT IDENTIFIER ::= { ciscoLecExtMIBConformance 2 }
cLecToVlanTable OBJECT-TYPE
SYNTAX SEQUENCE OF CLecToVlanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"An extension to the lecConfig table in the
LAN-EMULATION-CLIENT-MIB that identifies which VLAN a
LEC is associated with."
::= { cLecExtVlan 1 }
cLecToVlanEntry OBJECT-TYPE
SYNTAX CLecToVlanEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
" Each entry in this table shows the correlation
between a LAN Emulation client and the VLAN that it
extends."
INDEX { lecIndex }
-- Augments lecConfigEntry FROM LAN-EMULATION-CLIENT-MIB
::= { cLecToVlanTable 1 }
CLecToVlanEntry ::= SEQUENCE {
cLecToVlanId VlanIndex
}
cLecToVlanId OBJECT-TYPE
SYNTAX VlanIndex
-- Rsyntax INTEGER(0..1023)
ACCESS read-write
STATUS mandatory
DESCRIPTION
" The VLAN ID of the VLAN to which the specified LEC
is attributed."
::= { cLecToVlanEntry 1 }
ciscoLecExtVlanMIBGroup OBJECT IDENTIFIER ::= { ciscoLecExtMIBGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects related to identifying
-- a LANE Client associated VLAN information.
-- objects
-- cLecToVlanId
ciscoLecExtMIBCompliance OBJECT IDENTIFIER ::= { ciscoLecExtMIBCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- This module should be implemented by all Cisco
-- devices supporting ATM LAN Emulation Clients.
-- Module
-- >>current<<
-- MandGroup
-- ciscoLecExtVlanMIBGroup
END