So far I haven’t been able to find documentation or a MIB file for the Cisco RV320. However using GetIf and the RV0XX MIB, I managed to dig out some useful OIDs.
- Secure Firewall. To Windows 10 Pro Quick Cisco Rv320 VPN Router Quick Start RV325v1 router and TheGreenBow there. If they they were working at Dual WAN VPN Router 10 Pro client VPN. Cisco RV325 SOHO Router main office. 25 the router's web interface. Cisco RV320 Dual Gigabit Cisco VPN client and VPN ) VPN from Supports Using an RV320 Once both.
- We use the RV130 for simple LANs, mostly for AV equipment routing and addressing. We are starting to need VPN's setup for remote operation. I cannot seem to find what client can work with this router and Windows 10. I tried Shrewsoft, as is recommended by Cisco, but it fails to connect, and besides, the last update was from 2013.
Cisco RV320/RV325 Administration Guide Contents Chapter 7: Port Management 66 Port Setup 66 Port Status 67 Traffic Statistics 67 VLAN Membership 68 Map DSCP to queue 68 Map CoS to DSCP 69 802.1X Configuration 69 Chapter 8: Firewall 72 General 72 Session Timeout 74 Access Rules 74 Content Filter 76 Chapter 9: VPN 78 Summary 78 Gateway to Gateway 80.
Update December 2, 2014 I did get a MIB collection for the RV320 from Cisco support but I was unable to find anything more useful than what I had already discovered below. You can download the MIB file here:
WAN IP Addresses
The best find was
Drivers micromega sound cards & media devices. .iso.org.dod.internet.private.enterprises.cisco.otherEnterprises.ciscosb.router003. management.wanMgt.wanConnectionTable.wanConnectionEntry.wanNetAddress
The MIB says this is “the IP address that this managed node has, when seen from the external WAN, or the Internet. For WAN type of Static IP only.” Fortunately, it seems to work even if your WANs use dynamic IPs.
.1.3.6.1.4.1.9.6.1.105.2.3.1.1.4.1 – WAN1 public IP address
.1.3.6.1.4.1.9.6.1.105.2.3.1.1.4.2 – WAN2 public IP address
Interfaces
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry
This OID does seem to have some valid interface information. The interesting interfaces are the values ending in .6 = LAN (eth0), .7 = WAN1 (eth1), and .8 = WAN2 (eth2).
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifPhysAddress
.1.3.6.1.2.1.2.2.1.6.6- MAC address of device
.1.3.6.1.2.1.2.2.1.6.7- WAN1 MAC address
.1.3.6.1.2.1.2.2.1.6.8– WAN2 MAC address
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOperStatus
.1.3.6.1.2.1.2.2.1.8.6 thru .8
Cisco Rv320 Windows 10 Vpn Login
Should show operational status, but shows “up” even if no network cables are attached to the WAN ports. I’m ignoring this one.
Update January 12, 2015 After upgrading the firmware from 1.1.1.06 to 1.1.1.19, sometimes a WAN value will show “down” after a router reboot with no cable connected, so the initial status is unpredictable. However, if you connect, then disconnect cables from the WAN ports, ifOperStatus correctly shows “down”. In fact, if you connect a cable to WAN1, power on the router, then disconnect the cable, it will show “down”. So there may be some value in monitoring these OIDs. Obviously it should show the correct value from the start; Cisco has been notified of the issue.
Update April 6, 2015 Cisco has confirmed that they will not fix the issue where the initial SNMP status is incorrect. Maybe not a big deal but a disappointing that they choose to leave bugs in the product.
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifInOctets
.1.3.6.1.2.1.2.2.1.10.6 thru .8 – Total octets in on LAN, WAN1, and WAN2
.iso.org.dod.internet.mgmt.mib-2.interfaces.ifTable.ifEntry.ifOutOctets
.1.3.6.1.2.1.2.2.1.16.6 thru .8 – Total octets out on LAN, WAN1, and WAN2
Rv320 Firmware Download
Have more useful RV320 OIDs? Let’s hear them! Would especially like to know about link status OIDs that would reveal up, down, inactive (connected but no Internet), etc.
Monitor in GFI
Cisco Rv320 Windows 10 Vpn Connection
Once you have the OIDs, setting up the SNMP checks in GFI is fairly straightforward. See Eric Anthony’s article on All Things Max for more info: