mirror of
https://github.com/hsnodgrass/snmp_mib_archive.git
synced 2025-04-18 00:13:02 +00:00
122 lines
3.4 KiB
Plaintext
122 lines
3.4 KiB
Plaintext
-- *****************************************************************
|
||
-- CISCO-ITP-GRT-CAPABILITY.my: ITP Gateway Signalling Point Routing
|
||
-- Agent capability MIB
|
||
--
|
||
-- May 2003, John Linton
|
||
--
|
||
-- Copyright (c) 2003, 2006-2007 by cisco Systems Inc.
|
||
--
|
||
-- All rights reserved.
|
||
-- ***************************************************************
|
||
|
||
CISCO-ITP-GRT-CAPABILITY DEFINITIONS ::= BEGIN
|
||
|
||
IMPORTS
|
||
MODULE-IDENTITY
|
||
FROM SNMPv2-SMI
|
||
AGENT-CAPABILITIES
|
||
FROM SNMPv2-CONF
|
||
ciscoAgentCapability
|
||
FROM CISCO-SMI;
|
||
|
||
|
||
ciscoItpGrtCapability MODULE-IDENTITY
|
||
LAST-UPDATED "200704250000Z"
|
||
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-ss7@cisco.com"
|
||
DESCRIPTION
|
||
"Agent capabilities for the CISCO-ITP-GRT-MIB."
|
||
REVISION "200704250000Z"
|
||
DESCRIPTION
|
||
"Added ciscoGrtCapabilityV12R0411SW capability statements."
|
||
REVISION "200610130000Z"
|
||
DESCRIPTION
|
||
"Added ciscoGrtCapabilityV12R0218IXA capability statement. Added
|
||
cosmetic changes to MIB sections."
|
||
REVISION "200307100000Z"
|
||
DESCRIPTION
|
||
"Initial version of this MIB module."
|
||
::= { ciscoAgentCapability 309 }
|
||
|
||
|
||
|
||
ciscoGrtCapabilityV12R0204MB10 AGENT-CAPABILITIES
|
||
PRODUCT-RELEASE "Cisco IOS 12.2(4)MB10"
|
||
STATUS current
|
||
DESCRIPTION
|
||
"IOS 12.2(4)MB10 Cisco CISCO-ITP-GRT-MIB.my
|
||
User Agent MIB capabilities."
|
||
|
||
SUPPORTS CISCO-ITP-GRT-MIB
|
||
INCLUDES {
|
||
ciscoGrtInstGroup,
|
||
ciscoGrtDestGroup,
|
||
ciscoGrtRouteGroup,
|
||
ciscoGrtNotificationsGroup
|
||
}
|
||
VARIATION cgrtRouteAdminStatus
|
||
ACCESS not-implemented
|
||
DESCRIPTION
|
||
"Not implemented."
|
||
|
||
::= { ciscoItpGrtCapability 1 }
|
||
|
||
ciscoGrtCapabilityV12R0218IXA AGENT-CAPABILITIES
|
||
PRODUCT-RELEASE "Cisco IOS 12.2(18)IXA"
|
||
STATUS current
|
||
DESCRIPTION
|
||
"IOS 12.2(18)IXA Cisco CISCO-ITP-GRT-MIB.my
|
||
User Agent MIB capabilities."
|
||
|
||
SUPPORTS CISCO-ITP-GRT-MIB
|
||
INCLUDES {
|
||
ciscoGrtInstGroup,
|
||
ciscoGrtDestGroup,
|
||
ciscoGrtRouteGroup,
|
||
ciscoGrtNotificationsGroup
|
||
}
|
||
VARIATION cgrtRouteAdminStatus
|
||
ACCESS not-implemented
|
||
DESCRIPTION
|
||
"Not implemented"
|
||
|
||
::= { ciscoItpGrtCapability 2 }
|
||
|
||
ciscoGrtCapabilityV12R0411SW AGENT-CAPABILITIES
|
||
PRODUCT-RELEASE "Cisco IOS 12.4(11)SW"
|
||
STATUS current
|
||
DESCRIPTION
|
||
"Cisco IOS 12.4(11)SW Cisco CISCO-ITP-GRT-MIB.my User Agent MIB
|
||
capabilities."
|
||
|
||
SUPPORTS CISCO-ITP-GRT-MIB
|
||
INCLUDES {
|
||
ciscoGrtInstGroup,
|
||
ciscoGrtDestGroup,
|
||
ciscoGrtRouteGroup,
|
||
ciscoGrtNotificationsGroup
|
||
}
|
||
VARIATION cgrtRouteAdminStatus
|
||
ACCESS not-implemented
|
||
DESCRIPTION
|
||
"Not implemented."
|
||
|
||
::= { ciscoItpGrtCapability 3 }
|
||
|
||
END
|
||
|
||
|
||
|
||
|
||
|