Go to main content
Oracle Switch ES2-72 and Oracle Switch ES2-64 Product Notes

Exit Print View

Updated: November 2016
 
 

Please tell us how to improve our documentation:


0 of 500

0 of 500



0 of 500
Thank you for your feedback! If you want to participate in content improvement and share additional information, please click Feedback button.
Rate this document:

Configure Speed on the 10GBASE-T Interfaces on ES2-R64

The 40 10GBASE-T ports, 25 to 64 are tri-speed capable ports and can provide 10 Gbps, 1 Gbps, and 100 Mbps connectivity. The 10GBASE-T ports operate in autonegotiation mode only, and support all three speeds by default. For most deployments, the default setting would be optimal, permitting link-partners with any speed to link up. If required, the maximum advertised speed can be changed from the SEFOS CLI.

  1. Obtain the SEFOS prompt.
  2. Configure the maximum advertised speed to 1 Gbps.

    For example, to configure ports 25 and 26:

    ES2-72-primary SEFOS# configure terminal
    ES2-72-primary SEFOS(config)# interface extreme-ethernet 0/25
    ES2-72-primary SEFOS(config-if)# shutdown 
    ES2-72-primary SEFOS(config-if)# speed 1000
    ES2-72-primary SEFOS(config-if)# no shutdown 
    ES2-72-primary SEFOS(config-if)# ex
    ES2-72-primary SEFOS(config)# interface extreme-ethernet 0/26
    ES2-72-primary SEFOS(config-if)# shutdown 
    ES2-72-primary SEFOS(config-if)# speed 1000
    ES2-72-primary SEFOS(config-if)# no shutdown 
    ES2-72-primary SEFOS(config-if)# end
    ES2-72-primary SEFOS# write startup-config 
    

    Note - The ports only advertise 1 Gbps and 100 Mbps speeds.
  3. Configure the maximum advertised speed to 100 Mbps.

    For example, to configure ports 31 and 34:

    ES2-72-primary SEFOS# configure terminal
    ES2-72-primary SEFOS(config)# interface extreme-ethernet 0/31
    ES2-72-primary SEFOS(config-if)# shutdown 
    ES2-72-primary SEFOS(config-if)# speed 100
    ES2-72-primary SEFOS(config-if)# no shutdown 
    ES2-72-primary SEFOS(config-if)# ex
    ES2-72-primary SEFOS(config)# interface extreme-ethernet 0/34
    ES2-72-primary SEFOS(config-if)# shutdown 
    ES2-72-primary SEFOS(config-if)# speed 100
    ES2-72-primary SEFOS(config-if)# no shutdown 
    ES2-72-primary SEFOS(config-if)# end
    ES2-72-primary SEFOS# write startup-config 
    

    Note - The ports only advertise 100 Mbps and can only link up with a link-partner at 100 Mbps (if supported by the link-partner).