Start a Conversation

Unsolved

This post is more than 5 years old

434

July 21st, 2014 00:00

different network segment with multiple ip on VNX 5300 for NAS

Dear,

Pls suggest me on below scenario curently my VNX 5300 NAS have single IP 172.16.136.x with gateway  172.16.136.1 and working fine. Now my team desired to extend the NAS to one different network segment 172.16.140.x with gateway 172.16.140.1.

Please help me on the same to suggest how i can achieve it.

1 Rookie

 • 

20.4K Posts

July 31st, 2014 20:00

remember that you must configure VLAN tagging on the switch as well.

1.2K Posts

July 31st, 2014 20:00

Thanks Dynamox. Yes, VLAN tagging must be configured at both DM and switch, ensure that the IP network switch settings match the device settings.

1.2K Posts

July 31st, 2014 20:00

Configure a single device on multiple networks:

server_ifconfig -create -Device -name -protocol IP

for example:

server_ifconfig server_2 -create -Device cge2 -name cge2_1 -protocol IP 172.24.102.10 255.255.255.0 172.24.102.255

server_ifconfig server_2 -create -Device cge2 -name cge2_2 -protocol IP 172.24.103.10 255.255.255.0 172.24.103.255

Verify the configuration settings on multiple networks:

server_ifconfig

for example:

server_ifconfig server_2 cge2_1

After you configure a single device on multiple network, you can assign a different VLAN tag to each interface.

server_ifconfig vlan=

for example:

server_ifconfig server_2 cge2_1 vlan=102

server_ifconfig server_2 cge2_2 vlan=103

Verify the settings for each interface:

server_ifconfig

Hope this helps.

1 Rookie

 • 

20.4K Posts

July 31st, 2014 20:00

VLAN tagging, might also need to set static routes (IP Reflect will help)

No Events found!

Top