Configuring Auto-MDIX



Similar documents
Flow-Based per Port-Channel Load Balancing

Configuring Auto-QoS

Configuring Aggressive Load Balancing

Image Verification. Finding Feature Information. Restrictions for Image Verification

Configuring Secure Socket Layer HTTP

Transferring Files Using HTTP or HTTPS

DHCP Server Port-Based Address Allocation

Configuring Aggressive Load Balancing

Connecting to the Firewall Services Module and Managing the Configuration

Call Flows for Simple IP Users

Configuring Right-To-Use Licenses

RADIUS Server Load Balancing

Configuring EtherChannels

Configuring the Switch with the CLI-Based Setup Program

BGP Link Bandwidth. Finding Feature Information. Prerequisites for BGP Link Bandwidth

Configuring Password Encryption

RADIUS Server Load Balancing

Firewall Authentication Proxy for FTP and Telnet Sessions

How To Install Cisco Asr 9000 Series Router Software On A Mini Mini Mini (Cisco Ios) Router

Using Link Layer Discovery Protocol in Multivendor Networks

Configuring DNS. Finding Feature Information

Configuring LLDP, LLDP-MED, and Location Service

School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations

Configuring Password Encryption

Implementing Object Tracking on Cisco IOS XR Software

Configuring DHCP Snooping

You can specify IPv4 and IPv6 addresses while performing various tasks in this feature. The resource

AutoQoS. Prerequisites for AutoQoS CHAPTER

Router Recovery with ROM Monitor

Encrypted Preshared Key

Controlling Access to a Virtual Terminal Line

How To Configure Rmon On Cisco Me 2600X On Ios 2.5A (Cisco) With A Network Monitor On A Network Device (Network) On A Pnet (Network Monitor) On An Ip

Backing Up and Restoring Data

Lab Advanced Telnet Operations

Configuring ECMP for Host Routes

USB Disable for Cisco ISRs Feature Module

Router Security Audit Logs

QoS: Color-Aware Policer

Cisco Catalyst Blade Switch 3000 Series for HP Getting Started Guide

Encrypted Preshared Key

Lab Creating a Logical Network Diagram

Cisco Configuration Professional Quick Start Guide

- Advanced IOS Functions -

Configuring Network Load Balancing for vethernet

Configuring Network Load Balancing for vethernet

Configuring a Load-Balancing Scheme

Supported Platforms. Supported Standards, MIBs, and RFCs. Prerequisites. Related Features and Technologies. Related Documents. Improved Server Access

Basic Router and Switch Instructions (Cisco Devices)

Lab Organizing CCENT Objectives by OSI Layer

Cisco OC-3/OC-12/OC-48 SFP Transceiver Modules Compatibility Matrix

Getting Started Guide for the Catalyst 2960-X and 2960-XR Switches

Chapter 2 Reading Organizer

VRRPv3: Object Tracking Integration

Cisco Nexus 1000V Virtual Ethernet Module Software Installation Guide, Release 4.0(4)SV1(1)

Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.

Enhanced Password Security - Phase I

Lab Load Balancing Across Multiple Paths

Connecting to the Switch

Applicazioni Telematiche

LAB Configuring NAT. Objective. Background/Preparation

Configuring a Load-Balancing Scheme

AT-S41 Version Management Software for the AT-8326 and AT-8350 Series Fast Ethernet Switches. Software Release Notes

AT-S60 Version Management Software for the AT-8400 Series Switch. Software Release Notes

Configuring IKEv2 Load Balancer

AT-S45 Version Management Software for the AT-9410GB Gigabit Ethernet Switches. Software Release Notes

IPSLA Y1731 On-Demand and Concurrent Operations

3.1 Connecting to a Router and Basic Configuration

Quick Installation Guide 24-port PoE switch with 2 copper Gigabit ports and 2 Gigabit SFP ports (af Version 15.4W)

How To Install An At-S100 (Geo) On A Network Card (Geoswitch)

Monitoring the Switch

Send document comments to

NetFlow Subinterface Support

Configuring a Load-Balancing Scheme

Virtual Fragmentation Reassembly

Lab - Using IOS CLI with Switch MAC Address Tables

Lab Review of Basic Router Configuration with RIP. Objective. Background / Preparation. General Configuration Tips

Lab Configuring Basic Router Settings with the Cisco IOS CLI

Upgrading Software Using the Online Installer

Configuring System Message Logging

HTTP 1.1 Web Server and Client

Ethernet Overhead Accounting

Enhanced Password Security - Phase I

Lab Creating a Network Map using CDP Instructor Version 2500

Configuring MAC ACLs

GLBP - Gateway Load Balancing Protocol

Configuring PROFINET

Per-Packet Load Balancing

Configuring SSH and Telnet

CCNA R&S: Introduction to Networks. Chapter 5: Ethernet

Firewall Support for SIP

Lab 8.3.3b Configuring a Remote Router Using SSH

* Rev A* PN Rev A 1

CISCO CATALYST 3550 Series Switches

Traffic Mirroring Commands on the Cisco IOS XR Software

Configuring Voice over IP

Lab: Basic Router Configuration

Configuring Static and Dynamic NAT Translation

ENetwork Basic Configuration PT Practice SBA

End of Sale/End of Life Report Tool Usage Notes for CiscoWorks NCM 1.6

Lab Introductory Lab 1 - Getting Started and Building Start.txt

Transcription:

Prerequisites for Auto-MDIX, page 1 Restrictions for Auto-MDIX, page 1 Information about, page 1 How to Configure Auto-MDIX, page 2 Example for, page 3 Additional References, page 4 Feature History and Information for Auto-MDIX, page 4 Prerequisites for Auto-MDIX Automatic medium-dependent interface crossover (auto-mdix) is enabled by default. Auto-MDIX is supported on all 10/100/1000-Mb/s and on 10/100/1000BASE-TX small form-factor pluggable (SFP)-module interfaces. It is not supported on 1000BASE-SX or -LX SFP module interfaces. Restrictions for Auto-MDIX The switch might not support a pre-standard powered device such as Cisco IP phones and access points that do not fully support IEEE 802.3af if that powered device is connected to the switch through a crossover cable. This is regardless of whether auto-midx is enabled on the switch port. Information about Auto-MDIX on an Interface When automatic medium-dependent interface crossover (auto-mdix) is enabled on an interface, the interface automatically detects the required cable connection type (straight through or crossover) and configures the connection appropriately. When connecting switches without the auto-mdix feature, you must use OL-29034-01 1

How to Configure Auto-MDIX straight-through cables to connect to devices such as servers, workstations, or routers and crossover cables to connect to other switches or repeaters. With auto-mdix enabled, you can use either type of cable to connect to other devices, and the interface automatically corrects for any incorrect cabling. For more information about cabling requirements, see the hardware installation guide. This table shows the link states that result from auto-mdix settings and correct and incorrect cabling. Table 1: Link Conditions and Auto-MDIX Settings Local Side Auto-MDIX Remote Side Auto-MDIX With Correct Cabling With Incorrect Cabling Link down How to Configure Auto-MDIX on an Interface SUMMARY STEPS 1. enable 2. configure terminal 3. interface interface-id 4. speed auto 5. duplex auto 6. end 7. copy running-config startup-config DETAILED STEPS Step 1 Command or Action enable Switch> enable Purpose Enables privileged EXEC mode. Enter your password if prompted. 2 OL-29034-01

Example for Step 2 Command or Action configure terminal Purpose Enters global configuration mode Step 3 Step 4 Step 5 Step 6 Switch# configure terminal interface interface-id Switch(config)# interface gigabitethernet1/0/1 speed auto Switch(config-if)# speed auto duplex auto Switch(config-if)# duplex auto end Specifies the physical interface to be configured, and enter interface configuration mode. Configures the interface to autonegotiate speed with the connected device. Configures the interface to autonegotiate duplex mode with the connected device. Returns to privileged EXEC mode. Switch(config-if)# end Step 7 copy running-config startup-config (Optional) Saves your entries in the configuration file. Switch# copy running-config startup-config Example for This example shows how to enable auto-mdix on a port: Switch# configure terminal Switch(config)# interface gigabitethernet1/0/1 Switch(config-if)# speed auto Switch(config-if)# duplex auto Switch(config-if)# mdix auto Switch(config-if)# end OL-29034-01 3

Additional References Additional References Error Message Decoder Description To help you research and resolve system error messages in this release, use the Error Message Decoder tool. Link https://www.cisco.com/cgi-bin/support/errordecoder/ index.cgi MIBs MIB All supported MIBs for this release. MIBs Link To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: http://www.cisco.com/go/mibs Technical Assistance Description The Cisco Support website provides extensive online resources, including documentation and tools for troubleshooting and resolving technical issues with Cisco products and technologies. To receive security and technical information about your products, you can subscribe to various services, such as the Product Alert Tool (accessed from Field Notices), the Cisco Technical Services Newsletter, and Really Simple Syndication (RSS) Feeds. Access to most tools on the Cisco Support website requires a Cisco.com user ID and password. Link http://www.cisco.com/support Feature History and Information for Auto-MDIX Release Cisco IOS 15.0(2)EX Modification This feature was introduced. 4 OL-29034-01

Feature History and Information for Auto-MDIX OL-29034-01 5

Feature History and Information for Auto-MDIX 6 OL-29034-01