cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
394
Views
0
Helpful
2
Replies

switchport down

yoyo_the_king
Level 1
Level 1

hi,

i have a switch and i want that if somebody connect another switch to my switch, the switchport connected to second switch down.

thankyou

2 Replies 2

jamesmpoplar
Level 1
Level 1

You could have your switchport just shutdown if it sees more than one MAC, for instance:

interface FastEthernet0/2

switchport mode access

switchport port-security

switchport port-security violation shutdown

spanning-tree portfast

spanning-tree bpduguard enable

And for good measure, the end makes sure that if there is any STP traffic, it blocks it as well.

thankyou very mutch james.

Review Cisco Networking products for a $25 gift card