07-12-2013 06:58 PM - edited 07-04-2021 12:24 AM
My WCS said that my 3310 MSE in an unreachable state this week. I was not able to ping it so I consoled into it and was lost in the CLI. This is the first time I have ever logged into my MSE via the command line. It is a completely different CLI than my switches. Does anyone know a good resource to learn the CLI commands on an MSE? It looks like it is some form of Linux, but I am not sure of that. Any help would be greatly appreciated!
(I was able to get a command that allowed me to get back into the initial start up screen and figure out what happened to make the MSE unreachable)
07-13-2013 04:36 AM
Here are some important commands:
Check system status
start|stop|restart|reload|status
/etc/init.d/msed status
or
# getserverinfo
Starup Wizard
/opt/mse/setup/setup.sh
start|stop|restart|reload|status
/etc/init.d/network restart
ifconfig eth0
View the network settings on the first Ethernet adapter installed in the computer.
ifconfig -a
Display info on all network interfaces on server, active or inactive.
ifconfig eth0 down
If eth0 exists would take it down causing it cannot send or receive any information.
ifconfig eth0 up
If eth0 exists and in the down state would return it back to the up state allowing to to send and receive information.
Sent from Cisco Technical Support iPhone App
06-11-2014 11:55 AM
Did you find any solution about it? We are experiencing exactly the same issue and we have the same troubles about CLI.
Best regards
06-17-2014 07:15 PM
Please refer to the link that will surely help you-
http://www.cisco.com/c/en/us/td/docs/wireless/wcs/7-0MR1/configuration/guide/WCS70MR1/ovr.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide