Skip to content
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

Ipv4 traceroute response is NULL #558

Closed
sabommen opened this issue Sep 19, 2017 · 3 comments
Closed

Ipv4 traceroute response is NULL #558

sabommen opened this issue Sep 19, 2017 · 3 comments

Comments

@sabommen
Copy link

sabommen commented Sep 19, 2017

Trying to automate "Cisco_IOS_XR_traceroute_act" module. Rpc payload for sending to device is getting generated properly , but not getting ipv4 traceroute response and error is also not thrown for ipv4. Getting only ipv6 response though have not configured for ipv6.

=============Generating payload to send to device=============
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><traceroute xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-traceroute-act">
  <destination/>
  <ipv4>
    <destination>192.168.122.1</destination>
    <source>192.168.122.170</source>
    <timeout>3</timeout>
    <probe>3</probe>
    <numeric>false</numeric>
    <vrf-name>default</vrf-name>
    <min-ttl>1</min-ttl>
    <max-ttl>30</max-ttl>
    <port>22</port>
    <verbose>true</verbose>
  </ipv4>
  <ipv6/>
</traceroute>
</rpc>

If trying to configure "destination" container , getting "bad hostname or protocol not running " error for correct configurations also.

Logs are attached.

traceroute_log.txt

@ghost
Copy link

ghost commented Sep 19, 2017

Thanks. Formatted your post

@ghost
Copy link

ghost commented Sep 19, 2017

For such issues which are coming from the XR device side, can you please send an email the component team and yang-dk mailer?

@ghost ghost closed this as completed Sep 19, 2017
@ghost
Copy link

ghost commented Oct 16, 2017

Sorry. My above comment is wrong. This is a duplicate of #590, which is now closed

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant