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

Ping does not work on Nokia 7750 #137

Open
kotviphp opened this issue Sep 11, 2020 · 10 comments
Open

Ping does not work on Nokia 7750 #137

kotviphp opened this issue Sep 11, 2020 · 10 comments
Assignees
Labels

Comments

@kotviphp
Copy link

How change command?

defult, ping count 10 8.8.8.8 source lo0, these are the wrong commands
there should be a command ping router 24 and then ip address

@kotviphp
Copy link
Author

LG

@gmazoyer
Copy link
Owner

Commands are coded and you cannot changed them without changing the source code.

Please give all the details for this issue because we don't know what kind of router you are talking about and therefore canot help you. Try to keep issues for actual bugs and feature requests as well, if you have any questions please join the Slack channel.

@kotviphp
Copy link
Author

TiMOS-C-16.0.R10 cpm/hops64 Nokia 7750 SR Copyright (c) 2000-2019 Nokia

@gmazoyer gmazoyer changed the title change command Ping does not work on Nokia 7750 Sep 11, 2020
@gmazoyer gmazoyer added the bug label Sep 11, 2020
@gmazoyer gmazoyer self-assigned this Sep 11, 2020
@gmazoyer
Copy link
Owner

Could you please provide examples for commands which do not work on your Nokia devices?

@kotviphp
Copy link
Author

ping router 24 8.8.8.8
as an example

@gya235
Copy link

gya235 commented Sep 14, 2020

"router 24" is a virtual context (VPN) inside router . By deafult the context is 1 but we need context 24

@gya235
Copy link

gya235 commented Sep 14, 2020

This is in real envaironment issue:

A:BSR01.SNBAV.ALM# ping router
router router-instance
A:BSR01.SNBAV.ALM# ping router 24 8.8.8.8
PING 8.8.8.8 56 data bytes
64 bytes from 8.8.8.8: icmp_seq=1 ttl=109 time=75.7ms.
64 bytes from 8.8.8.8: icmp_seq=2 ttl=109 time=75.6ms.
64 bytes from 8.8.8.8: icmp_seq=3 ttl=109 time=75.6ms.
64 bytes from 8.8.8.8: icmp_seq=4 ttl=109 time=75.6ms.
64 bytes from 8.8.8.8: icmp_seq=5 ttl=109 time=75.6ms.

---- 8.8.8.8 PING Statistics ----
5 packets transmitted, 5 packets received, 0.00% packet loss
round-trip min = 75.

@gmazoyer
Copy link
Owner

So router X is only to be used when a VRF is needed?

@gya235
Copy link

gya235 commented Sep 15, 2020

Yes. And Internet instance still use another VRF context not global. Its a common practice. Thats why we should point vrf instance for those command (ping, trace, show bgp and so on)

@kotviphp
Copy link
Author

will be fixed?

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

No branches or pull requests

3 participants