cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7242
Views
10
Helpful
2
Replies

Packet tracer, Switch ip configuration

elektron
Level 1
Level 1

SW1.PNG

Hii there,

Me is quite a begginer ...

I can'n assigne ip addresses to SW ports on Packet Tracer. Youtube didn't helped

Thanks in advance !

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

 

As mentioned above, you cannot do this on L2 switch in PT; please use L3 like c3560 or c3650. it works i tested PT.

example

interface GigabitEthernet0/1

no switchport

ip address 1.1.1.1 255.255.255.0

 

Regards, ML
**Please Rate All Helpful Responses **

 

View solution in original post

2 Replies 2

Hi there,

 

you cannot assign IP addresses for normal switch ports. 

1. if you have layer 2 switch like 2960 series, you need to create new VLAN interface and assign IP to that. then assign VLAN to switch port.

2. if you have layer 3 switch, you can convert switch port to layer 3 port by using #no switch port command. then you can assign IP directly to that.

 

mark this as answer or rate if this solved your concern

Good luck

KB

Please rate this and mark as solution/answer, if this resolved your issue
Good luck
KB

Martin L
VIP
VIP

 

As mentioned above, you cannot do this on L2 switch in PT; please use L3 like c3560 or c3650. it works i tested PT.

example

interface GigabitEthernet0/1

no switchport

ip address 1.1.1.1 255.255.255.0

 

Regards, ML
**Please Rate All Helpful Responses **