Hello,
Can a QApp ping the IP on the other end of a link with the “don’t fragment” bit set to that link’s MTU? Can this be done for every interface on the router?
Hello,
Can a QApp ping the IP on the other end of a link with the “don’t fragment” bit set to that link’s MTU? Can this be done for every interface on the router?
Discovering the IP address of the other side of the link seems to be a bit of a problem. I’m thinking it could be done via ARP table lookup, but that requires knowing the name of the VRF (where they are in use, which is frequently the case for WAN links here).
There are three data gathering operations that need to take place:
Interface data (including interface name, IP address, and MTU)
VRF data (show ip VRF)
ARP data (including interface name and associated IP addresses, based on VRF: show arp vrf NAME)
Guessing a GApp will be necessary to tie this together? Not sure how to execute commands based on output data from another command?
Pinging is easy, we just need to make sure we pass the commands in one line using options, we can make IP as variable which should be coming from neighboring router IP interfaces.
A solution relying on ARP is preferred over CDP / LLDP, because those two protocols are often not running on ISP / MPLS PE devices, and the links that are most likely to have MTU problems are those with ISP / MPLS provider on the other side of the link.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.