Hi,
We have a SAN vlan (46) and a Data vlan (45) – on a single Cisco switch. To do inter-site data replication I need to make the trunk'd SAN connections aware of the VLAN's.
Reading the NetApp docs I've done the following –
kdcsan2> ifconfig multitrunk1 down
kdcsan2> vlan create multitrunk1 45 46
kdcsan2> ifconfig multitrunk1-45 10.1.45.8 netmask 255.255.255.0 kdcsan2> ifconfig multitrunk1-46 10.1.46.2 netmask 255.255.255.0
kdcsan2> ifconfig multitrunk1-45 up kdcsan2> ifconfig multitrunk1-46 up
But I haven't been able to to ping the box via either IP address. The switch ports are configured for the 46 vlan so at the very least I should be able to ping the switch gateway.
The multitrunk1 consists of two nics in a fas270 going into two Cisco switch ports.
Any clues as to what I'm doing wrong ? Do I need to define multiple gateways ?
Thanks in advance, Raj.