cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
611
Views
0
Helpful
4
Replies

Cisco 3550-12T IP address

anand
Level 1
Level 1

Can i set IP address in Cisco 3550-12T in any one of the Gigabit Interface, being a layer 3 switch, it is possible, but when i entered the “ip address 192.168.1.1 255.255.255.252” in “gigabitEthernet 0/1” i get a message “IP addresses may not be configured on L2 links” why is that so? I enabled IP Routing & tried without enabling also, but still i get the same message. Thanks in advance.

4 Replies 4

attrgautam
Level 5
Level 5

Just do no switchport on the interface and then configure the IP. By default all interfaces are L2 interfaces,this command will make them IP capable

HTH

Regds

Thanks a lot, it works fine

ankurbhasin
Level 9
Level 9

Hi Anand,

Though it is a layer 3 switch but default behaviour of ports are layer 2.

To make it layer 3 you have to first give "no switchport" command.

int gig0/1

no switchport

ip address

HTH

Ankur

nhabib
Level 9
Level 9

Try issuing the command: no switchport

Now, try: ip address 192.168.1.1 255.255.255.252