Howdy,

Me again ......

Having problems with the c877w not assigning addresses from the DHCP pool. Not sure why. I am not able to get the address from the pool. below an extract.

The other problem I have at another site is that the IP connectivity keeps dropping. Same setup as below with a switch inbetween router and workstations.

< extract from config >

!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.18.43.1 172.18.43.128
!
ip dhcp pool mynetwork
import all
network 172.18.43.0 255.255.255.0
domain-name mydomain.com
dns-server 172.18.18.65 172.18.16.65
default-router 172.18.43.1
netbios-name-server 172.18.18.65 172.18.16.65
!
!
interface BVI1
ip address 172.18.43.1 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!

< end of extract >