cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
325
Views
0
Helpful
2
Replies

configuring a ethernet interface with 2 different ip addresses

ccurtin
Level 1
Level 1

Hi Hope someone can help.. I have a 3640 router with 2 ethernet modules in it (one port per modules) and running ios 12.2.3.. we are in the process of changing our internal ip addresses.. What we are looking to do is run 2 ip addresses on the internal interface (original ip and the new ip) until we cut everyone over. Can this be done with ios and how..

thanks

Christopher Curtin

christopher.curtin@oag.state.ny.us

1 Accepted Solution

Accepted Solutions

jasyoung
Level 7
Level 7

Configure the second IP address on your Ethernet interface with "ip address 1.2.3.4 255.255.255.0 secondary". The "secondary" keyword allows it to coexist with the primary address on that interface. You can have an arbitrary number of secondary IP addresses on a given interface.

View solution in original post

2 Replies 2

jasyoung
Level 7
Level 7

Configure the second IP address on your Ethernet interface with "ip address 1.2.3.4 255.255.255.0 secondary". The "secondary" keyword allows it to coexist with the primary address on that interface. You can have an arbitrary number of secondary IP addresses on a given interface.

perfect.. Thanks for your help..