cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
624
Views
0
Helpful
1
Replies

Can you hard code the speed and duplex on lightweight access points

Scott Fella
Hall of Fame
Hall of Fame

I have a client that want to set the spped and duplex on the switch port. Is there a way you can configure the fastethernet port on a lightweight access point for speed and duplex.

-Scott
*** Please rate helpful posts ***
1 Reply 1

beth-martin
Level 5
Level 5

Try this step

configure terminal

Enter global configuration mode.

Step 2

interface fastethernet0

Enter configuration interface mode.

Step 3

speed {10 | 100 | auto}

Configure the Ethernet speed. Cisco recommends that you use auto, the default setting.

Step 4

duplex {auto | full | half}

Configure the duplex setting. Cisco recommends that you use auto, the default setting.

Step 5

end

Return to privileged EXEC mode.

Step 6

show running-config

Verify your entries.

Step 7

copy running-config startup-config

Review Cisco Networking for a $25 gift card