[mrtg] Re: Monitor cisco port duplex status
Stephen Smith
ssmith at texas.rr.com
Tue Jul 5 21:15:42 MEST 2005
On 7/5/2005 10:24 AM Karma Chu wrote:
> Hello,
>
> Can someone helps me find the OID to monitor port duplex status for cisco2900, 4000, and 6000? Thanks alot
>
> Daniel
From CISCO-C2900-MIB-V1SMI.my:
c2900PortDuplexState OBJECT-TYPE
SYNTAX INTEGER {
fullduplex(1),
halfduplex(2),
autoNegotiate(3)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Set to fullduplex(1) to operate in full duplex mode, port
will allow simultaneous transmit and receive which can
double its bandwidth.
Set to halfduplex(2) to operate in half duplex mode.
Set to autoNegotiate(3) to allow the switch to negoti-
ate with the other end of the connection.
The status of duplex mode on a port is available with
c2900PortDuplexStatus object."
DEFVAL { autoNegotiate }
::= { c2900PortEntry 31 }
c2900PortDuplexStatus OBJECT-TYPE
SYNTAX INTEGER {
fullduplex(1),
halfduplex(2)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The status of duplex mode on this port. This shows
the result of full duplex auto-negotiation when
c2900PortDuplexState is set to auto-negotiate."
::= { c2900PortEntry 32 }
--
Unsubscribe mailto:mrtg-request at list.ee.ethz.ch?subject=unsubscribe
Archive http://lists.ee.ethz.ch/mrtg
FAQ http://faq.mrtg.org Homepage http://www.mrtg.org
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the mrtg
mailing list