CISCO-MAU-EXT-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY,
OBJECT-TYPE
FROM SNMPv2-SMI
MODULE-COMPLIANCE, OBJECT-GROUP
FROM SNMPv2-CONF
TruthValue
FROM SNMPv2-TC
ciscoMgmt
FROM CISCO-SMI
ifJackEntry, ifMauIfIndex, ifMauIndex
FROM MAU-MIB;
ciscoMauExtMIB MODULE-IDENTITY
LAST-UPDATED "200404210000Z"
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
"A MIB module for extending the MAU-MIB (RFC 3636)
to add objects which provide additional management
information about MAU or Jack not available in
MAU-MIB."
REVISION "200404210000Z"
DESCRIPTION
"Initial version of this MIB module."
::= { ciscoMgmt 398 }
cmExtMIBNotifs OBJECT IDENTIFIER ::= { ciscoMauExtMIB 0 }
cmExtMIBObjects OBJECT IDENTIFIER ::= { ciscoMauExtMIB 1 }
cmExtMIBConformance OBJECT IDENTIFIER ::= { ciscoMauExtMIB 2 }
cmExtMauConfig OBJECT IDENTIFIER ::= { cmExtMIBObjects 1 }
cmExtJackConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmExtJackConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains management information about MAUs
attached to interfaces with managed jacks. The
objects in this table are in addition to the objects
in the ifJackTable."
REFERENCE
"Reference RFC 3636, ifJackTable."
::= { cmExtMauConfig 1 }
cmExtJackConfigEntry OBJECT-TYPE
SYNTAX CmExtJackConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing additional management information
for a particular jack."
REFERENCE
"Reference RFC 3636, ifJackEntry"
AUGMENTS { ifJackEntry }
::= { cmExtJackConfigTable 1 }
CmExtJackConfigEntry ::=
SEQUENCE {
cmExtJackState INTEGER
}
cmExtJackState OBJECT-TYPE
SYNTAX INTEGER {
active(1),
inactive(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Indicates the state of a particular jack.
Within a particular MAU, setting this to 'active' on
a jack which is not the current active jack will
deactivate the current active jack.
Setting the current active jack to 'active' has no
effect.
A value of inactive(2) indicates that the jack is
currently deactiveated. Setting this to 'inactive'
has no effect. Of all the jacks connected to a MAU,
at least one must be active at all times."
::= { cmExtJackConfigEntry 1 }
cmExtAutoMdixConfig OBJECT IDENTIFIER ::= { cmExtMIBObjects 2 }
cmExtIfAutoMdixConfigTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmExtIfAutoMdixConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains Auto-MDIX configuration
information for MAUs attached to interfaces in the
device. An entry appears in this table for each
active Auto-MDIX capable MAU connected to
interfaces in the device."
::= { cmExtAutoMdixConfig 1 }
cmExtIfAutoMdixConfigEntry OBJECT-TYPE
SYNTAX CmExtIfAutoMdixConfigEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry containing Auto-MDIX configuration
information for a MAU connected to the interface."
INDEX { ifMauIfIndex, ifMauIndex }
::= { cmExtIfAutoMdixConfigTable 1 }
CmExtIfAutoMdixConfigEntry ::=
SEQUENCE {
cmExtIfAutoMdixEnabled TruthValue
}
cmExtIfAutoMdixEnabled OBJECT-TYPE
SYNTAX TruthValue
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Specifies if Auto-MDIX feature is enabled on
the MAU."
::= { cmExtIfAutoMdixConfigEntry 1 }
cmExtMIBCompliances OBJECT IDENTIFIER ::=
{ cmExtMIBConformance 1 }
cmExtMIBGroups OBJECT IDENTIFIER ::=
{ cmExtMIBConformance 2 }
cmExtMIBCompliance MODULE-COMPLIANCE
STATUS deprecated
DESCRIPTION
"The compliance statement for entities which implement
the Cisco MAU extension MIB."
MODULE MANDATORY-GROUPS {
cmExtJackConfigGroup
}
::= { cmExtMIBCompliances 1 }
cmExtMIBCompliance2 MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for entities which implement
the Cisco MAU extension MIB."
MODULE GROUP cmExtJackConfigGroup
DESCRIPTION
"This group is mandatory only for the device that
supports interfaces with multiple managed jacks."
GROUP cmExtIfAutoMdixConfigGroup
DESCRIPTION
"This group is mandatory only for the device that
supports the Auto-MDIX feature."
::= { cmExtMIBCompliances 2 }
cmExtJackConfigGroup OBJECT-GROUP
OBJECTS {
cmExtJackState
}
STATUS current
DESCRIPTION
"A collection of objects providing the configuration
information about MAUs attached to interfaces with
managed jacks."
::= { cmExtMIBGroups 1 }
cmExtIfAutoMdixConfigGroup OBJECT-GROUP
OBJECTS {
cmExtIfAutoMdixEnabled
}
STATUS current
DESCRIPTION
"A collection of objects providing the configuration
information of Auto-MDIX feature in the device."
::= { cmExtMIBGroups 2 }
END