-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-IVR-CAPABILITY.mib
72 lines (61 loc) · 2.15 KB
/
CISCO-IVR-CAPABILITY.mib
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
-- *****************************************************************
-- CISCO-IVR-CAPABILITY.my:
-- Cisco Inter Virutal Storage Area Network (Inter-VSAN)
-- Routing MIB AGENT-CAPABILITIES
--
-- Feb 2006, John Fan
--
-- Copyright (c) 2006 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-IVR-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoIvrCapability MODULE-IDENTITY
LAST-UPDATED "200602020000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 W Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"Agent capabilities for
CISCO-IVR-MIB"
REVISION "200602020000Z"
DESCRIPTION
"Initial version of this MIB."
::= { ciscoAgentCapability 491 }
--
-- Agent capability for SanOS 3.0 (on MDS 9000 Platform)
--
ciscoIvrCapSanOSV30R1MDS9000 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco SanOS 3.0(1) on Cisco MDS 9000
series devices."
STATUS current
DESCRIPTION "Cisco Inter Virutal Storage Area
Network (Inter-VSAN) Routing
MIB capabilities"
SUPPORTS CISCO-IVR-MIB
INCLUDES {
civrZoneConfigurationGroup,
civrTopologyGroup,
civrStatsGroup,
civrNotificationGroup,
civrVirtualDomainsGroup,
civrGenericGroup,
civrTopologyGroupRev2,
civrZoneConfigurationGroupRev2,
civrNotificationGroupRev2
}
::= { ciscoIvrCapability 1 }
END