I want to provide 1.1.1.101 to 1.1.1.126 using dhcp pool. Here is my configuration
no ip dhcp use vrf connected
ip dhcp excluded-address 1.1.1.1 1.1.1.100
ip dhcp excluded-address 1.1.1.127 1.1.1.254
!
ip dhcp pool V1
network 1.1.1.0 255.255.255.0
d...