Cisco command to check and verify if load balancing is working or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 02:59 PM
Cisco command to check and verify if load balancing is working or not
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 06:27 PM
load balance of wans: show standby
to supervisors: show redundancy states
I dont know what you need... but, maybe commands above would help you.
*** Rate All Helpful Responses ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2019 11:51 PM - edited 05-24-2019 11:54 PM
Hello Josemon,
you should provide more details in order to get better help.
If load balancing is performed by a single network device you can check the IP routing table with
show ip route <prefix>
if two or more routes are installed load balancing is occurring.
If you are interested in verifying which link is used for a specific flow there is another command
show ip cef exact-route
To display the exact route for a source-destination IP address pair for a Cisco Express Forwarding (CEF) instance, use the show ip cef exact-route command in user EXEC or privileged EXEC mode.
see
This command may be not available on all platforms.
Hope to help
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2019 10:52 AM
