09-14-2006 06:23 PM - edited 03-03-2019 02:00 PM
Hi
I have a 1841 set up with 2 WAN links. Id like to confirm that both links are actively working.
What commands do I need to get familiar with to monitor this from the CLI?
TIA
09-14-2006 07:36 PM
You can simply use "sh interface" then you will get the result of the interface status. If it show "up up" then it means the interface is active. For further prove the interface is working, you have to ping to the remote end IP address (e.g. "ping x.x.x.x"). If you can successful ping, then the interface is active and working.
Hope this helps.
09-14-2006 10:54 PM
Hi,
Just see the output of the command - 'Show ip int brief'. This should tell you the current status of your interfaces.
Also you can ping both the interfaces keeping the repeat rate on the higher side. YOu can do that by using extended ping.
Hope this helps!
Regards,
AbhisheK
Please rate all helpful posts!!!
09-15-2006 02:42 AM
Hi
You can even give command "test interface
Regards
JD
09-15-2006 04:49 AM
You could also pop IP Accounting on the interface and do a "sh ip accouting" to see IP's talking and bytes moved. Or if you're after a bit more detail, then you could put on nbar protocol discovery to see what's going on in there.
Hope that helps,
LH
Please rate all posts
09-16-2006 07:38 AM
Agreed to use IP accounting will show the bytes move, I could like to share that it will spend lots of CPU process. If there is high througput at the IP accounting enabled interface, it will cause high CPU utilization.
Hope this helps.
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