A) Router(config) # ip dhcp pool test Router(dhcp-config) # network 192.168.3.0 0.0.0.63 Router(dhcp-config) # ip dhcp excluded-address 192.168.3.62 B) Router(config) # ip dhcp pool test Router(dhcp-config) # network 192.168.3.0 255.255.255.192 Router(dhcp-config) # ip dhcp excluded-address 192.168.3.62 255.255.255.254 C) Router(config) # ip dhcp pool test Router(dhcp-config) # network 192.168.3.0/26 Router(dhcp-config) # ip dhcp excluded-address 192.168.3.62/29 D) Router(config) # ip dhcp pool test Router(dhcp-config) # network 192.168.3.0/26 Router(dhcp-cofnig) # exit Router(config) # ip dhcp excluded-address 192.168.3.56 192.168.3.62