cancel
Showing results for 
Search instead for 
Did you mean: 

Netconf - get-active-users

flipPipe
Frequent Contributor

Netconf - get-active-users

Hi,

The following netconf rpc call

[code]


*
2


[/code]

Works fine in 8.0R9 (SA2500) but in 8.1R3.2 (SM160) return an error:

[code]


rpc
invalid-value
error


[/code]

Any ideia? I'm following the DMI Guide 8.1

And by the way, this forum will have a rss feed?
Tags (1)
6 REPLIES 6
kita
Regular Contributor

Re: Netconf - get-active-users

I haven't heard any issues with netconf. Can you please provide what details you are sending in the request? I will try and replicate this in-house.
flipPipe
Frequent Contributor

Re: Netconf - get-active-users

It seems the new forum does not support all bbcode... lets see if encoding the xml you can see it.

First, the request:

%3Crpc+message-id%3D%22639%22%3E%0D%0A%09%3Cget-active-users%3E%0D%0A%09%09%3Cname%3E%2A%3C%2Fname%3E%0D%0A%09%09%3Cnumber%3E2%3C%2Fnumber%3E%0D%0A%09%3C%2Fget-active-users%3E%0D%0A%3C%2Frpc%3E

Then the error message:

%3Crpc-reply+message-id%3D%22639%22%3E%0D%0A%09%3Crpc-error+xmlns%3D%22urn%3Aietf%3Aparams%3Axml%3Ans%3Anetconf%3Abase%3A1.0%22%3E%0D%0A%09%09%3Cerror-type%3Erpc%3C%2Ferror-type%3E%0D%0A%09%09%3Cerror-tag%3Einvalid-value%3C%2Ferror-tag%3E%0D%0A%09%09%3Cerror-severity%3Eerror%3C%2Ferror-severity%3E%0D%0A%09%3C%2Frpc-error%3E%0D%0A%3C%2Frpc-reply%3E
zanyterp
Moderator

Re: Netconf - get-active-users

Do you see the same failure in all 8.1-based releases or specifically in 8.1R3.2/8.1R4?
zanyterp
Moderator

Re: Netconf - get-active-users

It looks like this was an issue identified earlier in the 8.1Rx release train. In the 8.1R4 release notes there is a note that this is resolved:

The get-active-users DMI RPC doesn’t work.

Are you able to test this in your lab to confirm the change in behavior?
flipPipe
Frequent Contributor

Re: Netconf - get-active-users

It is working in 8.1R4. Thanks.
zanyterp
Moderator

Re: Netconf - get-active-users

You are welcome; glad it works as expected based on the release notes.