routing to Odd and even networks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 10:54 AM - edited 03-04-2019 02:50 AM
I need to route traffic to odd and even networks - 192.168.(odd).0 out one interface s0\0 and route 192.168.(even).0 out of s0/1.
I seem to remember something like 192.168.1.0 0.0.254.255 for the odd and
192.168.0.0 0.0.254.255 for the even, is that correct?
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 11:20 AM
g-
I believe that you are trying to create subnet masks for your networks. If this be true, then:
192.168.1.0 mask 255.255.255.0 for 254 addresses
192.168.2.0 mask 255.255.255.0 for 254 addresses
192.168.1.0 mask 255.255.254.0 for 508 addresses
this would include the networks 192.168.0.0 & 192.168.1.0
192.168.2.0 mask 255.255.254.0 for 508 addresses
this would include the networks 192.168.2.0 & 192.168.3.0
Or are you trying inverse masks for ACLS?
Let me know if this helps...
-Bo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 11:54 AM
a permit 192.168.0.0.0.0.254.255 would permit odd # addresses
a deny 192.168.0.0 0.254.255 would permit all even # addresses
