mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-17 16:03:04 +00:00
65 lines
1.9 KiB
Plaintext
65 lines
1.9 KiB
Plaintext
-- *****************************************************************
|
|
-- CISCO-ENHANCED-IPSEC-FLOW-CAPABILITY.my:
|
|
-- Cisco Enhanced IPsec Flow Monitoring MIB
|
|
-- AGENT-CAPABILITIES
|
|
--
|
|
-- Feb 2006, John Fan
|
|
--
|
|
-- Copyright (c) 2006 by cisco Systems, Inc.
|
|
-- All rights reserved.
|
|
--
|
|
-- *****************************************************************
|
|
|
|
CISCO-ENH-IPSEC-FLOW-CAPABILITY DEFINITIONS ::= BEGIN
|
|
|
|
|
|
IMPORTS
|
|
MODULE-IDENTITY
|
|
FROM SNMPv2-SMI
|
|
AGENT-CAPABILITIES
|
|
FROM SNMPv2-CONF
|
|
ciscoAgentCapability
|
|
FROM CISCO-SMI;
|
|
|
|
ciscoCeipSecCapability MODULE-IDENTITY
|
|
LAST-UPDATED "200602020000Z"
|
|
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-san@cisco.com"
|
|
DESCRIPTION
|
|
"Agent capabilities for
|
|
CISCO-ENHANCED-IPSEC-FLOW-MIB"
|
|
|
|
REVISION "200602020000Z"
|
|
DESCRIPTION
|
|
"Initial version of this MIB."
|
|
::= { ciscoAgentCapability 485 }
|
|
|
|
--
|
|
-- Agent capability for SanOS 3.0 (on MDS 9000 Platform)
|
|
--
|
|
ciscoCeipSecCapSanOSV30R1MDS9000 AGENT-CAPABILITIES
|
|
PRODUCT-RELEASE "Cisco SanOS 3.0(1) on Cisco MDS 9000
|
|
series devices."
|
|
STATUS current
|
|
DESCRIPTION "Cisco Enhanced IPsec Flow Monitoring
|
|
MIB capabilities"
|
|
|
|
SUPPORTS CISCO-ENHANCED-IPSEC-FLOW-MIB
|
|
INCLUDES {
|
|
ciscoEnhIPsecFlowActivityGroup,
|
|
ciscoEnhIPsecFlowTunnelSaGroup
|
|
}
|
|
::= { ciscoCeipSecCapability 1 }
|
|
|
|
END
|