answersLogoWhite

0


Best Answer

receiving a malformed packet

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What could most likely cause the message rip bad version 128 from 160.89.80.43 to display in the output of the debug ip rip command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which command will display the router's configuration register setting?

show version


Will OpenOffice run on Windows CE 6.0?

No. When attempted to install, the installer will display the message "this version is not compatible with Windows CE".


How can I tell which version of Java I have?

From the command-line if you call java with the -version argument then it will display the version number.> java -versionjava version "1.8.0_111"Java(TM) SE Runtime Environment (build 1.8.0_111-b14)Likewise, if you list what programs/applications you have installed then the list should include the version number.


How do you find the JVM version?

Just type in your command line this: java -version If you have the java installed in your machine the above command show you the version installed.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


List out the version of java?

Running "java -version" will display the current version of Java.


Which command is used to backup in DOS 6 plus version?

The BACKUP command is used to backup in DOS 6 plus version.


What command do you use to find the version of the GCC compiler?

gcc --version


Which command is used to displays the DOS version number?

You can use "ver" command.


Which command we use to see MS-DOS version?

You can use "ver" command.


How do you chat on command prompt?

There is no direct "chat" facility built into the command prompt on any version of Windows. The closest would probably be the "net send" command of Windows NT/2000/XP, though this is disabled on Windows XP by default, and is not present at all in Windows Vista or Windows 7. The syntax of the net send command is:net send message


What does the 'which' command do in Linux?

The "which" command returns the absolute path of the executable that is called when a command is issued. For instance, 'which firefox'. This is useful in determining whether you are using a locally compiled version or the distribution version of a program.