10-02-2023 07:21 AM - last edited on 10-02-2023 08:08 AM by rupeshah
I recently bought a number of C9300L-24T-4X switches and I am unable to configure IP addresses on the interfaces even though I can shut down and activate the interfaces. What am I missing?
Solved! Go to Solution.
10-02-2023 07:25 AM
by default port in Layer 2
if you need to make interface layer 2
config t
interface ten x/x
shutdown
no switchport
ip address x.x.x.x x.x.x.0
no shutdown
!
end
let us know is this works ?
10-02-2023 07:25 AM
by default port in Layer 2
if you need to make interface layer 2
config t
interface ten x/x
shutdown
no switchport
ip address x.x.x.x x.x.x.0
no shutdown
!
end
let us know is this works ?
10-02-2023 07:43 AM
Hello @ephraim,
You are on a Switch. Do no swithport command and ip address command should be available !
10-02-2023 12:36 PM - edited 10-03-2023 01:51 AM
Also, you can define an interface for a VLAN and assign it an IP.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide