11-02-2005 07:55 PM - edited 03-03-2019 12:39 AM
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?
Solved! Go to Solution.
11-02-2005 08:14 PM
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
11-02-2005 08:11 PM
ip address
ip address
11-02-2005 08:14 PM
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
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