11-16-2006 02:30 AM - edited 03-05-2019 12:50 PM
Can anybody please tell me how, is it possible to configure multiple subnets per vlan.
Thanks in Advance.
Regards,
Suresh
11-16-2006 02:38 AM
Hi Suresh,
The process of configuring multiple subnets per VLAN (or Ethernet segment) is called multinetting. One way to do this is to configure 2 IP addresses on your routed Ethernet interface (either 'interface vlan
Hope that helps.
Paresh
PS, Pls do remember to rate posts.
11-16-2006 02:39 AM
Hi Suresh,
Using a secondary keyword after ip address under interface vlan mode you can achieve the desired results.
interface vlan 1
ip address 1.1.1.1 255.255.255.0
ip address 2.2.2.2 255.255.255.0 secondary
ip address x.x.x.x x.x.x.x secondary
Now you can have you machines in same vlan with different subnets.
HTH
Ankur
11-16-2006 02:54 AM
It is recommended by Cisco. As Cisco itself says that you should not configure more than 254 clients per vlan. Right.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide