cancel
Showing results for 
Search instead for 
Did you mean: 

adding a sec IP add on ve interface

claude_karemera
New Contributor III

how can i add a sec ip add on ve interfaces but on diff subnet with primary?

1 ACCEPTED SOLUTION

claude_karemera
New Contributor III

hi Ben, 

still have an issue on icx 7150-08P....  they can register to SZ100 but they are not showing any info.... but for 24 and 48 are working normally. please do you have any idea on this?

Image_ images_messages_5f9b100135f40c7ccb39a91a_37dfc1e76eb34bdcf786bf71c3361b45_ICX71508Ports-8295f9e6-d9f4-4bae-9bed-4aeaf2c1e307-932818040.PNG

View solution in original post

5 REPLIES 5

BenBeck
Moderator
Moderator

Hey Claude, 

Yes, you can. However, this is generally not recommended as having two networks in one broadcast domain is not a best practice. If needed under a special circumstance, you would issue something similar to:

conf t

interface ve 10

ip address 192.168.10.1 255.255.255.0 secondary

*replace IP address and subnet mask as needed

EDIT: Correct usage in nested comment below

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Hi Ben,

i did that but it is restricting to be in same network.... here is the "Error: must assign primary ip address on specified subnet first"

Hey Claude, 

I double-checked this in the lab. I misused the 'secondary' syntax there. Apologies. The secondary syntax is for two IP addresses in the same subnet such as:

conf t

interface ve 10

ip address 192.168.10.1 255.255.255.0

ip address 192.168.10.2 255.255.255.0 secondary

In your scenario, you simply enter the second address normally. An Example:

conf t

interface ve 10

ip address 192.168.10.1 255.255.255.0

ip address 192.168.20.1 255.255.255.0 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

hi Ben,

Thanks a lot