Authentication
OIDC Authentication
VNS3 Licensing
Access Management
Clientpack Generation
Installing HTTPS
Firewall 2.0
Firewall
AWS Specific features
Firewall FWSets
VNS3 Variables
VNS3 Router
IPsec Configuration
IPsec Parameters
VNS3 Peering Mesh
Setting Topology Name
VNS3 Overlay Network
Snapshot Management
VNS3 Event Alerting
Network Address Translation
Traffic inspection
SNMP Support
VNS3 BGP Configuration Guide
Remote Support
Resetting VNS3
Upgrading
VNS3 Release Notes
VNS3 EOL Policy and Milestones
IPSec Connection Checklist
VNS3 Known Issues
VNS3 Specifications
VNS3 VPN Client tools
VNS3 Control Center
VNS3 setup
SNMP Support
Overview
VNS3 supports a number of industry standard MIBs for use from a monitoring system doing SNMP polling.
Configuration
VNS3 SNMP support is enabled through the firewall. To enable access to the SNMP information add the following rule to your firewall using a source address from your network (either your public IP, or an internal IP available to the Controller via IPsec or Clientpack). There is no SNMP authentication in this beta. An example rule would be INPUT_CUST -p udp -s 69.69.70.70/32 --dport snmp -j ACCEPT
(where 69.69.70.70 is your network’s public IP address).
On your SNMP monitoring system:
- Use SNMP v1c or v2
- Community string of “vns3public”
- The access to the SNMP information is “read only”
You should then be able to use a utility like “snmpwalk” to test: snmpwalk -v 1 -c vns3public -O e <vns3_manager_public_ip>
$ snmpwalk -v 1 -c vns3public -O e <vns3_manager_public_ip>
SNMPv2-MIB::sysDescr.0 = STRING: Linux vpncubed 2.6.32-344-ec2 #46-Ubuntu SMP Wed Mar 7 13:47:05 UTC 2012 x86_64
SNMPv2-MIB::sysObjectID.0 = OID: NET-SNMP-MIB::netSnmpAgentOIDs.10
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (1651090) 4:35:10.90
SNMPv2-MIB::sysContact.0 = STRING: support@cohesive.net
SNMPv2-MIB::sysName.0 = STRING: VNS3 version 3.0100.7-20130322173305
SNMPv2-MIB::sysLocation.0 = STRING: VNS3 Cloud Container
In order to discuss additional MIBs needed please contact your Cohesive account representative or support (at) cohesive.net.
Updated on 24 Apr 2020