Skip to content

How to bring the port up from the flapping state on Cisco?

Locate the flapping port:

sh int status

Enter configuration mode and select the port (using eth1/6 as an example):

conf t
int eth1/6

Bounce the port:

shut
no shut

Exit configuration mode and save:

exit
exit
wr

Comments