thought I knew how to exclude an addres..
but im not familiar with the SDM statements found in the config..
If I wanted to exclude 192.168.22.99..how would i confiugre this?
ip dhcp excluded-address 192.168.22.99 ?
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
ip dhcp excluded-address 192.168.22.1 192.168.22.10
!
ip dhcp pool sdm-pool
import all
network 10.10.10.0 255.255.255.248
default-router 10.10.10.1
lease 0 2
!
ip dhcp pool sdm-pool1
import all
network 192.168.22.0 255.255.255.0
dns-server 192.168.1.27
default-router 192.168.22.1
netbios-name-server 192.168.119.2 192.168.117.15
netbios-node-type h-node
Start Free Trial