![]() |
Cisco
|
|||
| Home > Work With My Switches > Cisco Catalyst Switches > Cisco Catalyst 2900 and 2900XL/3500XL Series switches FAQ | ||
IntroductionThis document provides answers to frequently asked questions (FAQ) about the Cisco Catalyst 2900 and 2900XL/3500XL Series switches. RequirementsYou do not need to provide any additional equipment to complete this procedure. Frequently Asked Questions (FAQ)How would I know the port administratively disabled?For Cat2900 Switches: If the Link LED is orange, and does not flash, the port is administratively disabled or the port is disabled due to error situations found by the switch. In order to determine which cause set the LED to orange, issue the show port command on the switch. A port status of disabled means the port is administratively shut down. A port status of errDisable means that the port is shut down due to errors. For Cat3500XL Switches: Make sure that the "Port Mode" LED indicates STAT mode. If it does not, use the Mode button to cycle through the modes, and set the mode to STAT. If the "Port Status" LED is now amber (does not flash or alternate with green), the port is not forwarding and it could be disabled.
What are the proper cables for Cat2900 and Cat3500XL Switches?These are the proper cables for Cat2900 Switches:
These are the proper cables for Cat3500XL Switches:
How do I enable the port module?For Cat2900 Switches: Issue the set port enable [mod_num]/[port_num] command, where mod_num is the module number and port_num is the port number. For Cat3500XL Switches:
How do I determine if an IP address is configured on the switch?For Cat2900 Switches: Issue the show interface command and check the settings of inet, netmask, and broadcast for the interface named sc0. If they are all set to 0.0.0.0, the IP address is not set. For Cat3500XL Switches: From the Cisco IOS command-line interface, do this:
From the Switch Manager, the current IP address for the domain of the switch is the URL in your browser (everything after "http://"). How do I configure an IP address?For Cat2900 Switches: Issue the set interface sc0 [IP address] [subnet mask] command. For Cat3500XL Switches: You could not change the IP address in Switch Manager.
How do I check the subnet mask on the switch and reconfigure it?For Cat2900 Switches: Complete these steps:
For Cat3500XL Switches: If you use Switch Manager to check the subnet mask on the switch, follow this: From the Main menu, choose IP, and the IP Management page displays. The "IP Mask" field contains the current IP subnet mask. If you use the Cisco IOS line interface, use the enable command to enter privileged EXEC mode. Use the show running-config command to check the subnet mask. If you use Switch Manager to configure the subnet mask on the switch, enter the subnet mask in the "IP Mask" field. If you use the Cisco IOS line interface, use the configure terminal command to enter configuration mode. Type "interface vlan1" to choose the switch interface for configuration. Use the ip address [ip_address] [subnet_mask] command . Is there a default route on the switch?For Cat2900 Switches: Issue the show ip route command in order to display the ip route table. Check the table for a default route: !--- This is with no default route for sc0. SW1> (enable) show ip route Fragmentation Redirect Unreachable ------------- -------- ----------- enabled enabled enabled Destination Gateway Flags Use Interface ----------------------- ----------------------- ------ ---------- --------- 172.16.84.0 172.16.84.20 U 867 sc0 default default UH 0 sl For Cat3500XL Switches: If you use the Cisco IOS command-line interface, use the enable command to enter privileged EXEC mode. Then use the show running-config command and check for a line that begins "ip default-gateway." If you use Switch Manager, choose IP at the Main Menu. The default gateway is shown on the IP Management screen. How do I set a default route on the switch?For Cat2900 Switches: Issue the set ip route default [gateway] [metric] command. !--- Make sure the default gateway is available. SW1> (enable) ping 172.16.84.1 172.16.84.1 is alive !--- Add the default route for sc0. SW1> (enable) set ip route default 172.16.84.1 Route added. !--- Verify that the route is added. SW1> (enable) show ip route Fragmentation Redirect Unreachable ------------- -------- ----------- enabled enabled enabled Destination Gateway Flags Use Interface ----------------------- ----------------------- ------ ---------- --------- default 172.16.84.1 UG 0 sc0 172.16.84.0 172.16.84.20 U 868 sc0 default default UH 0 sl0 cat5k_84.20 (enable) For Cat3500 XL Switches: If you use the Cisco IOS command-line interface, use the ip default-gateway [ip_address] command. If you use Switch Manager, choose IP at the Main Menu. You can configure the default gateway on the IP Management screen. How do I disable auto-negotiation and change the speed and/or duplex settings?For Cat2900 Switches: Complete these steps:
For Cat3500XL Switches:
What is the procedure so I can retrieve the configuration file from the switch through SNMP?The only way to retrieve the config file from the switch is to use the Password Recovery procedure. The Cat2900 and 3500XL Series switches does not support the procedure to retrieve the configuration through SNMP. What results if a Catalyst switch drops the tagged frames or blocks tagged traffic?The Catalyst 3550 switch does not normally accept 802.1Q tagged frames on access ports. You have to enable features that require these frames to be forwarded, such as QinQ (IEEE 802.1ad or VLAN double tagging or IEEE 802.1q tunneling) or a voice VLAN. The Catalyst 3750/3560/2970/2960 switches are also normally configured to drop priority tagged frames that are received on access ports unless the QinQ or voice VLAN is configured. How would I check what VLAN is assigned to a particular port?For Cat2900 Switches: Issue the show vlan command in order to view assign ports to VLANs. For Cat3500XL Switches:
How do I assign VLAN to the port?For Cat2900 Switches: Issue the set vlan [vlan] [module/port] how vlan command in order to set ports into VLANs. For Cat3500XL Switches:
Related Information |
||
![]() |
![]() |