02-28-2018 07:03 AM - edited 03-08-2019 02:04 PM
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
Solved! Go to Solution.
02-28-2018 07:14 AM
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
02-28-2018 07:14 AM
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
03-29-2018 08:07 AM
With late but thanks
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide