Hello
I have 2611XM has T-1 coming in to the WAN port.
I have the lan port connected to 3com access switch,which is connected to 48 clients.
I configured the DHCP server on the cisco 2611XM. For some reason. My clients are not able get an ip address from the dhcp server. Please let me know what am i doing wrong. I have the conf file below
*************
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco2611
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip dhcp pool internal
network 192.168.2.0 255.255.255.0
dns-server 66.10.x.x 204.60.x.x
default-router 192.168.2.1
update arp
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 66.10.x.49 255.255.255.248
ip dhcp relay information trusted
speed auto
half-duplex
!
interface Serial0/0
ip address 66.10.x.26 255.255.255.252
encapsulation frame-relay IETF
no fair-queue
service-module t1 clock source internal
service-module t1 timeslots 1-24
frame-relay interface-dlci 16
ip classless
ip route 0.0.0.0 0.0.0.0 66.10.x.25
ip http server
!
access-list 1 permit 192.0.0.0 0.255.255.255
!
!
!
end
******************
I have 2611XM has T-1 coming in to the WAN port.
I have the lan port connected to 3com access switch,which is connected to 48 clients.
I configured the DHCP server on the cisco 2611XM. For some reason. My clients are not able get an ip address from the dhcp server. Please let me know what am i doing wrong. I have the conf file below
*************
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname cisco2611
!
boot-start-marker
boot-end-marker
!
!
no network-clock-participate slot 1
no network-clock-participate wic 0
no aaa new-model
ip subnet-zero
ip dhcp pool internal
network 192.168.2.0 255.255.255.0
dns-server 66.10.x.x 204.60.x.x
default-router 192.168.2.1
update arp
!
no ftp-server write-enable
!
!
!
!
interface FastEthernet0/0
ip address 66.10.x.49 255.255.255.248
ip dhcp relay information trusted
speed auto
half-duplex
!
interface Serial0/0
ip address 66.10.x.26 255.255.255.252
encapsulation frame-relay IETF
no fair-queue
service-module t1 clock source internal
service-module t1 timeslots 1-24
frame-relay interface-dlci 16
ip classless
ip route 0.0.0.0 0.0.0.0 66.10.x.25
ip http server
!
access-list 1 permit 192.0.0.0 0.255.255.255
!
!
!
end
******************