User's Manual
Table Of Contents
- Chapter 1 Introduction
- Chapter 2 Hardware Installation
- Chapter 3 Network Configuration
- Chapter 4 Initial Configuration
- Chapter 5 System Configuration
- Chapter 6 Command Line Interface
- Using the Command Line Interface
- Entering Commands
- Command Groups
- General Commands
- System Management Commands
- SNMP Commands
- Flash/File Commands
- RADIUS Client
- 802.1x Port Authentication
- Filtering Commands
- Interface Commands
- interface
- dns server
- ip address
- ip dhcp
- shutdown
- speed-duplex
- show interface ethernet
- description
- closed-system
- speed
- channel
- turbo
- ssid
- beacon-interval
- dtim-period
- fragmentation-length
- rts-threshold
- authentication
- encryption
- key
- transmit-key
- transmit-power
- max-association
- multicast-cipher
- wpa-clients
- wpa-mode
- wpa-preshared-key
- wpa-psk-type
- shutdown
- show interface wireless
- show station
- IAPP Commands
- VLAN Commands
- Appendix A Troubleshooting
- Appendix B Cables and Pinouts
- Appendix C Specifications
- Glossary
- Index
Command Line Interface
6-70
Example
The following example disables the Ethernet port.
speed-duplex
This command configures the speed and duplex mode of a given
interface when autonegotiation is disabled. Use the no form to
restore the default.
Syntax
speed-duplex <auto | 10MH | 10MF | 100MF | 100MH>
• auto - autonegotiate speed and duplex mode
• 10MH - Forces 10 Mbps, half-duplex operation
• 10MF - Forces 10 Mbps, full-duplex operation
• 100MH - Forces 100 Mbps, half-duplex operation
• 100MF - Forces 100 Mbps, full-duplex operation
Default Setting
Auto-negotiation is enabled by default.
Command Mode
Interface Configuration (Ethernet)
Command Usage
If autonegotiation is disabled, the speed and duplex mode
must be configured to match the setting of the attached
device.
Example
The following example configures the Ethernet port to 100 Mbps,
half-duplex operation.
SMC-AP(if-ethernet)#shutdown
SMC-AP(if-ethernet)#
SMC-AP(if-ethernet)#speed-duplex 100mf
SMC-AP(if-ethernet)#