346 lines
11 KiB
Plaintext
346 lines
11 KiB
Plaintext
-- *****************************************************************
|
|
-- AGGR-MIB: ME1200 Private MIB
|
|
--
|
|
--
|
|
-- ****************************************************************
|
|
|
|
ME1200-AGGR-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
|
|
FROM SNMPv2-CONF
|
|
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE
|
|
FROM SNMPv2-SMI
|
|
TEXTUAL-CONVENTION
|
|
FROM SNMPv2-TC
|
|
me1200SwitchMgmt
|
|
FROM CISCOME1200-MIB
|
|
ME1200DisplayString FROM ME1200-TC
|
|
ME1200InterfaceIndex FROM ME1200-TC
|
|
ME1200PortListStackable FROM ME1200-TC
|
|
ME1200RowEditorState FROM ME1200-TC
|
|
TruthValue FROM SNMPv2-TC
|
|
;
|
|
|
|
me1200AggrMib MODULE-IDENTITY
|
|
LAST-UPDATED "201603030000Z"
|
|
ORGANIZATION
|
|
"Cisco Systems, Inc"
|
|
CONTACT-INFO
|
|
"Cisco Systems, Inc
|
|
Customer Service
|
|
Postal: 170 W Tasman Drive
|
|
San Jose, CA 95134
|
|
USA
|
|
Tel: +1 800 553-NETS
|
|
E-mail: cs-me1200@cisco.com"
|
|
DESCRIPTION
|
|
"This is a private mib of static aggregation"
|
|
REVISION "201603030000Z"
|
|
DESCRIPTION
|
|
"Send SNMP trap when one or more active ports of an aggregation group go
|
|
down"
|
|
REVISION "201503230000Z"
|
|
DESCRIPTION
|
|
"Added aggregation status object. i.e.
|
|
me1200AggrMibObjects->me1200AggrStatus"
|
|
REVISION "201403110000Z"
|
|
DESCRIPTION
|
|
"Definition of type InterfaceIndex changed from Unsigned32 to Integer32
|
|
as it is used as index in some tables"
|
|
REVISION "201402180000Z"
|
|
DESCRIPTION
|
|
"Do no use Unsigned32 for indexes"
|
|
REVISION "201401290000Z"
|
|
DESCRIPTION
|
|
"Locate all objects under ciscoME1200MIB"
|
|
REVISION "201401220000Z"
|
|
DESCRIPTION
|
|
"Changed size of me1200AggrGroupConfigPortMembers and
|
|
me1200AggrGroupConfigTableRowEditorPortMembers."
|
|
REVISION "201310080000Z"
|
|
DESCRIPTION
|
|
"Initial version"
|
|
::= { me1200SwitchMgmt 19 }
|
|
|
|
|
|
ME1200PortStatusSpeed ::= TEXTUAL-CONVENTION
|
|
STATUS current
|
|
DESCRIPTION
|
|
"This enumerations show the current interface speed."
|
|
SYNTAX INTEGER { undefined(0), speed10M(1), speed100M(2), speed1G(3), speed2G5(4), speed5G(5), speed10G(6), speed12G(7) }
|
|
|
|
me1200AggrMibObjects OBJECT IDENTIFIER
|
|
::= { me1200AggrMib 1 }
|
|
|
|
me1200AggrConfig OBJECT IDENTIFIER
|
|
::= { me1200AggrMibObjects 2 }
|
|
|
|
me1200AggrModeGlobals OBJECT IDENTIFIER
|
|
::= { me1200AggrConfig 1 }
|
|
|
|
me1200AggrModeGlobalsSmacAddr OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Set to true to enable the use of the Source MAC address, or false to
|
|
disable. By default, Source MAC Address is enabled."
|
|
::= { me1200AggrModeGlobals 1 }
|
|
|
|
me1200AggrModeGlobalsDmacAddr OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Set to true to enable the use of the Destination MAC address, or false
|
|
to disable. By default, Destination MAC Address is disabled."
|
|
::= { me1200AggrModeGlobals 2 }
|
|
|
|
me1200AggrModeGlobalsSourceAndDestinationIpAddr OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Set to true to enable the use of the IP address, or false to disable.
|
|
By default, Destination MAC Address is enabled."
|
|
::= { me1200AggrModeGlobals 3 }
|
|
|
|
me1200AggrModeGlobalsTcpOrUdpSportAndDportNo OBJECT-TYPE
|
|
SYNTAX TruthValue
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Set to true to enable the use of the TCP/UDP Port Number, or false to
|
|
disable. By default, TCP/UDP Port Number is enabled."
|
|
::= { me1200AggrModeGlobals 4 }
|
|
|
|
me1200AggrGroupConfigTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ME1200AggrGroupConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table is IP source guard static onfiguration tableThe indexes are
|
|
ifindex, VLAN ID, ip and netmask."
|
|
::= { me1200AggrConfig 2 }
|
|
|
|
me1200AggrGroupConfigEntry OBJECT-TYPE
|
|
SYNTAX ME1200AggrGroupConfigEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Each entry has a set of parameters"
|
|
INDEX { me1200AggrGroupConfigAggrIndexNo }
|
|
::= { me1200AggrGroupConfigTable 1 }
|
|
|
|
ME1200AggrGroupConfigEntry ::= SEQUENCE {
|
|
me1200AggrGroupConfigAggrIndexNo ME1200InterfaceIndex,
|
|
me1200AggrGroupConfigPortMembers ME1200PortListStackable,
|
|
me1200AggrGroupConfigAction ME1200RowEditorState
|
|
}
|
|
|
|
me1200AggrGroupConfigAggrIndexNo OBJECT-TYPE
|
|
SYNTAX ME1200InterfaceIndex
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Aggregation index number."
|
|
::= { me1200AggrGroupConfigEntry 1 }
|
|
|
|
me1200AggrGroupConfigPortMembers OBJECT-TYPE
|
|
SYNTAX ME1200PortListStackable
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The bitmap type containing the port members' list for this aggregation"
|
|
::= { me1200AggrGroupConfigEntry 2 }
|
|
|
|
me1200AggrGroupConfigAction OBJECT-TYPE
|
|
SYNTAX ME1200RowEditorState
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Action"
|
|
::= { me1200AggrGroupConfigEntry 100 }
|
|
|
|
me1200AggrGroupConfigTableRowEditor OBJECT IDENTIFIER
|
|
::= { me1200AggrConfig 3 }
|
|
|
|
me1200AggrGroupConfigTableRowEditorAggrIndexNo OBJECT-TYPE
|
|
SYNTAX ME1200InterfaceIndex
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Aggregation index number."
|
|
::= { me1200AggrGroupConfigTableRowEditor 1 }
|
|
|
|
me1200AggrGroupConfigTableRowEditorPortMembers OBJECT-TYPE
|
|
SYNTAX ME1200PortListStackable
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The bitmap type containing the port members' list for this aggregation"
|
|
::= { me1200AggrGroupConfigTableRowEditor 2 }
|
|
|
|
me1200AggrGroupConfigTableRowEditorAction OBJECT-TYPE
|
|
SYNTAX ME1200RowEditorState
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Action"
|
|
::= { me1200AggrGroupConfigTableRowEditor 100 }
|
|
|
|
me1200AggrStatus OBJECT IDENTIFIER
|
|
::= { me1200AggrMibObjects 3 }
|
|
|
|
me1200AggrGroupStatusTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF ME1200AggrGroupStatusEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The table is Aggregation Group status table. The index is Aggregration
|
|
Group Identifier."
|
|
::= { me1200AggrStatus 3 }
|
|
|
|
me1200AggrGroupStatusEntry OBJECT-TYPE
|
|
SYNTAX ME1200AggrGroupStatusEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Each entry has a set of parameters"
|
|
INDEX { me1200AggrGroupStatusAggrIndexNo }
|
|
::= { me1200AggrGroupStatusTable 1 }
|
|
|
|
ME1200AggrGroupStatusEntry ::= SEQUENCE {
|
|
me1200AggrGroupStatusAggrIndexNo ME1200InterfaceIndex,
|
|
me1200AggrGroupStatusConfiguredPorts ME1200PortListStackable,
|
|
me1200AggrGroupStatusAggregatedPorts ME1200PortListStackable,
|
|
me1200AggrGroupStatusSpeed ME1200PortStatusSpeed,
|
|
me1200AggrGroupStatusType ME1200DisplayString
|
|
}
|
|
|
|
me1200AggrGroupStatusAggrIndexNo OBJECT-TYPE
|
|
SYNTAX ME1200InterfaceIndex
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Aggregation index number."
|
|
::= { me1200AggrGroupStatusEntry 1 }
|
|
|
|
me1200AggrGroupStatusConfiguredPorts OBJECT-TYPE
|
|
SYNTAX ME1200PortListStackable
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Configured member ports of the aggregation Group."
|
|
::= { me1200AggrGroupStatusEntry 2 }
|
|
|
|
me1200AggrGroupStatusAggregatedPorts OBJECT-TYPE
|
|
SYNTAX ME1200PortListStackable
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Aggregated member ports of the aggregation Group."
|
|
::= { me1200AggrGroupStatusEntry 3 }
|
|
|
|
me1200AggrGroupStatusSpeed OBJECT-TYPE
|
|
SYNTAX ME1200PortStatusSpeed
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Speed of the Aggregation Group."
|
|
::= { me1200AggrGroupStatusEntry 4 }
|
|
|
|
me1200AggrGroupStatusType OBJECT-TYPE
|
|
SYNTAX ME1200DisplayString (SIZE(0..6))
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Type of the Aggregation Group."
|
|
::= { me1200AggrGroupStatusEntry 5 }
|
|
|
|
me1200AggrNotificationPrefix OBJECT IDENTIFIER
|
|
::= { me1200AggrMibObjects 5 }
|
|
|
|
me1200AggrNotification OBJECT IDENTIFIER
|
|
::= { me1200AggrNotificationPrefix 0 }
|
|
|
|
me1200AggrNotificationChange NOTIFICATION-TYPE
|
|
OBJECTS {
|
|
me1200AggrGroupStatusConfiguredPorts,
|
|
me1200AggrGroupStatusAggregatedPorts,
|
|
me1200AggrGroupStatusSpeed,
|
|
me1200AggrGroupStatusType
|
|
}
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Notification is sent when ifOperStatus of one or more active member ports of an aggregation group go down."
|
|
::= { me1200AggrNotification 1 }
|
|
|
|
me1200AggrMibConformance OBJECT IDENTIFIER
|
|
::= { me1200AggrMib 2 }
|
|
|
|
me1200AggrMibCompliances OBJECT IDENTIFIER
|
|
::= { me1200AggrMibConformance 1 }
|
|
|
|
me1200AggrMibGroups OBJECT IDENTIFIER
|
|
::= { me1200AggrMibConformance 2 }
|
|
|
|
me1200AggrModeGlobalsInfoGroup OBJECT-GROUP
|
|
OBJECTS { me1200AggrModeGlobalsSmacAddr, me1200AggrModeGlobalsDmacAddr,
|
|
me1200AggrModeGlobalsSourceAndDestinationIpAddr,
|
|
me1200AggrModeGlobalsTcpOrUdpSportAndDportNo }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects suitable for bulk operations."
|
|
::= { me1200AggrMibGroups 1 }
|
|
|
|
me1200AggrGroupConfigTableInfoGroup OBJECT-GROUP
|
|
OBJECTS { me1200AggrGroupConfigPortMembers, me1200AggrGroupConfigAction }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects suitable for bulk operations."
|
|
::= { me1200AggrMibGroups 2 }
|
|
|
|
me1200AggrGroupConfigTableRowEditorInfoGroup OBJECT-GROUP
|
|
OBJECTS { me1200AggrGroupConfigTableRowEditorAggrIndexNo,
|
|
me1200AggrGroupConfigTableRowEditorPortMembers,
|
|
me1200AggrGroupConfigTableRowEditorAction }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects suitable for bulk operations."
|
|
::= { me1200AggrMibGroups 3 }
|
|
|
|
me1200AggrGroupStatusTableInfoGroup OBJECT-GROUP
|
|
OBJECTS { me1200AggrGroupStatusConfiguredPorts,
|
|
me1200AggrGroupStatusAggregatedPorts, me1200AggrGroupStatusSpeed,
|
|
me1200AggrGroupStatusType }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects suitable for bulk operations."
|
|
::= { me1200AggrMibGroups 4 }
|
|
|
|
me1200AggrNotificationInfoGroup NOTIFICATION-GROUP
|
|
NOTIFICATIONS { me1200AggrNotificationChange }
|
|
STATUS current
|
|
DESCRIPTION
|
|
"A collection of objects suitable for bulk operations."
|
|
::= { me1200AggrMibGroups 5 }
|
|
|
|
me1200AggrMibCompliance MODULE-COMPLIANCE
|
|
STATUS current
|
|
DESCRIPTION
|
|
"The compliance statement for the implementation."
|
|
|
|
MODULE -- this module
|
|
|
|
MANDATORY-GROUPS { me1200AggrModeGlobalsInfoGroup,
|
|
me1200AggrGroupConfigTableInfoGroup,
|
|
me1200AggrGroupConfigTableRowEditorInfoGroup,
|
|
me1200AggrGroupStatusTableInfoGroup,
|
|
me1200AggrNotificationInfoGroup }
|
|
|
|
::= { me1200AggrMibCompliances 1 }
|
|
|
|
END
|