-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netconfd returns "invalid protocol framing characters received" for get-config request #28
Comments
|
So , not issue with connection or port.
|
Yes, netconf server (OpenYuma) is currently support base:1.0 and cause conflict with your client base:1.1. |
Netconf server is sending both 1.1 & 1.0 to client in hello message,
|
Please turn on debug log (i.e debug4) at netconf server to see a root cause |
Server debug log: ses_accept_input on session 5 |
|
I saw this and copied payload from RFC only. Can u please send me the payload, if i m doing something wrong, i will compare and correct. |
I think you have to follow an payload format: |
I have tried this also. agt_hello: set protocol to base:1.1 ses: invalid base:1;1 framing (inbetween: expect newline)
|
Is it possible for you to help me, to get it working? |
Sorry, what am I suggest is to read carefully at https://tools.ietf.org/html/rfc6242#section-4.2 since I never try this before. |
Try this: |
same error |
Hello @anukulverma, I understand that issue happened while ago, but would much appreciate if can you share the root cause and how to overcome. |
Hi,
I m trying to use openssh commands to get device configuration.
hello message sent :
urn:ietf:params:netconf:base:1.1 ]]>]]>get-config payload:
#239
Netconfd server (Openyuma) returns following error:
#581
transport
malformed-message
error
data-invalid
invalid protocol framing characters received
378
The text was updated successfully, but these errors were encountered: