I just created some new custom properites in NCM and now I'm trying to run a command script to update some routers. However when it runs the script, it is acting like the custom properties don't exist. I have created some in the past but the new ones don't seem to work. Here is a copy of the script i am using:
config t
no ip dhcp use vrf connected
ip dhcp excluded-address ${DHCP_Excluded_1}
ip dhcp excluded-address ${DHCP_Excluded_2}
ip dhcp pool RRpool
network ${Int_Subnet} ${Int_SubnetMask}
default-router ${Default_Route}
dns-server 172.20.100.1 172.20.100.2
domain-name ccurdrdflx.net
Here is the results:
PHX_RTR_CA12.Scottsdale.redflex.com (xx.xx.xx.xx)
config t
Enter configuration commands, one per line. End with CNTL/Z.
no ip dhcp use vrf connected
ip dhcp excluded-address
ip dhcp excluded-address
% Incomplete command.
ip dhcp excluded-address
ip dhcp excluded-address
% Incomplete command.
ip dhcp pool RRpool
network 172.16.226.128 255.255.255.240
default-router
default-router
% Incomplete command.
dns-server 172.20.100.1 172.20.100.2
domain-name ccurdrdflx.net
The ${Int_Subnet} and ${Int_SubnetMask} custom properties are ones that I created last year before we upgraded to 7. The rest are new ones that I created this week using the custom property editor.
I also noticed that these show up under different places when I go and edit a node. The new ones show under Custom Properties, the old ones show up under NCM custom Properties.