my project requirement is such that , in most cases i have to execute each command with out commit
is there a way to do the same ?
for example i have to configure ip address i have to do
interface x
ip address x.x.x.x 255.255.255.0
commit
instead i should be able to do
interface x
ip address x.x.x.x 255.255.255.0
without a commit
action callpoint wont help as it wont store in cdb
please help