cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
950
Views
0
Helpful
3
Replies

DHCP on 3750 for network not connected switch

dwatkins
Level 1
Level 1

How would one configure a DHCP Pool on a 3750 for a network that is not directly connected to the switch?

3 Replies 3

vragotha
Level 3
Level 3

Configure the DHCP pool on the 3750 as you would normally. The connected devices between the 3750 and the clients need to have an IP helper set. Can you post a network topology?

When I configure the 3750 with dhcp pools with address space within hte subnet of what is defined in the vlan interface the DHCP works. When i configure a pool for 10.3.3.0 which does not have a vlan interface on the 3750 the 3750 does not hand out ip addresses to the Remote VPN user DHCP client. Topology attahced

Here is scrubbed config on the switch I am using.

!
aaa new-model
!
!
aaa authentication login default group tacacs+ local
aaa authentication enable default enable
aaa authorization exec default group tacacs+ local
aaa accounting send stop-record authentication failure
aaa accounting update newinfo
aaa accounting exec default start-stop group tacacs+
aaa accounting commands 1 default stop-only group tacacs+
aaa accounting commands 15 default stop-only group tacacs+
aaa accounting network default start-stop group tacacs+
aaa accounting system default start-stop group tacacs+
!
!
!
aaa session-id common
clock timezone EST -5
clock summer-time EST recurring
switch 1 provision ws-c3750g-24ts-1u
switch 2 provision ws-c3750g-24ts-1u
system mtu routing 1500
vtp mode transparent
authentication mac-move permit
no ip subnet-zero
no ip source-route
ip domain-name dtsrv.local
ip dhcp excluded-address 10.3.3.1
ip dhcp excluded-address 10.2.2.1
!
ip dhcp pool Employee_Remote_Access
   network 10.3.3.0 255.255.255.0
   default-router 10.3.3.1

ip dhcp pool Employee_Local_Access
   network 10.2.2.0 255.255.255.0
   default-router 10.2.2.1
  
!
spanning-tree mode pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 102
name Employee_Local_Access_10.2.2.0
!
vlan 101
name Towards_ASA_10.1.1.0
!
interface Vlan102
ip address 10.2.2.1

interface Vlan101
ip address 10.1.1.1
!
ip default-gateway 10.1.1.1
ip classless
no ip http server
no ip http secure-server
!

Message was edited by: dwatkins@emdeon.com

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: