Solution Reqd. for DHCP Server on Cisco Catalyst 6500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2001 01:15 PM - edited 03-01-2019 06:44 PM
We need to define DHCP Pool for each VLAN on Catalyst 6509 Switch. On Access Layer, we are using Catalyst 3548's switch. Users are coming to access layer to be a part of departmental VLAN's. We want they must take IP from their VLAN. How this can be done, please suggest
- Labels:
-
Other Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2001 01:45 PM
example:
ip dhcp pool 2
network 10.13.20.0 255.255.255.0
domain-name yyyy.com
dns-server 209.11.58.116 209.11.58.117
default-router 10.13.20.10
lease 4
!
ip dhcp pool 4
network 10.13.25.0 255.255.255.0
domain-name yyyy.com
dns-server 209.11.58.116 209.11.58.117
default-router 10.13.25.10
lease 4
Using the 6500's DHCP feature does not work well with IPX. I would suggest building a seperate DHCP server.
