Hi guys,
I have a quastion , if I configure a cisco router with DHCP ,can I spacifice which interface most work in DHCP and Which doesn't?
Or>>
Which interface will work in DHCP if I have two fastethernet ports in my router when I use this commands

:
ip dhcp pool router1
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 192.168.1.5 192.168.1.6
exit
ip dhcp excluded-address 192.168.1.1 192.168.1.5
ip dhcp excluded-address 192.168.1.6 192.168.1.255
^Z