-
Notifications
You must be signed in to change notification settings - Fork 111
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
h3c any netconf(ssh) call failed #89
Comments
I have the same question.
I have not devices to test other product devices, so just the h3c device is ok. |
i have same question, who knows why? please explain, thanks! |
Wild guess this may be the use of uuid for message ids. My rewrite is going to use proper atomically increasing integers per-session but no ETA on it (See #24 ) Getting a dump of the complete comminication would be good to add to the unit tests. Also any virtual h3c or way we can have access to one? |
The request param just like the examples/ssh1/ssh1.go
Request:
_<get-chassis-inventory/>_
Reply: &{XMLName:{Space:urn:ietf:params:xml:ns:netconf:base:1.0 Local:rpc-reply} Errors:[{Type:application Tag:operation-failed Severity:error Path: Message:The Line 2 Column 6 :"
<rpc message-id="d38f44", no target name. Info:applicationoperation-failederrorThe Line 2 Column 6 :"
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="d38f44", no target name.}] Data:applicationoperation-failederrorThe Line 2 Column 6 :"
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="d38f44", no target name. Ok:false RawReply:applicationoperation-failederrorThe Line 2 Column 6 :"
<?xml version="1.0" encoding="UTF-8"?>
<rpc message-id="d38f44", no target name.}
The text was updated successfully, but these errors were encountered: