-
Notifications
You must be signed in to change notification settings - Fork 57
/
CISCO-BITS-CLOCK-CAPABILITY.mib
83 lines (64 loc) · 2.68 KB
/
CISCO-BITS-CLOCK-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
73
74
75
76
77
78
79
80
81
82
83
-- *****************************************************************
-- CISCO-BITS-CLOCK-CAPABILITY.my:
-- Agent capability MIB for CISCO-BITS-CLOCK-MIB
--
-- January 2005, John Linton and Shekhar Acharya
--
-- Copyright (c) 2005 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-BITS-CLOCK-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoBitsClockCapability MODULE-IDENTITY
LAST-UPDATED "200503080000Z"
ORGANIZATION "Cisco Systems, Inc."
CONTACT-INFO
" Cisco Systems
Customer Service
Postal: 170 West Tasman Drive
San Jose, CA 95134
USA
Tel: +1 800 553-NETS
E-mail: [email protected]"
DESCRIPTION
"Agent capabilities for the CISCO-BITS-CLOCK-MIB."
REVISION "200503080000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoAgentCapability 433 }
ciscoBitsClockV12R025000SW1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.2(25)SW1"
STATUS current
DESCRIPTION "IOS 12.2(25)SW1 Cisco CISCO-BITS-CLOCK-MIB.my
User Agent MIB capabilities."
SUPPORTS CISCO-BITS-CLOCK-MIB
INCLUDES { ciscoBitsClockSourceGroup,
ciscoBitsClockNotifGroup
}
-- Table cBitsClkSourceTable
VARIATION cBitsClkSourceRoleAdmin
ACCESS not-implemented
DESCRIPTION "Not implemented."
VARIATION cBitsClkSourceRoleCurrent
ACCESS not-implemented
DESCRIPTION "Not implemented."
VARIATION cBitsClkSourceTimestamp
ACCESS not-implemented
DESCRIPTION "Not implemented."
VARIATION cBitsClkSourceActiveSeconds
ACCESS not-implemented
DESCRIPTION "Not implemented."
VARIATION cBitsClkSourceInactiveSeconds
ACCESS not-implemented
DESCRIPTION "Not implemented."
VARIATION cBitsClkSourceDescription
ACCESS not-implemented
DESCRIPTION "Not implemented."
::= { ciscoBitsClockCapability 1 }
END