Comments
pls visit:
www.cisco.com/en/US/docs/ios/12_0/configfun/configuration/guide/fctroubl.html
Posted by crouse
Visit Following link:
http://books.google.com.pk/books?id=BYcU3oHCn40C&pg=PR19&lpg=PR19&dq=Define+the+Error+Message+displayed+by+the+IOS%3F&source=bl&ots=YPO56qKeDe&sig=0WYgoTUns4L8Bu3lLo35MamWCfk&hl=en&ei=o0nLSbzcF8yUkAWpvLjaCQ&sa=X&oi=book_result&resnum=9&ct=result
Posted by waqasahmad
Visit Following link:
http://www.cisco.com/en/US/docs/ios/12_0/configfun/configuration/guide/fctroubl.html
Posted by sagitraz
There are three error messages displayed by IOS when we make a mistake:
- Incomplete Command— The IOS needs more command keywords to complete the command. It advises you of the error, and retypes what you entered so that you can complete it. The error looks like this:
- Router#copy running-config
- % Incomplete Command
Router#copy running-config
- Ambiguous Command— The IOS is not sure what command you mean because you truncated too much:
- Router#co ru st
%Ambiguous command
- Invalid Input— You made a typo or entered a command at the wrong prompt. Notice that the IOS will also show you exactly where the problem happens with a little pointer:
- Router#cpy run start
- ^
%Invalid input detected at '^' marker
Posted by lijojhon