单选题
在某台Cisco路由器中定义了一个名为test的DHCP地址池(192.168.3.0/26),并保留192.168.3.62/29的IP地址,下列正确的配置语句是 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