Skip to main content
Support Hub
Toggle navigation menu
Back to akips.com
Manuals
Community
Sign in
Support Hub (BETA)
AKIPS Knowledge
General
General
For the items not related to other sections.
How to perform a bulk change from SNMPv2 to SNMPv3 for devices in AKIPS?
Put devices for a particular subnet into maintenance mode using command console.
In Syslog Reporter, what do the Mute and Trim dialog boxes (regex rules) and ‘switches’ do?
API query to return all Interface Groups of which a given interface is a member of.
Does AKIPS support sFlow?
Does AKIPS support listening for SNMP traps on an alternative port to UDP/162?
Specify the username parameter as part of the API
Does AKIPS support SMTP over TLS?
No NetFlow exporters have been configured to appear on this dashboard.
AKIPS End of Life cycle (EOL)
The “List Local Backups” button is greyed out when I go to backup settings. How do I delete Backup data/snapshots?
Single Sign On (SSO)
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>