Chen Jiang writes: > change-configuration { > retry count 3 interval 1; > commands { > "set interface ge-1/0/0 description test"; Try changing "interface" to "interfaces" in this line. The commands need to be explicit/exact. Thanks, Phil