|
|
Description:
|
nishanArchIfaceDuplexSpeedSet OBJECT-TYPE
SYNTAX INTEGER {
autonegotiate(1),
half10(2),
full10(3),
half100(4),
full100(5),
full1000(6),
illegal(99)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"he desired speed and duplex for the interface. If the selected
control is not possible on the interface, a value of (99)
illegal is returned. If the port type does NOT support the
default of autonegotiate (1), then the application will
initialize the port to a valid value (e.g., 1000full (6)).
Note that not all controls are possible for all interfaces.
For example, only full-1000 (6) is available for Gigabit
Ethernet interfaces."
|
|
|
|