answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What command can you execute from user mode to display the current IOS version and feature set running on a router that your consoled into?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

List and execute UNIX command to display the sizes of the six largest files in the current directory listed in ascending order of their size?

There are several ways to do this (typical Unix ...). you could execute the following command: du | sort -n | tail -6 The 'du' command lists disk usage by listing a file name and size per line, then use the sort command to list numerically, and the last 6 will be the 6 largest.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


What would you type at a command prompt to execute a program called sampleprog in your current directory if the current directory is not in your path statement?

./sampleprog


List and execute UNIX command to display the number of words in the last 10 lines of any file?

tail -10 anyfile | wc


Describe the correct usage of the PING command to help troubleshoot a home network?

Use the PING (and current IP address) command to execute a loopback test on a NIC


What is the command to execute it sfc?

that is the command for system file checker.


What does the CHMOD command do?

Changes the permissions of a file or folder to grant or deny the ability to read, write, and/or execute the file for the current owner, the current group, or for all users of the system.


What command do you execute at the collector computer to enable subscriptions?

wecutil qc command


When do execute the save command after editing with access database?

You perform several edits in a table within an Access database. When should you execute the Save command?


What is a dimmed menu?

the command is not available it is used in windows.its means at time execute command


How do you compile and execute Java program in which we find the highest of any five numbers?

In the same way as you would compile and execute any other Java program. Compile: use the "javac" command. Or use the built-in "compile" command in your favorite IDE. Execute: Use the "java" command. Or use the built-in "run" command in your favorite IDE.


What command is used to execute system calls from exe?

system