-
null
Product Overview
Note ●
For complete syntax and usage information for the commands used in this chapter, see these publications:
http://www.cisco.com/en/US/products/ps11846/prod_command_reference_list.html
- For complete information about the supported chassis, modules, and software features, see the Release Notes for Cisco IOS Release 15.2SY :
http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/15.1SY/release_notes.html
and see the Catalyst 6500 Series Switch Supervisor Engine Guide:
http://www.cisco.com/en/US/products/hw/switches/ps708/tsd_products_support_series_home.html
Participate in the Technical Documentation Ideas forum
Supervisor Engine 6T Ports
USB Type A Port
The USB Type A port is the only external storage interface for this switch. The port is connected to the route processor, which allows the Cisco IOS software to access the port. The port supports Cisco USB flash drives with capacities from 128 MB to 8 GB (USB devices with port densities of 128 MB, 256 MB, 1 GB, 4 GB, and 8 GB are supported). Cisco IOS software provides standard file system access to the flash device: read, write, erase, and copy. The software also provides the ability to format the flash device with a FAT file system (FAT32 and FAT16).
Addressing it : disk0:
Console ports
–
EIA/TIA-232 (RS-232) port with RJ-45 connector
RJ45: The console port is an RJ-45 port that provides universal asynchronous receiver/transmitter (UART) support to access the route processor with a serial console running at 9600 baud rate with 8 bits for data, no parity bit, and 1 stop bit.
USB Type B Port
The USB 2.0 port Type B serves as a second console connection to the route processor. The USB console port connection uses a USB Type A to Type B cable. The USB console interface speeds are the same as the RJ-45 console interface speeds. Windows PCs need a driver for the USB port.
The USB-prefer mode is the default, but it can be overridden using the command-line interface (CLI). When this port is in USB-prefer mode, the RJ-45 console port will be disabled if both ports are connected. For more information on using the CLI to configure the USB console interface, see the Catalyst 6500 software guide.
System Reset Button
This reset access button is used to reset the system. Pressing the button brings down the route processor and all port card modular slots.
Management Port
The management port is a 10/100/1000 copper Ethernet port directly connected to the route processor. The switch also has a fiber port that can be used as the Ethernet Management port. It supports TFTP/SCP image downloading, network management, SNMP, Telnet, and SSH connections. The management port is isolated from other ports in the system in a dedicated management VRF; it is not part of the EARL forwarding logic. The management port provides direct access to the CPU, even when the system is heavily loaded.
The management port is a Layer 3 port in host mode, and only accepts traffic that terminates on the router. This port does not route packets between itself and other ports. The port processes only the following packet types and properly enqueues them:
Management Port Operation Modes
The Ethernet management port (mgmt0) can be operated in the following modes:
To change from the default mode to SFP, run the following command:
If media-type sfp is configured, the rommon variable SFP_MGMT=1 is configured. When the system is in rommon, the SFP operation mode functions.
If no media-type sfp or the default media-type configuration is performed, the rommon variable SFP_MGMT=1 is unconfigured. When the system is in rommon, the RJ45 operation mode functions.
Note
By default, mgmt0 port exists in the “no shutdown” mode.
LED Indicators
You can use the switch LEDs to monitor switch activity and performance. You can also monitor the status of the fan tray assembly, and the power supplies.
Status LED
The status LED indicates the status of the system.
Table 1-1 Status LED Indicator
|
|
|
|---|---|
System ID LED
The System ID (blue beacon) LED can be provisioned by the operator to indicate that the switch needs attention.
|
|
|
|---|---|
Management Port LED
This table describes the management port LEDs.
|
|
|
|---|---|
A port fault is detected, or the port beacon has been provisioned by the operator. |
Status LED
The status LED indicates the status of the system.
|
|
|
|---|---|
System ID LED
The System ID (blue beacon) LED can be provisioned by the operator to indicate that the switch needs attention.
|
|
|
|---|---|
Determining System Hardware Capacity
You can determine the system hardware capacity by entering the show platform hardware capacity command. This command displays the current system utilization of the hardware resources and displays a list of the currently available hardware capacities, including the following:
- Hardware forwarding table utilization
- Switch fabric utilization·
- CPU(s) utilization
- Memory device (flash, DRAM, NVRAM) utilization
This example shows how to display EOBC-related statistics for the route processor, the switch processor, and the DFCs:
Router#show platform hardware capacity eobc
This example shows how to display the current and peak switching utilization:
Router#show platform hardware capacity cpu
This example shows how to display information about the total capacity, the bytes used, and the percentage that is used for the flash and NVRAM resources present in the system:
Router#show platform hardware capacity flash
This example shows how to display the capacity and utilization of the PFC and DFCs present in the system:
Router#show platform hardware capacity forwarding
This example shows how to display the interface resources:
Router#show platform hardware capacity interface
Feedback