mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-18 16:32:45 +00:00
132 lines
3.8 KiB
Plaintext
132 lines
3.8 KiB
Plaintext
-- *****************************************************************
|
|
-- CISCO-PAGP-CAPABILITY.my:
|
|
-- Cisco CISCO-PAGP-MIB AGENT-CAPABILITIES
|
|
--
|
|
-- March 2004, Liwei Lue
|
|
--
|
|
-- Copyright (c) 2004, 2010 by Cisco Systems Inc.
|
|
-- All rights reserved.
|
|
-- *****************************************************************
|
|
|
|
CISCO-PAGP-CAPABILITY DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY,
|
|
Unsigned32
|
|
FROM SNMPv2-SMI
|
|
AGENT-CAPABILITIES
|
|
FROM SNMPv2-CONF
|
|
ciscoAgentCapability
|
|
FROM CISCO-SMI;
|
|
|
|
|
|
ciscoPagpCapability MODULE-IDENTITY
|
|
LAST-UPDATED "201005060000Z"
|
|
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: cs-lan-switch-snmp@cisco.com
|
|
cs-etherchan@cisco.com"
|
|
DESCRIPTION
|
|
"The capabilities description of CISCO-PAGP-MIB."
|
|
REVISION "201005060000Z"
|
|
DESCRIPTION
|
|
"Add ciscoPagpCapV12R0254SGPCat4K agent capability
|
|
statement.
|
|
|
|
Add VARIATION for pagpDistributionProtocol object
|
|
in ciscoPagpCapV12R0217aSXCat6k agent capability
|
|
statement."
|
|
REVISION "200403300000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { ciscoAgentCapability 391 }
|
|
|
|
ciscoPagpCapV12R0111bEXCat6k AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco IOS 12.1(11b)EX on Catalyst 6000/6500
|
|
and Cisco 7600 series devices."
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CISCO-PAGP-MIB capabilities."
|
|
|
|
SUPPORTS CISCO-PAGP-MIB
|
|
INCLUDES {
|
|
ciscoPagpEthcGroupV2R2,
|
|
ciscoPagpPagpGroupV1R1
|
|
}
|
|
VARIATION pagpDistributionProtocol
|
|
SYNTAX INTEGER {
|
|
ip(1),
|
|
mac(2),
|
|
port(3)
|
|
}
|
|
DESCRIPTION
|
|
"Unable to support all distribution protocol."
|
|
|
|
::= { ciscoPagpCapability 1 }
|
|
|
|
ciscoPagpCapV12R0217aSXCat6k AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco IOS 12.2(17a)SX on Catalyst 6000/6500
|
|
and Cisco 7600 series devices."
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CISCO-PAGP-MIB capabilities."
|
|
|
|
SUPPORTS CISCO-PAGP-MIB
|
|
INCLUDES {
|
|
ciscoPagpEthcGroupV2R2,
|
|
ciscoPagpPagpGroupV1R1
|
|
}
|
|
VARIATION pagpDistributionProtocol
|
|
SYNTAX INTEGER { ip(1), mac(2), port(3) }
|
|
DESCRIPTION
|
|
"Only a limited set of values is supported."
|
|
::= { ciscoPagpCapability 2 }
|
|
|
|
ciscoPagpCapCatOSV08R0101 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco CatOS 8.1(1)."
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CISCO-PAGP-MIB capabilities."
|
|
|
|
SUPPORTS CISCO-PAGP-MIB
|
|
INCLUDES {
|
|
ciscoPagpEthcGroupV2R2,
|
|
ciscoPagpPagpGroupV1R1
|
|
}
|
|
::= { ciscoPagpCapability 3 }
|
|
|
|
ciscoPagpCapV12R0254SGPCat4K AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco IOS 12.2(54)SG on Cat4K family switches."
|
|
STATUS current
|
|
DESCRIPTION "CISCO-PAGP-MIB capabilities."
|
|
|
|
SUPPORTS CISCO-PAGP-MIB
|
|
INCLUDES { ciscoPagpEthcGroupV2R2,
|
|
ciscoPagpPagpGroupV1R1,
|
|
ciscoPagpRateAndTimeOutGroup }
|
|
|
|
VARIATION pagpDistributionProtocol
|
|
SYNTAX INTEGER { ip(1), mac(2), port(3) }
|
|
DESCRIPTION
|
|
"Only a limited set of values is supported."
|
|
|
|
VARIATION pagpInPacketTimeout
|
|
SYNTAX Unsigned32 (45..90)
|
|
DESCRIPTION
|
|
"Only a limited set of values is supported."
|
|
::= { ciscoPagpCapability 4 }
|
|
|
|
END
|
|
|
|
|
|
|