10-23-2003 05:47 PM - edited 03-02-2019 11:13 AM
Is it possible to allow three/four different subnet to an interface??? How??
At the moment:
interface Ethernet0
ip address 192.168.100.254 255.255.255.0
How do I allow three/four other subnet through this interface
How do I allow traffic from
193.168.100.0 255.255.255.0
194.168.100.0 255.255.255.0
203.174.156.192 255.255.255.224
to travel through the 192.168.100.254 255.255.255.0 interface??
10-23-2003 06:22 PM
You can configure secondary ip addresses on all those subnets, on the same router interface.
int e0
ip add 192.168.100.254 255.255.255.0
ip add 193.168.100.254 255.255.255.0 secondary
ip add 194.168.100.254 255.255.255.0 secondary
ip add 203.174.156.222 255.255.255.224 secondary
This should do it.
10-24-2003 05:00 AM
although if you are using private address space, I would probably change the 3rd octet instead of the 1st. i.e 192.168.101 192.168.102 etc. unless your isp assigned you 193.168.100 and 194.168.100.
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