cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
797
Views
0
Helpful
3
Replies

3560 8 port GBIC issues

aray69
Level 1
Level 1

We have a WS-C3560-8PC. we have a 100 mb Gbic in G0/1. these 100mb GBICS default to half duplex when inserted. on the 24 and 48 port 3560 I can just go into the CLI and force the port to full duplex. for some reason that is not an option on this 8 port switch. Auto is the only option. Is this an IOS or architecture issue?

1 Accepted Solution

Accepted Solutions

jbrenesj
Level 3
Level 3

The gig0/1 port can be

hardcoded to full duplex if you issue the following commands:

Switch#config t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#int gig0/1

Switch(config-if)#media-type sfp

Switch(config-if)#duplex full

Switch(config-if)#end

The duplex command does not show up until the port's media type is set.

View solution in original post

3 Replies 3

jbrenesj
Level 3
Level 3

The gig0/1 port can be

hardcoded to full duplex if you issue the following commands:

Switch#config t

Enter configuration commands, one per line. End with CNTL/Z.

Switch(config)#int gig0/1

Switch(config-if)#media-type sfp

Switch(config-if)#duplex full

Switch(config-if)#end

The duplex command does not show up until the port's media type is set.

Thanks, that corrected the issue.

Thanks Again,

Alan

Edison Ortiz
Hall of Fame
Hall of Fame

Architecture design when using fiber. When using Auto/Auto - do you negotiate to 100/FD?

__

Edison.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card