cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2629
Views
0
Helpful
16
Replies

CISCO 892 ROUTER NOT HANDING OUT

cigalahgroup
Level 1
Level 1

Hello I have  very simple configuration on cisco 892 k9 router to run dhcp configuration, but sadly its not working i did trying restart the service but didn't worked. please check the  configurations.

Router#sh run
Building configuration...

Current configuration : 1601 bytes
!
! Last configuration change at 03:49:05 UTC Thu Feb 7 2036
!
version 15.7
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!


!
ip dhcp excluded-address 192.168.0.1
!
ip dhcp pool skak
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
!
!
!
ip cef
no ipv6 cef
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
license udi pid CISCO892-K9 sn FCZ174993FU
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
isdn termination multidrop
!
interface FastEthernet0
no ip address
!
interface FastEthernet1
no ip address
!
interface FastEthernet2
no ip address
!
interface FastEthernet3
no ip address
!
interface FastEthernet4
no ip address
!
interface FastEthernet5
no ip address
!
interface FastEthernet6
no ip address
!
interface FastEthernet7
no ip address
!
interface FastEthernet8
no ip address
shutdown
duplex auto
speed auto
!
interface GigabitEthernet0
no ip address
shutdown
duplex auto
speed auto
!
interface Vlan1
ip address 192.168.0.1 255.255.255.0
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
ipv6 ioam timestamp
!
!
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
transport input none
!
!
end

Router#
Router#
Router#
Router#
Router#
Router#
Router#sh ip dhcp bin
Router#sh ip dhcp binding
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/
User name
Router#
Router#sh ip dhcp binding
Bindings from all pools not associated with VRF:
IP address Client-ID/ Lease expiration Type
Hardware address/


 

16 Replies 16

@cigalahgroup  You license is also correct.

 Can you run all kind of debug available for DHCP?  Test and share the logs?

Also, it is possible do put Wireshark on the laptop you are using for test just to make sure packets are going back and forth? 

It might be helpful if we could see the output of  show vlan and of show interface status.

HTH

Rick