-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathCISCO-SCTP-CAPABILITY.mib
57 lines (47 loc) · 1.93 KB
/
CISCO-SCTP-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
-- *****************************************************************
-- CISCO-SCTP-CAPABILITY.my: Stream Transmission Control Protocol
-- Agent capability mib
--
-- June 2001, John Linton
--
-- Copyright (c) 2001 by cisco Systems, Inc.
-- All rights reserved.
-- *****************************************************************
CISCO-SCTP-CAPABILITY DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
AGENT-CAPABILITIES
FROM SNMPv2-CONF
ciscoAgentCapability
FROM CISCO-SMI;
ceSctpCapability MODULE-IDENTITY
LAST-UPDATED "200106050000Z"
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-SCTP-MIB."
REVISION "200106050000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoAgentCapability 190 }
ceSctpCapabilityV12R021MB1 AGENT-CAPABILITIES
PRODUCT-RELEASE "Cisco IOS 12.2(1)MB1"
STATUS current
DESCRIPTION "IOS 12.2(1)MB1 Cisco CISCO-SCTP-MIB.my User Agent
MIB capabilities."
SUPPORTS CISCO-SCTP-MIB
INCLUDES { ceSctpGeneralVariablesGroup,
ceSctpStateStatGroup,
ceSctpOtherStatGroup,
ceSctpAssocTablesVariablesGroup,
ceSctpAssocStatGroup }
::= { ceSctpCapability 1 }
END