-
Notifications
You must be signed in to change notification settings - Fork 57
/
CISCO-AAA-SERVER-CAPABILITY.mib
133 lines (101 loc) · 4.21 KB
/
CISCO-AAA-SERVER-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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
-- *****************************************************************
-- CISCO-AAA-SERVER-CAPABILITY.my: Cisco AAA Server MIB AGENT-CAPABILITIES
--
-- November, 2003 - Mark W. Eklund, Sanjeev C Joshi
--
-- Copyright (c) 2000, 2003 by cisco Systems, Inc.
-- All rights reserved.
--
-- *****************************************************************
CISCO-AAA-SERVER-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ciscoAAAServerCapability MODULE-IDENTITY
LAST-UPDATED "200311140000Z"
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-AAA-SERVER-MIB"
REVISION "200311140000Z"
DESCRIPTION
"Agent capabilities for Cisco MDS 1.3."
REVISION "200001200000Z"
DESCRIPTION
"Initial version of this MIB."
::= { ciscoAgentCapability 129 }
ciscoAAAServerCapabilityV10R00 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.0(4)XJ"
STATUS current
DESCRIPTION "Cisco AAA Server MIB capabilities"
SUPPORTS CISCO-AAA-SERVER-MIB
INCLUDES {casStatisticsGroup,
casConfigGroup,
casServerNotificationGroup}
VARIATION casConfigEntry
CREATION-REQUIRES { casAddress }
DESCRIPTION "The address must be specified during
creation"
VARIATION casAddress
ACCESS read-only
DESCRIPTION "create is not yet supported"
VARIATION casAuthenPort
ACCESS read-only
DESCRIPTION "create is not yet supported"
VARIATION casAcctPort
ACCESS read-only
DESCRIPTION "create is not yet supported"
VARIATION casKey
ACCESS read-only
DESCRIPTION "create is not yet supported"
VARIATION casConfigRowStatus
ACCESS read-only
DESCRIPTION "create is not yet supported"
::= { ciscoAAAServerCapability 1 }
ciscoAAAServerCapabilityMDS13R1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco MDS 1.3(1)"
STATUS current
DESCRIPTION "Cisco AAA Server MIB capabilities"
SUPPORTS CISCO-AAA-SERVER-MIB
INCLUDES { casConfigGroup }
VARIATION casServerStateChangeEnable
ACCESS not-implemented
DESCRIPTION "Not Supported."
VARIATION casAuthenPort
DEFVAL { 1812 }
DESCRIPTION "As per the IANA port assignments,
DEFVAL is 1812 for radius server and
DEFVAL is 49 for tacacs+ server."
VARIATION casAcctPort
DEFVAL { 1813 }
DESCRIPTION "As per the IANA port assignments,
DEFVAL is 1813 for radius server.
The value is ignored for tacacs+
server."
VARIATION casPriority
ACCESS not-implemented
DESCRIPTION "Not relevant in MDS implementation."
VARIATION casConfigRowStatus
DESCRIPTION "Only allowed values are :
- 'createAndGo'
- 'destroy'
- 'active'
."
VARIATION casProtocol
DESCRIPTION "The supported protcols are;
- tacacsplus(1) - TACACS+
- radius(2) - RADIUS
."
::= { ciscoAAAServerCapability 2 }
END