Setting up a secondary IP address range
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:54 PM
We are running out of IP's in our DHCP range and do not have 'room' in our IPv4 to enlarge the current scope. Can you setup a secondary IP range to use DHCP?
Like so:
interface vlan.0.100
ip address 10.10.1.0 255.255.255.0 primary
ip address 10.10.7.0 255.255.255.0 secondary
Like so:
interface vlan.0.100
ip address 10.10.1.0 255.255.255.0 primary
ip address 10.10.7.0 255.255.255.0 secondary
8 REPLIES 8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-26-2016 05:42 AM
Hi Jeremy,
you can add a secondary IP address to a VLAN:
configure vlan <NAME> add secondary-ipaddress <ADDRESS> You can configure the BOOTP Relay service to include the secondary address(es):
configure bootprelay ipv4 include-secondary Br,
Erik
you can add a secondary IP address to a VLAN:
configure vlan <NAME> add secondary-ipaddress <ADDRESS> You can configure the BOOTP Relay service to include the secondary address(es):
configure bootprelay ipv4 include-secondary Br,
Erik
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:57 PM
Hi Jeremy,
working with secondary IP addresses on a router interface is possible but alway a nasty workaround.
Regards
André
working with secondary IP addresses on a router interface is possible but alway a nasty workaround.
Regards
André
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:57 PM
Your DHCP server will need to be configured to show the different subnets are actually a part of the same network. Our BlueCat DHCP servers are able to do that.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎10-25-2016 12:57 PM
Another thing is the DHCP request - I assume DHCP relay will be used,
In that case the router will send out 2 requests for the different scopes and the first reply will decide which IP (subnet) is used by the client.
In my opinion it's better to configure a new VLAN instead of using a secondary IP.
In that case the router will send out 2 requests for the different scopes and the first reply will decide which IP (subnet) is used by the client.
In my opinion it's better to configure a new VLAN instead of using a secondary IP.
