-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-UDLDP-CAPABILITY.mib
85 lines (70 loc) · 2.81 KB
/
CISCO-UDLDP-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
84
85
-- *****************************************************************
-- CISCO-UDLDP-CAPABILITY.my:
-- Cisco CISCO-UDLDP-MIB AGENT-CAPABILITIES
--
-- August 2003, Padma Pullela
--
-- Copyright (c) 2003 by Cisco Systesms, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-UDLDP-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoUdldpCapability MODULE-IDENTITY
LAST-UPDATED "200308060000Z"
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
"The capabilities description of
CISCO-UDLDP-MIB."
REVISION "200308060000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoAgentCapability 344 }
ciscoUdldpCapV12R0214SXCat6K AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.2(14SX) on Catalyst 6000/6500
and Cisco 7600 series devices."
STATUS current
DESCRIPTION "CISCO-UDLDP-MIB capabilities."
SUPPORTS CISCO-UDLDP-MIB
INCLUDES { ciscoUdldpMIBGroup2 }
::= { ciscoUdldpCapability 1 }
ciscoUdldpCapCatOSV07R0604 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco CatOS 7.6(4)."
STATUS current
DESCRIPTION "CISCO-UDLDP-MIB capabilities."
SUPPORTS CISCO-UDLDP-MIB
INCLUDES { ciscoUdldpMIBGroup,
ciscoUdldpAggreModeOptionalGroup
}
::= { ciscoUdldpCapability 2 }
ciscoUdldpCapCatOSV08R0101 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco CatOS 8.1(1)."
STATUS current
DESCRIPTION "CISCO-UDLDP-MIB capabilities."
SUPPORTS CISCO-UDLDP-MIB
INCLUDES { ciscoUdldpMIBGroup,
ciscoUdldpAggreModeOptionalGroup,
ciscoUdldpMIBGroup2
}
VARIATION cudldpGlobalMode
SYNTAX INTEGER { enable(1), disable(2)}
DESCRIPTION "Only enable(1) and disable(2) are supported. "
VARIATION cudldpInterfaceAdminMode
SYNTAX INTEGER { enable(1), disable(2), aggressive(3)}
DESCRIPTION "Only enable(1), disable(2) and aggressive(3)
are supported. "
::= { ciscoUdldpCapability 3 }
END