Skip to content

Instantly share code, notes, and snippets.

@jkeroes
Created February 12, 2014 21:04
Show Gist options
  • Save jkeroes/8964475 to your computer and use it in GitHub Desktop.
Save jkeroes/8964475 to your computer and use it in GitHub Desktop.
IntegraFirewallSessions for PAN firewalls
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2013 CA. All rights reserved.
This software and all information contained therein is confidential and
proprietary and shall not be duplicated, used, disclosed or disseminated in any
way except as authorized by the applicable license agreement, without the
express written permission of CA. All authorized reproductions must be marked
with this language.
EXCEPT AS SET FORTH IN THE APPLICABLE LICENSE AGREEMENT, TO THE
EXTENT PERMITTED BY APPLICABLE LAW, CA PROVIDES THIS SOFTWARE
WITHOUT WARRANTY OF ANY KIND, INCLUDING WITHOUT LIMITATION, ANY
IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
PURPOSE. IN NO EVENT WILL CA BE LIABLE TO THE END USER OR ANY
THIRD PARTY FOR ANY LOSS OR DAMAGE, DIRECT OR INDIRECT, FROM THE
USE OF THIS SOFTWARE, INCLUDING WITHOUT LIMITATION, LOST PROFITS,
BUSINESS INTERRUPTION, GOODWILL, OR LOST DATA, EVEN IF CA IS
EXPRESSLY ADVISED OF SUCH LOSS OR DAMAGE.
% snmpbulkwalk -v 2c -c public 172.16.183.81 1.3.6.1.4.1.25461
SNMPv2-SMI::enterprises.25461.2.1.2.1.1.0 = STRING: "5.0.8"
SNMPv2-SMI::enterprises.25461.2.1.2.1.2.0 = STRING: "3.0"
SNMPv2-SMI::enterprises.25461.2.1.2.1.3.0 = STRING: "0009C100931"
SNMPv2-SMI::enterprises.25461.2.1.2.1.4.0 = INTEGER: -28800
SNMPv2-SMI::enterprises.25461.2.1.2.1.5.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.1.6.0 = STRING: "0.0.0"
SNMPv2-SMI::enterprises.25461.2.1.2.1.7.0 = STRING: "417-2095"
SNMPv2-SMI::enterprises.25461.2.1.2.1.8.0 = STRING: "1207-1672"
SNMPv2-SMI::enterprises.25461.2.1.2.1.9.0 = STRING: "417-2095"
SNMPv2-SMI::enterprises.25461.2.1.2.1.10.0 = STRING: "4249"
SNMPv2-SMI::enterprises.25461.2.1.2.1.11.0 = STRING: "active"
SNMPv2-SMI::enterprises.25461.2.1.2.1.12.0 = STRING: "passive"
SNMPv2-SMI::enterprises.25461.2.1.2.1.13.0 = STRING: "active-passive"
SNMPv2-SMI::enterprises.25461.2.1.2.1.14.0 = STRING: "brightcloud"
SNMPv2-SMI::enterprises.25461.2.1.2.1.15.0 = STRING: "1.2.2"
SNMPv2-SMI::enterprises.25461.2.1.2.1.16.0 = STRING: "1392234106"
SNMPv2-SMI::enterprises.25461.2.1.2.2.1.0 = STRING: "PA-5050"
SNMPv2-SMI::enterprises.25461.2.1.2.3.1.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.3.2.0 = INTEGER: 2097138
SNMPv2-SMI::enterprises.25461.2.1.2.3.3.0 = INTEGER: 4
SNMPv2-SMI::enterprises.25461.2.1.2.3.4.0 = INTEGER: 2
SNMPv2-SMI::enterprises.25461.2.1.2.3.5.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.3.6.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.3.7.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.3.8.0 = INTEGER: 0
SNMPv2-SMI::enterprises.25461.2.1.2.4.1.0 = STRING: "Connected"
SNMPv2-SMI::enterprises.25461.2.1.2.4.2.0 = STRING: "Not-Connected"
SNMPv2-SMI::enterprises.25461.2.1.2.4.2.0 = No more variables left in this MIB View (It is past the end of the MIB tree)
-->
<TechnologyCertification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="IntegraFirewallSessions.xsd">
<Name>IntegraFirewallSessions</Name>
<DisplayName>Integra - Firewall Sessions 1.4</DisplayName>
<Description>Defines the session-related metrics on a PAN firewall.</Description>
<CertificationType>CUSTOM</CertificationType>
<TableName>INTEGRA_FIREWALL_SESSIONS</TableName>
<!--The list of attributes that should be collected and stored in the database for this metric family.-->
<AttributeList>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.Indexes</Name>
<AttributeDisplayName>Indexes</AttributeDisplayName>
<Description>Indexes</Description>
<Type>ObjectID</Type>
<IsList>false</IsList>
<Polled>false</Polled>
<IsDbColumn>false</IsDbColumn>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.Names</Name>
<AttributeDisplayName>Names</AttributeDisplayName>
<Description>Names</Description>
<Type>String</Type>
<IsList>false</IsList>
<Polled>false</Polled>
<IsDbColumn>false</IsDbColumn>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.Descriptions</Name>
<AttributeDisplayName>Descriptions</AttributeDisplayName>
<Description>Descriptions</Description>
<Type>String</Type>
<IsList>false</IsList>
<Polled>false</Polled>
<IsDbColumn>false</IsDbColumn>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessions</Name>
<AttributeDisplayName>Active Sessions</AttributeDisplayName>
<Description>The Active Sessions count.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessionsUDP</Name>
<AttributeDisplayName>Active Sessions UDP</AttributeDisplayName>
<Description>The Active Sessions count for UDP.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessionsTCP</Name>
<AttributeDisplayName>Active Sessions TCP</AttributeDisplayName>
<Description>The Active Sessions count for TCP.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessionsICMP</Name>
<AttributeDisplayName>Active Sessions ICMP</AttributeDisplayName>
<Description>The Active Sessions count for ICMP.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessionsUtilization</Name>
<AttributeDisplayName>Active Session Utilization</AttributeDisplayName>
<Description>Active Session Utilization.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.MaxSessions</Name>
<AttributeDisplayName>Max Sessions</AttributeDisplayName>
<Description>Max Session count.</Description>
<Type>Integer</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
<Attribute>
<Name>{http://im.ca.com/normalizer}IntegraFirewallSessions.ActiveSessionsPct</Name>
<AttributeDisplayName>Active Session Utilization as percentage</AttributeDisplayName>
<Description>Active Session Utilization as percentage.</Description>
<Type>String</Type>
<IsList>false</IsList>
<Polled>true</Polled>
<IsDbColumn>true</IsDbColumn>
<RollupStrategy>Avg</RollupStrategy>
</Attribute>
</AttributeList>
<ExpressionGroupList>
<ExpressionGroup>
<DestCert>{http://im.ca.com/core}Item</DestCert>
<ExpressionList>
<Expression>
<DestAttr>Name</DestAttr>
<Expression>Names</Expression>
</Expression>
<Expression>
<DestAttr>Description</DestAttr>
<Expression>Descriptions</Expression>
</Expression>
</ExpressionList>
</ExpressionGroup>
<ExpressionGroup>
<DestCert>{http://im.ca.com/inventory}DeviceComponent</DestCert>
<ExpressionList>
<Expression>
<DestAttr>IndexList</DestAttr>
<Expression>Indexes</Expression>
</Expression>
</ExpressionList>
</ExpressionGroup>
<ExpressionGroup>
<DestCert>{http://im.ca.com/inventory}IntegraFirewallSessions</DestCert>
<ExpressionList>
<Expression>
<DestAttr>IndexList</DestAttr>
<Expression>Indexes</Expression>
</Expression>
<Expression>
<DestAttr>Names</DestAttr>
<Expression>Names</Expression>
</Expression>
<Expression>
<DestAttr>Descriptions</DestAttr>
<Expression>Descriptions</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessions</DestAttr>
<Expression>ActiveSessions</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessionsUDP</DestAttr>
<Expression>ActiveSessionsUDP</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessionsTCP</DestAttr>
<Expression>ActiveSessionsTCP</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessionsICMP</DestAttr>
<Expression>ActiveSessionsICMP</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessionsUtilization</DestAttr>
<Expression>ActiveSessionsUtilization</Expression>
</Expression>
<Expression>
<DestAttr>MaxSessions</DestAttr>
<Expression>MaxSessions</Expression>
</Expression>
<Expression>
<DestAttr>ActiveSessionsPct</DestAttr>
<Expression>ActiveSessionsPct</Expression>
</Expression>
</ExpressionList>
</ExpressionGroup>
</ExpressionGroupList>
<ComponentList>
<Component>{http://im.ca.com/inventory}IntegraFirewallSessions</Component>
</ComponentList>
</TechnologyCertification>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment