-1

How can clear "no switchport" command from cisco devices interface?

ramin kazemi
  • 43
  • 1
  • 2
  • 10

1 Answers1

2

Just go into interface mode and write "switchport".

Example:

conf t
interface Gi1/0/15
switchport
end
wr

Pluppo
  • 71
  • 6