Hello
is there a way to manipulate variables in NCM?
I would like to have the last part of the IP address of each device to create a new VLAN interface.
${AgentIP} would give me the IP address, but I only need the last part (2 or 3 characters).
The command script should look like
conf term
interface vlan 99
ip address 192.168.100.xxx 255.2555.255.0 ! xxx = substring(${AgentIP},12,3)
no shutdown
end
Thanks, Thomas