Hi All,
I am trying to find a way to change over 500 Cisco 800 series config`s, I am trying to use NCM to look at the config and make changes relevant to the IP structure.
So what I want to happen is NCM look at the config / determin the IP structure and make a change to the DHCP scope based on the LAN IP.
Example Below.
ip dhcp excluded-address <store lan>.1
ip dhcp excluded-address <store lan>.11 <store lan>.179
ip dhcp excluded-address <store lan>.231 <store lan>.254
!
ip dhcp pool Default
import all
network <store lan>.0 255.255.255.0
domain-name uk.int.tgr.net
dns-server 192.168.112.30 192.168.251.32
default-router <vlan1 address>
netbios-name-server 192.168.251.32