Cisco Catalyst 4506-E Cat4500 E-series 6-slot Chassis Fan No PS WS-C4506-E Logo

Related Topics:

Anonymous Posted on Feb 27, 2010

How to speed changed in gigabitEthernet 2/1 from cisco 4506switch

How to speed changed in gigabitEthernet 2/1 from cisco 4506 switch

  • Anonymous Mar 02, 2010

    i want to changed 100mbps (100 base fx ). i have access via console cable.

  • Anonymous May 11, 2010

    Hi Please can you dvise what speed you want to change to?, and do you have access to the switch either remotely or via console cable?

×

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 561 Answers
  • Posted on Mar 02, 2010
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Feb 10, 2010
Answers
561
Questions
0
Helped
179126
Points
1723

Hi

Ok so once you have logged into the router you do the following

go into enable mode by tyoing in en
Then type in conf t
then type in int X where X = the interface
then type in speed 100
then type end

This will set the interface to 100mbps

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Two routers, two WAN links

easy...

CODE

!R1

interface GigabitEthernet 0/0

ip address 172.16.1.1 255.255.255.252

ip ospf network point-to-point

bandwidth 100000 ! Makes OSPF think its 100Mbps

!

interface GigabitEthernet 0/1

ip address 172.16.2.1 255.255.255.252

ip ospf network point-to-point

bandwidth 10000 ! Makes OSPF think its 10Mbps

!

router ospf 10

network 172.16.1.1 0.0.0.0 area 0

network 172.16.2.1 0.0.0.0 area 0

network 10.1.1.1 0.0.0.0 area 0

passive-interface GigabitEthernet0/0/0

!


!R2

interface GigabitEthernet 0/0

ip address 172.16.1.2 255.255.255.252

ip ospf network point-to-point

bandwidth 100000 ! Makes OSPF think its 100Mbps

!

interface GigabitEthernet 0/1

ip address 172.16.2.2 255.255.255.252

ip ospf network point-to-point

bandwidth 10000 ! Makes OSPF think its 10Mbps

!

router ospf 10

network 172.16.1.2 0.0.0.0 area 0

network 172.16.2.2 0.0.0.0 area 0

network 10.1.2.1 0.0.0.0 area 0

passive-interface GigabitEthernet0/0/0

!
This will make your wireless link preferred, if the link fails the OSPF adjacency will fail and routing will fallback to the other link.

You should ideally have some /32 loopback interfaces so the router will use this as the OSPF RID, or manually set the RID under the OSPF process.


More discussion about this you can see http://www.router-switch.com/forum/showTopicDetails/11/490

0helpful
1answer

WS-X45-SUP6L-E Led is not coming to green

If you have two SUP's this one will be in standby mode.
0helpful
1answer

Need to replace the Chassis of CISCO 4500 switch. Can i know Step by Step procedure to do this change.

http://www.cisco.com/en/US/docs/switches/lan/catalyst4500/hardware/installation/guide/78-14409-08/04replac.html.......................... please follow the above link
1helpful
1answer

I just replaced cisco 4506 with new 4506-e, the uplink port didn't work for trunking

Hi, if you installed a Supervisor 6L-E 10GE (X2) in the new 4506-E and you want to use the two 10GE uplinks as Gigabit, you need to type in the following config lines:

hw-module module 1 port-group 1 select gigabitethernet
hw-module module 1 port-group 2 select gigabitethernet
0helpful
1answer

Hello, I tried the steps you have mentioned in the link below: http://www.fixya.com/support/t3932749-password_recovery_cisco_catalyst_4506 and the other similar resolutions on the cisco website but...

Please make sure you have only one supervisor module installed on your switch or else pull out the backup sup module and do this activity .

In the last step of reset it will ask to save the config.

do you wish to save this configuration? y/n [n]: y
You must reset or power cycle for new configuration to take effect

do not forget to type in y there.
2helpful
1answer

Password Recovery for Cisco Catalyst 4506

Please see Cisco's page at http://www.cisco.com/en/US/products/hw/routers/ps5199/products_password_recovery09186a0080093e12.shtml
for step by step details and more in depth instruction.

1. Reboot
2. Press the "break" button on your keyboard within 60 seconds of the power-up to put the router into ROMMON mode.
3. confreg 0x2142
4. reset
5. type, "no" when prompted to enter the initial configuration dialog.
6. enable
7. copy startup-config running-config
8. conf t
9. enable secret <password>
11. config-register 0x2102
12. reboot again
0helpful
2answers
0helpful
1answer
0helpful
1answer

Problem with module WS-X4548-GB-RJ45V in Catalyst 4506

use software advisor in Cisco website to verify it.just follow the process.

console to it and show diag and see whether it detectable or not.

hope this help.

Not finding what you are looking for?

239 views

Ask a Question

Usually answered in minutes!

Top Cisco Computers & Internet Experts

Brad Brown

Level 3 Expert

19187 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Sean Wright
Sean Wright

Level 3 Expert

2045 Answers

Are you a Cisco Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...