cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
391
Views
0
Helpful
3
Replies

Netconfig job behaves unexpectedly

orsonjoon
Level 1
Level 1

Hello,

I just created a netconfig job with an ad-hoc command on a interface of a cat 6506 switch.

The first command was a description command on the interface like "description test"

The second command was "switchpoort access vlan 19" which is obviously wrong, type error poort (2 oo's)

The job executed without any error, even the CLI output of the job didn't show any error.

When eexcuting this command from the switch directly this error "cisco6506(config-if)#switchpoort access vlan 19

^

% Invalid input detected at '^' marker."

appears.

In the job I have selected "stop on failure", but the job executed anyway without any error. The vlan wasn't modiyfied on the switch though.

How is this possible, is this a bug or normal operation?

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

I assume you have TFTP selected as your primary protocol. If this is the case, then what you're seeing is expected. The TFTP deployment method has no way of checking for errors. The commands are loaded completely asynchronously. If you want to do more aggressive error checking, switch to using one of TELNET or SSH.

View solution in original post

3 Replies 3

john.wright
Level 3
Level 3

I tried the same thing and I got a failure notice on my CW running LMS 2.6.

And it did not apply the change.

Joe Clarke
Cisco Employee
Cisco Employee

I assume you have TFTP selected as your primary protocol. If this is the case, then what you're seeing is expected. The TFTP deployment method has no way of checking for errors. The commands are loaded completely asynchronously. If you want to do more aggressive error checking, switch to using one of TELNET or SSH.

You were right again, thanks for your answer Joe.