cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1250
Views
0
Helpful
2
Replies

DHCP server on Cisco 2600 ios 12.0(7)T release same address

r.mattoni
Level 1
Level 1

I have configured a 2600 as dhcp-server with this configuration:

!

username AccountRemote password PasswordRemote

!

ip dhcp excluded-address 10.8.0.1 10.8.0.200

!

ip dhcp pool RasPool

network 10.8.0.0 255.255.255.0

default-router 10.8.0.127

!

ip dhcp-server 10.8.0.127

!

interface Ethernet0/0

ip address 10.8.0.127 255.255.255.0

ip nat inside

!

interface BRI0/0

no ip address

dialer pool-member 1

isdn switch-type basic-net3

!

interface Dialer1

ip unnumbered Ethernet0/0

ip nat inside

encapsulation ppp

dialer remote-name AccountRemote

dialer pool 1

dialer-group 1

peer default ip address dhcp

ppp authentication chap

!

Well. When the router receive an IDSN callin, release an address (i.e. 10.8.0.201). If, when the first callin is ON, the router receive a second ISDN callin it release the SAME address 10.8.0.201 of the first connection.

So it doesn't work.

There is a configuration problem?

Thanks.

2 Replies 2

mheusinger
Level 10
Level 10