mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-17 16:03:04 +00:00
107 lines
3.2 KiB
Plaintext
107 lines
3.2 KiB
Plaintext
-- *****************************************************************
|
|
-- CISCO-PORT-STORM-CONTROL-CAPABILITY.my
|
|
-- Cisco CISCO-PORT-STORM-CONTROL-MIB AGENT-CAPABILITIES
|
|
--
|
|
-- July 2007, Srividya Thirumala
|
|
--
|
|
-- Copyright (c) 2007 by cisco Systems, Inc.
|
|
-- All rights reserved.
|
|
--
|
|
-- *****************************************************************
|
|
|
|
CISCO-PORT-STORM-CONTROL-CAPABILITY DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
AGENT-CAPABILITIES
|
|
FROM SNMPv2-CONF
|
|
ciscoAgentCapability
|
|
FROM CISCO-SMI;
|
|
|
|
|
|
ciscoPortStormControlCapability MODULE-IDENTITY
|
|
LAST-UPDATED "200707030000Z"
|
|
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: cs-lan-switch-snmp@cisco.com"
|
|
DESCRIPTION
|
|
"Agent capabilities for CISCO-PORT-STORM-CONTROL-MIB."
|
|
REVISION "200707030000Z"
|
|
DESCRIPTION
|
|
"Added capability statement cpscCapabilityV12R0233SXHPCat6K."
|
|
REVISION "200707020000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB module."
|
|
::= { ciscoAgentCapability 542 }
|
|
|
|
|
|
|
|
cpscCapabilityV12R0240SGCat4K AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco IOS 12.2(40)SG on Cat4K platform"
|
|
STATUS current
|
|
DESCRIPTION
|
|
"CISCO-PORT-STORM-CONTROL-MIB capabilities"
|
|
|
|
SUPPORTS CISCO-PORT-STORM-CONTROL-MIB
|
|
INCLUDES {
|
|
cpscConfigurationGroup,
|
|
cpscStatusGroup,
|
|
cpscNotificationGroup,
|
|
cpscNotifConfigurationGroup,
|
|
cpscStatisticsGroup
|
|
}
|
|
VARIATION cpscLowerThreshold
|
|
ACCESS read-only
|
|
DESCRIPTION
|
|
"Unable to set this object in this release."
|
|
|
|
VARIATION cpscNotificationControl
|
|
SYNTAX INTEGER {
|
|
none(1),
|
|
both(4)
|
|
}
|
|
DESCRIPTION
|
|
"Only limited set of enumerated values are supported."
|
|
|
|
VARIATION cpscCurrentLevel
|
|
DESCRIPTION
|
|
"On an interface where storm control is supported in hardware,
|
|
this object is not supported."
|
|
|
|
::= { ciscoPortStormControlCapability 1 }
|
|
|
|
cpscCapabilityV12R0233SXHPCat6K AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco IOS 12.2(33)SXH on Catalyst 6000/6500
|
|
series devices."
|
|
STATUS current
|
|
DESCRIPTION "CISCO-PORT-STORM-CONTROL-MIB capabilities."
|
|
|
|
SUPPORTS CISCO-PORT-STORM-CONTROL-MIB
|
|
INCLUDES {
|
|
cpscConfigurationGroup,
|
|
cpscStatisticsGroup
|
|
}
|
|
|
|
VARIATION cpscLowerThreshold
|
|
ACCESS read-only
|
|
DESCRIPTION "Unable to set this object in this release."
|
|
|
|
VARIATION cpscAction
|
|
SYNTAX INTEGER { filter(1) }
|
|
DESCRIPTION "Only limited set of enumerated values are
|
|
supported."
|
|
|
|
::= { ciscoPortStormControlCapability 2 }
|
|
|
|
END
|