From: bpw (mrccnp@yahoo.com)
Date: Thu Jan 09 2003 - 16:34:28 GMT-3
I am attempting to use a dhcp pool to assign an
address to the aux port on dial up. I get an error
msg that states "a dhcp address could not be assigned"
when I attempt to make the connection. When I
staticially assign an address, everything works just
fine. Any suggestions? I have some extra stuff in
the config and have included the parts of the config
that should be impacted. I have a different pool for
an ethernet connection to another pc that works fine.
The router will use a dhcp pool, just not on the aux
port.
.
.
.
ip forward-protocol undp bootpc
.
.
.
ip dhcp pool dialuppool
network 172.18.0.0 255.255.0.0
domain-name xyz.com
default-router 172.18.0.1
lease infinite
.
.
.
interface Async1
ip address 172.18.0.1 255.255.0.0
ip helper-address 172.18.0.1
encapsulation ppp
dialer in-band
async dynamic routing
async mode interactive
peer default ip address 172.18.0.2
ppp authentication chap
.
.
.
line aux 0
exec-timeout 0 0
autoselect during-login
autoselect ppp
script dialer cisco_default
logging synchronous
login local
modem InOut
modem autoconfigure discovery
transport preferred telnet
transport input all
stopbits 1
speed 38400
flowcontrol hardware
.
.
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:46 GMT-3