Hello ,
Please see attached network diagram with details :
1. Cisco 3560 L3 Switch with 3 different subnet ip on 3 different ports:
216.218.185.65 /27
64.62.153.225/27
75.52.80.129/27
2. First Cisco 2960 L2 switch0 with one VLAN (Vlan 1) and all three Cisco 2960 ports (connected to 3560) added in Vlan1.
3. Second Cisco 2960 L2 switch1
4. ASA 5585 Firewall in Transparent Mode
5. Nexus N5000 Switch where three windows servers connected whose ip addresses is :
Server1= 216.218.185.77/27 Gateway = 216.218.185.65
Server2 = 64.62.153.239/27 Gateway = 64.62.153.225
Server3 = 75.52.80.146/27 Gateway = 75.52.80.129
Question : My concern is to add 3 subnets in single vlan1 as given below but where i will do that , mean to say :
- at cisco 3560 only
- at cisco 2960 switch0 only
- at cisco 2960 switch1 only
- at all of above
{
interface Vlan1
ip address 216.218.185.76 255.255.255.224 secondary
ip address 72.52.80.144 255.255.255.224 secondary
ip address 64.62.153.240 255.255.255.224
}
Actually I want to do this so that i can ping any windows server which is connected to Nexus switch can ping cisco 3560 ip and same will be from both directions.
Regards
Kuldeep Singh