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

DCHP on Cisco Router 1812

rdp1960
Level 1
Level 1

I have a Cisco Router1812. This router has fe0,fe1 and f2-f9 as switcher ports.

I want to get to configure this router as dhcp server for client connected on f2-f9 port.

I am a newbie and I certainly make a mistake. there is someone who can help me?

Thanks for all.

I configured the router in this way:

Using 1504 out of 196600 bytes
!
version 12.4
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
!
!
dot11 syslog
!
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1 192.168.1.127
!
ip dhcp pool NET-POOL
   network 192.168.1.0 255.255.255.0
   default-router 192.168.1.1
   dns-server 8.8.8.8
   domain-name firewall.cx
   lease 0 4 30
!
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
!
!
archive
 log config
  hidekeys
!
!
!
!
!
interface FastEthernet0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
!
interface FastEthernet5
!
interface FastEthernet6
!
interface FastEthernet7
!
interface FastEthernet8
!
interface FastEthernet9
!
interface Dot11Radio0
 no ip address
 shutdown
 speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
 station-role root
!
interface Dot11Radio1
 no ip address
 shutdown
 speed basic-6.0 9.0 basic-12.0 18.0 basic-24.0 36.0 48.0 54.0
 station-role root
!
interface Vlan1
 no ip address
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
!
end

 

1 Accepted Solution

Accepted Solutions

johnd2310
Level 8
Level 8

Hi,

Configure ip address 192.168.1.1 255.255.255.0 on vlan 1

 

interface Vlan1
 ip address 192.168.1.1 255.255.255.0

Thanks

John

**Please rate posts you find helpful**

View solution in original post

2 Replies 2

johnd2310
Level 8
Level 8

Hi,

Configure ip address 192.168.1.1 255.255.255.0 on vlan 1

 

interface Vlan1
 ip address 192.168.1.1 255.255.255.0

Thanks

John

**Please rate posts you find helpful**

With late but thanks

Review Cisco Networking for a $25 gift card