cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6469
Views
5
Helpful
2
Replies

Multiple IP addresses on ONE interface

myles.agnew
Level 1
Level 1

I'm cutting over an old ip range to a new but I need to run them both how do I configure a secondary IP address on eth0?

1 Accepted Solution

Accepted Solutions

scottmac
Level 10
Level 10

First address:

- config t

- int e0

- ip addr 192.178.1.254 255.255.255.0

--ip addr 10.10.10.254 255.255.255.0 SECONDARY

(repeat the second address sequence as necessary)

All configs after the first address are "SECONDARY"

Good Luck

Scott

View solution in original post

2 Replies 2

thisisshanky
Level 11
Level 11

ip address

ip address secondary

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

scottmac
Level 10
Level 10

First address:

- config t

- int e0

- ip addr 192.178.1.254 255.255.255.0

--ip addr 10.10.10.254 255.255.255.0 SECONDARY

(repeat the second address sequence as necessary)

All configs after the first address are "SECONDARY"

Good Luck

Scott