Hey people, hope you're well?
I have just started to study Cisco and hope to become CCENT very soon but need a little help with the setup of the kit I purchased.
The router in question is a Cisco 877M, I have put together the below configuration but am a little confused when it comes to the VLAN and DHCP pool.
My question is, Do the switch ports I assigned to VLAN1 know to use DHCP? sorry if this is a silly question but I am literally just stating out. Anyway, here is the configuration, if you see any mistakes please highlight!!
:-)
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Ryan877M
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
ip dhcp excluded-address 192.168.0.1 192.168.0.5
!
ip dhcp pool mynetwork1
network 192.168.0.0 255.255.255.0
default-router 192.168.0.1
dns-server 62.6.40.178 62.6.40.162
lease 7
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0
ip address 192.168.0.1 255.255.255.0
ip nat inside
duplex full
speed auto
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface vlan1
name Home
ip address 192.168.0.2 255.255.255.0
interface FE0
switchport access vlan vlan1
interface FE1
switchport access vlan vlan1
interface FE2
switchport access vlan vlan1
interface FE3
switchport access vlan vlan1
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp chap hostname bthomehub@btbroadband.com
ppp chap password 0 password
ppp pap sent-username bthomehub@btbroadband.com password 0 password
!
ip nat inside source list 1 interface Dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
Any help appreciated.
Thanks