Results 1 to 4 of 4
Dear all,
I can not run "show ip ospf" command in my linux machine. In fact, I can not run and "show xxx" command. I get the following error:
bash: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-21-2009 #1Just Joined!
- Join Date
- May 2009
- Posts
- 2
Show ip xxx command not found
Dear all,
I can not run "show ip ospf" command in my linux machine. In fact, I can not run and "show xxx" command. I get the following error:
bash: show: command not found
Thanks,
Wen
- 05-21-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 468
welcome to the forum
> bash: show: command not found
means there is no command named "show"
what are you trying to do? Guessing
maybe "ifconfig" is what you want--try
"man ifconfig" to learn morethe sun is new every day (heraclitus)
- 05-22-2009 #3Just Joined!
- Join Date
- May 2009
- Posts
- 2
Thanks tpl.
I want to see the link state information related to ospf. It doesn't seem like ifconfig will do. There are also many other info. I want to see using "show". I am wondering why the "show" commond is not working in my linux, while it seems to work for many other people.
Thanks,
Wen
- 05-22-2009 #4Linux User
- Join Date
- May 2009
- Location
- Big River, Sask, Canada
- Posts
- 342
The program 'show' is currently not installed. You can install it by typing:
sudo apt-get install nmh
The above is the message I got from Ubuntu. Your distro may be entirely different.Registered Linux User #420832


Reply With Quote
