System Variables supported for IPv4 Monitors E-mail and SMS Alerts
%monitor_name% %monitor_ipv4_address% %metric_name% %metric_value% %unit_name%
This author has not written his bio yet.
But we are proud to say that Web Master contributed 223 entries already.
%monitor_name% %monitor_ipv4_address% %metric_name% %metric_value% %unit_name%
Using Subnet Profiles in Nectus IPAM One of the unique features offered by Nectus is the ability to logically split each subnet into predefined ranges reserved for specific categories such as users, servers, infrastructure devices, etc. This is done with the help of subnet profiles. In Nectus, subnet profile is a set of IP ranges […]
When importing Subnets into IPAM from routing protocols Nectus apply following rules: Only subnets from IGRP routing protocols (EIGRP, OSPF, ISIS, RIP) are being considered for import. Nectus will not import subnets from iBGP or eBGP. Nectus start importing subnets in the order from smallest to largest: /32 , /31, then /30, then /29…etc. This […]
Using Custom Subnet Tags in Nectus IPAM One of the unique features of Nectus IPAM is ability to define unlimited number of properties aka “custom tags” and assign it to any of the subnets. For example: “Building Floor”, “Datacenter” or “Application Name” can be defined for each subnet as a custom Tag. To create a […]
Creating DHCP Split Scopes in Nectus IPAM Nectus IPAM offers extensive DHCP integration features with one of the most important is ability to create and manage DHCP Scopes split across multiple DHCP Servers. To create a new DHCP Split-Scope go to “Inventory → IPAM Subnets and Reservations” Select “IPv4 DHCP Subnets” Tab and press “Add Subnets” […]
When whole site power outage or network maintenance is in progress it is default behavior for Nectus to send individual DOWN alerts for each device in that site possibly resulting in hundreds of DOWN e-mail alerts followed by the same amount of UP e-mail alerts sent out to all configured alert recipients. In version 1.2.53 […]
Using Graphs in Custom Dashboards Nectus offers extensive capabilities of visualizing different aspects of network performance and presenting it in custom dashboards. This article guides you through the basic step of process of adding graphs to custom dashboards. Step 1. Prepare Graphs for the Dashboard. Generate the graph you’d like to include in a dashboard. […]
Using Custom SNMP Trackers in Nectus Nectus offers extensive SNMP based network monitoring capabilities that allow users to track any metrics accessible via SNMP. In addition to standard metrics, such as CPU, RAM or TCAM utilization, Nectus offers a new feature called “Custom SNMP Tracker” that allows you to monitor virtually any metrics accessible via […]
Monitoring Cisco IPSec VPN Tunnels with Nectus One of the key features introduced in Nectus 1.2.51 is ability to automatically discover and monitor Cisco IPSec VPN Tunnels terminated on ASA Firewalls and regular IOS routers. Tunnel Discovery As part of regular scheduled network discovery Nectus attempts to detect existing VPN tunnels on all routers and firewalls […]
Nectus Installation Procedure Server Requirements: Windows Server 2012 or newer. 8GB of RAM. 1. File Preparation You start with downloading Nectus Distribution File from www.nectus5.com Download the ZIP file called Nectus 1.2.51.zip and extract it to a temporary folder. In the folder you will find two files: Keep the htdocs.zip file compressed. Start installation […]
Network Device Configuration Backup Nectus version 1.2.51 introduced several enhancements for Network Device Configuration backup procedure. User can now use different backup credentials and fully customizable backup scripts for different Device Views. This allows user to create different backup scripts for different vendors or different product lines with different CLI. User can control what configuration […]
Initial IPv4 IPAM Configuration Step 1. Define your IPv4 Address Space. Very first step in setting up your Nectus IPAM is to define your IPv4 Address Space. Address Space is list of major subnets that represent all your address space that you planning to use for IP address allocation. Good examples of subnets that you […]
SNMP Device Status Color Codes Nectus uses different colors to encode SNMP Device Status in Dashboards, Trees and Status Panels. There are three main color codes: Green, Red and Orange. Green Color represent SNMP Device status when it is reachable by ICMP Probe and don’t have any critical interfaces Down. Red Color represent SNMP Device […]
How to collect Interface-VLAN membership info from Cisco Switch via SNMP (CISCO-VLAN-MEMBERSHIP-MIB) CISCO-VLAN-MEMBERSHIP-MIB contain several usefull OIDs for collecting Interface VLAN membership information from Cisco Swithes 1.3.6.1.4.1.9.9.68.1.2.2.1.1 (vmVlanType) 1.3.6.1.4.1.9.9.68.1.2.2.1.2 (vmVlan) 1.3.6.1.4.1.9.9.68.1.2.2.1.3 (vmPortStatus) 1.3.6.1.4.1.9.9.68.1.2.2.1.4 (vmVlans) 1.3.6.1.4.1.9.9.68.1.2.2.1.5 (vmVlans2k) 1.3.6.1.4.1.9.9.68.1.2.2.1.6 (vmVlans3k) 1.3.6.1.4.1.9.9.68.1.2.2.1.7 (vmVlans4k) Lets see what our LAB switch reports on these for Interface with ifIndex […]
How to collect list of VLANs from Cisco Switch via SNMP (CISCO-VTP-MIB) CISCO-VTP-MIB contain several useful OID for collecting VLAN information from Cisco Switches 1. 1.3.6.1.4.1.9.9.46.1.3.1.1.1 (vtpVlanIndex) 2. 1.3.6.1.4.1.9.9.46.1.3.1.1.2 (vtpVlanState) 3. 1.3.6.1.4.1.9.9.46.1.3.1.1.3 (vtpVlanType) 4. 1.3.6.1.4.1.9.9.46.1.3.1.1.4 (vtpVlanName) 5. 1.3.6.1.4.1.9.9.46.1.3.1.1.5 (vtpVlanMtu) 6. 1.3.6.1.4.1.9.9.46.1.3.1.1.6 (vtpVlanDot10Said) 7. 1.3.6.1.4.1.9.9.46.1.3.1.1.7 (vtpVlanRingNumber) 8. […]
How to collect list of MAC addresses from Cisco Switch via SNMP (dot1dTpFdbEntry) One of the ways to get list of MAC addresses from the forwarding table of Cisco switch is via SNMP MIB: dot1dTpFdbEntry This MIB branch contain three OIDs: 1.3.6.1.2.1.17.4.3.1.1 (dot1dTpFdbAddress) 1.3.6.1.2.1.17.4.3.1.2 (dot1dTpFdbPort) 1.3.6.1.2.1.17.4.3.1.3 (dot1dTpFdbStatus) 1.3.6.1.2.1.17.4.3.1.1 (dot1dTpFdbAddress) contain list of MAC addresses in […]
How to Add/Discover Single SNMP Device in Nectus Starting from Version 1.2.49 process of adding single device to Nectus database was greatly simplified and improved. To discover single SNMP device open in Main menu Tools → Manual Discovery Start In Manual Discovery window Select Partial Discovery and specify single IP address with /32 Mask for […]
This is the list of Nectus System Variables that can be used in AWS Monitoring Email or SMS Alerts. AWS: “%metric_name%” “%metric_namespace%” “%metric_value%” “%unit_name%” “%instance_id%” “%instance_name%” “%instance_region%” “%current_time%” “%time%”
This is the list of WMI System Variables that can be used in Email and SMS Alerts “%metric_name%” “%metric_value%” “%process_name%” “%service_name%” “%unit_name%” “%wmi_server_ipv4%” “%wmi_server_hostname%” “%wmi_server_group%” “%device_name%” “%device_id%” “%filter_name%” “%event_log_file%” “%event_type_name%” “%event_text%” “%event_source%” “%event_id%” “%event_category%” “%current_time%” “%time%”
Manual Network Discovery Operation Starting from Version 1.2.49 Nectus implements new and enhanced user interface for manually starting and stopping of Network Discovery. To manually start network discovery, go to Tools → Manual Discovery Start Where you will be presented with two options: Full Discovery and Partial Discovery Full Discovery will perform ICMP/SNMP Scan on […]
