cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
592
Views
0
Helpful
9
Replies

Disabling / Enabling a port

eputman
Level 1
Level 1

Noob alert!! How do I go about disabling / enabling a port on a 3560?

1 Accepted Solution

Accepted Solutions

Kevin Dorrell
Level 10
Level 10

Sw#conf t

Sw(config)#interface F0/4

Sw(config-if)#shut

Sw(config-if)#end

Sw#

Sw#conf t

Sw(config)#interface F0/4

Sw(config-if)#no shut

Sw(config-if)#end

Sw#

Kevin Dorrell

Luxembourg

View solution in original post

9 Replies 9

acomiskey
Level 10
Level 10

config t

int fax/x

shutdown

config t

int fax/x

no shutdown

Kevin Dorrell
Level 10
Level 10

Sw#conf t

Sw(config)#interface F0/4

Sw(config-if)#shut

Sw(config-if)#end

Sw#

Sw#conf t

Sw(config)#interface F0/4

Sw(config-if)#no shut

Sw(config-if)#end

Sw#

Kevin Dorrell

Luxembourg

Thanks Kevin. One more question how do i do it on a 6509?

same way...

As Adam says if the 6500 supervisor is running IOS then the same way.

If it is running CatOS

6500# set port disable 2/4

6500# set port enable 2/4

where 2/4 would be the 4th port on module 2 in the 6500 chassis.

Jon

If I want to see all the mac-address on a 6509 (not the port addresses but the computer addresses that are connected to the 6509 what is the command?

I tried sh port mac-address 4 but that gave me all the port mac-addresses and not the computers. Help..

Hi,

For 6500 with CatOS you will need

6500# show cam dynamic

to display all mac addresses

and

6500# show cam dynamic 6/20

to display the mac address on module 6 on port 20

yes-----

you can filter the Vlans as for Vlan 6 type

6500# show cam dynamic 6

HTH

Shaheen

Is there a way to filter by vlan so i don't see all my 500+ mac addresses?

Hi,

I have already answered in my above email. please try and update us if it has worked ?

HTH

Shaheen

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card