cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
659
Views
0
Helpful
5
Replies

Multiple Ethernet IP addresses?

gmulrain
Level 1
Level 1

Can I assign more than one IP address for my ethernet interface? If so, how do I do that?

Thanks!

5 Replies 5

snorton-sumc
Level 1
Level 1

under interface configuration add the selected ip address as a secondary:

int f0/4

ip address 10.1.1.1 255.255.255.0

ip address 10.1.2.1 255.255.255.0

-Steve

hmm, tried that while in a telnet session. When I did the second ip address, it disconnected me. I thought I had over written my good one.

Is there a limit to how many I can add? I have 9.

Go to interface configuration mode and do the following:

ip address 10.1.1.1 255.255.255.0 secondary

You can add two IP addresses on an interface.

Thanks

kanwal

sorry, forgot to add the secondary command on the second one

bmcguffey
Level 1
Level 1

Yes.

Just create a secondary interface

ip address x.x.x.x x.x.x.x secondary