- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-12-2016 12:31 AM
Hi jprovine,
If you know which interface is using which virtual-router you could check interface counters (received and transmitted) with the command 'show counter interface ethernet1/x'.
hope this helps,
-Kim.
10-12-2016 01:51 AM - edited 10-12-2016 05:25 AM
From my understanding VR is not passing traffic, it is just a bundle of the routes or single routing table which you attaching to the firewall interface (s). You can run simple "ping" or "traceroute" command to the destination to see next hot (path) etc. Don't forget allow this traffic in the security policy
10-12-2016 05:24 AM
I will give that a shot
10-12-2016 05:24 AM
I guess it would be more correct to say how do I make sure that the router is working LOL
10-13-2016 05:08 AM
Actually what you can to is:
- attach your trust interface to the VR
- attach your untrust interface to the VR
- go to the CLI and enter "ping source <ip-of-trust-interface> host <ip-of-host-in-untrust-zone>
A setup like this would normally be trust (LAN) to untrust (internet) so in my case it would be:
ping source 192.168.0.1 host 8.8.8.8
If the ping succeeds you know that your VR is working.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!