Improve Corero CMS support (#14876)

* MIBs

* Create cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Add files via upload

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Update cms.yaml

* Add files via upload

* Update cms.snmprec

* Update cms.json

* Update cms.json

* Update cms.json
This commit is contained in:
electrocret 2023-03-04 12:00:31 -06:00 committed by GitHub
parent b68aa04311
commit d7a7e0c158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 6184 additions and 3 deletions

View File

@ -2,6 +2,7 @@ os: cms
text: 'Corero CMS'
type: appliance
icon: corero
mib_dir: corero
group: Corero
over:
- { graph: device_ping_perf, text: 'Ping Repsonse' }

View File

@ -0,0 +1,90 @@
modules:
sensors:
state:
data:
-
oid: CORERO-CMS-SYSTEM-STATUS-MIB::protection
num_oid: '.1.3.6.1.4.1.41036.4.1.6.1.0'
descr: Protection Status
group: System Status
states:
- { value: 0, descr: Normal, graph: 0, generic: 0 }
- { value: 1, descr: Warning, graph: 0, generic: 1 }
- { value: 2, descr: Error, graph: 0, generic: 2 }
-
oid: CORERO-CMS-SYSTEM-STATUS-MIB::analytics
num_oid: '.1.3.6.1.4.1.41036.4.1.6.5.0'
descr: Analytics Status
group: System Status
states:
- { value: 0, descr: Normal, graph: 0, generic: 0 }
- { value: 1, descr: Warning, graph: 0, generic: 1 }
- { value: 2, descr: Error, graph: 0, generic: 2 }
-
oid: CORERO-CMS-SEGMENTS-MIB::segmentTable
num_oid: '.1.3.6.1.4.1.41036.4.1.4.1.1.11.{{ $index }}'
index: 'CORERO-CMS-SEGMENTS-MIB::segmentNtdExternalInterfaceStatus.{{ $index }}'
group: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentDevice }} Interface Status"
descr: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentName }} NTD External"
value: CORERO-CMS-SEGMENTS-MIB::segmentNtdExternalInterfaceStatus
states:
- { value: 0, descr: Up, graph: 0, generic: 0 }
- { value: 1, descr: Down, graph: 0, generic: 2 }
- { value: 2, descr: Down - Link State Propagation, graph: 0, generic: 2 }
- { value: 3, descr: Disabled, graph: 0, generic: 0 }
- { value: 4, descr: Unknown, graph: 0, generic: 3 }
- { value: 5, descr: Unused, graph: 0, generic: 0 }
- { value: 6, descr: Partially Down, graph: 0, generic: 1 }
- { value: 7, descr: Down - Remote Fault, graph: 0, generic: 1 }
- { value: 8, descr: Down - Local Fault, graph: 0, generic: 2 }
-
oid: CORERO-CMS-SEGMENTS-MIB::segmentTable
num_oid: '.1.3.6.1.4.1.41036.4.1.4.1.1.14.{{ $index }}'
index: 'CORERO-CMS-SEGMENTS-MIB::segmentNtdInternalInterfaceStatus.{{ $index }}'
group: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentDevice }} Interface Status"
descr: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentName }} NTD Internal"
value: CORERO-CMS-SEGMENTS-MIB::segmentNtdInternalInterfaceStatus
states:
- { value: 0, descr: Up, graph: 0, generic: 0 }
- { value: 1, descr: Down, graph: 0, generic: 2 }
- { value: 2, descr: Down - Link State Propagation, graph: 0, generic: 2 }
- { value: 3, descr: Disabled, graph: 0, generic: 0 }
- { value: 4, descr: Unknown, graph: 0, generic: 3 }
- { value: 5, descr: Unused, graph: 0, generic: 0 }
- { value: 6, descr: Partially Down, graph: 0, generic: 1 }
- { value: 7, descr: Down - Remote Fault, graph: 0, generic: 1 }
- { value: 8, descr: Down - Local Fault, graph: 0, generic: 2 }
-
oid: CORERO-CMS-SEGMENTS-MIB::segmentTable
num_oid: '.1.3.6.1.4.1.41036.4.1.4.1.1.17.{{ $index }}'
index: 'segmentNbaExternalInterfaceStatus.{{ $index }}'
group: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentDevice }} Interface Status"
descr: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentName }} NBA External"
value: CORERO-CMS-SEGMENTS-MIB::segmentNbaExternalInterfaceStatus
states:
- { value: 0, descr: Up, graph: 0, generic: 0 }
- { value: 1, descr: Down, graph: 0, generic: 2 }
- { value: 2, descr: Down - Link State Propagation, graph: 0, generic: 2 }
- { value: 3, descr: Disabled, graph: 0, generic: 0 }
- { value: 4, descr: Unknown, graph: 0, generic: 3 }
- { value: 5, descr: Unused, graph: 0, generic: 0 }
- { value: 6, descr: Partially Down, graph: 0, generic: 1 }
- { value: 7, descr: Down - Remote Fault, graph: 0, generic: 1 }
- { value: 8, descr: Down - Local Fault, graph: 0, generic: 2 }
-
oid: CORERO-CMS-SEGMENTS-MIB::segmentTable
num_oid: '.1.3.6.1.4.1.41036.4.1.4.1.1.20.{{ $index }}'
index: 'CORERO-CMS-SEGMENTS-MIB::segmentNbaInternalInterfaceStatus.{{ $index }}'
group: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentDevice }} Interface Status"
descr: "{{ $CORERO-CMS-SEGMENTS-MIB::segmentName }} NBA Internal"
value: CORERO-CMS-SEGMENTS-MIB::segmentNbaInternalInterfaceStatus
states:
- { value: 0, descr: Up, graph: 0, generic: 0 }
- { value: 1, descr: Down, graph: 0, generic: 2 }
- { value: 2, descr: Down - Link State Propagation, graph: 0, generic: 2 }
- { value: 3, descr: Disabled, graph: 0, generic: 0 }
- { value: 4, descr: Unknown, graph: 0, generic: 3 }
- { value: 5, descr: Unused, graph: 0, generic: 0 }
- { value: 6, descr: Partially Down, graph: 0, generic: 1 }
- { value: 7, descr: Down - Remote Fault, graph: 0, generic: 1 }
- { value: 8, descr: Down - Local Fault, graph: 0, generic: 2 }

View File

@ -0,0 +1,149 @@
CORERO-CMS-CLUSTERS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
TimeTicks, Counter32, Unsigned32, Counter64, enterprises, IpAddress
FROM SNMPv2-SMI
DisplayString, TestAndIncr, TimeStamp, RowStatus, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
coreroCMSMIBObjects, coreroCMSMIBCompliances, coreroCMSMIBGroups
FROM CORERO-CMS-MIB;
clusters MODULE-IDENTITY
LAST-UPDATED "201806290000Z"
ORGANIZATION "Corero Network Security"
CONTACT-INFO
"info@corero.com"
DESCRIPTION
"Corero Management Server MIB."
REVISION "201708240000Z"
DESCRIPTION
"Initial revision"
REVISION "201805030000Z"
DESCRIPTION
"Add ingressSampleRate field"
REVISION "201805230000Z"
DESCRIPTION
"Add optimizeForScrubbing field"
REVISION "201806290000Z"
DESCRIPTION
"Updated clusterOptimizeForScrubbing description"
::= { coreroCMSMIBObjects 3 }
clusterTable OBJECT-TYPE
SYNTAX SEQUENCE OF ClusterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of Clusters"
::= { clusters 1 }
clusterEntry OBJECT-TYPE
SYNTAX ClusterEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry in the Cluster table which represents a single Cluster"
INDEX { clusterIndex }
::= { clusterTable 1 }
ClusterEntry ::= SEQUENCE {
clusterIndex INTEGER (1..2147483647),
clusterName OCTET STRING (SIZE(1..64)),
clusterDescription OCTET STRING,
clusterProtectionProfile OCTET STRING,
clusterIngressSampleRate INTEGER (1..4096),
clusterOptimizeForScrubbing INTEGER
}
clusterIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNMP index of the Cluster"
::= { clusterEntry 1 }
clusterName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(1..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Cluster"
::= { clusterEntry 2 }
clusterDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The description of the Cluster. If no description is entered, this is blank."
::= { clusterEntry 3 }
clusterProtectionProfile OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Protection Profile associated with this Cluster"
::= { clusterEntry 4 }
clusterIngressSampleRate OBJECT-TYPE
SYNTAX INTEGER (1..4096)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"External ingress sampling rate for all devices in the cluster"
::= { clusterEntry 5 }
clusterOptimizeForScrubbing OBJECT-TYPE
SYNTAX INTEGER {
true(1),
false(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the devices in the cluster are optimized for scrubbing deployments"
::= { clusterEntry 6 }
-- compliance statements
coreroCMSMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMPv2 entities which
implement the SNMPv2 MIB."
MODULE -- this module
-- MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
-- snmpBasicNotificationsGroup }
GROUP coreroClusterGroup
DESCRIPTION
"This group is mandatory for SNMPv2 entities which
support community-based authentication."
::= { coreroCMSMIBCompliances 3 }
-- units of conformance
coreroClusterGroup OBJECT-GROUP
OBJECTS {
clusterIndex,
clusterName,
clusterDescription,
clusterProtectionProfile,
clusterIngressSampleRate,
clusterOptimizeForScrubbing
}
STATUS current
DESCRIPTION
"A collection of objects providing status and statistics for the site."
::= { coreroCMSMIBGroups 3 }
END

View File

@ -0,0 +1,339 @@
CORERO-CMS-DEVICES-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
TimeTicks, Counter32, Unsigned32, Counter64, enterprises, IpAddress
FROM SNMPv2-SMI
DisplayString, TestAndIncr, TimeStamp, RowStatus, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
coreroCMSMIBObjects, coreroCMSMIBCompliances, coreroCMSMIBGroups
FROM CORERO-CMS-MIB;
devices MODULE-IDENTITY
LAST-UPDATED "202009300000Z"
ORGANIZATION "Corero Network Security"
CONTACT-INFO
"info@corero.com"
DESCRIPTION
"Corero Management Server MIB."
REVISION "201712050000Z"
DESCRIPTION
"Initial revision"
REVISION "201712070000Z"
DESCRIPTION
"Rename of deviceDeploymentAction's 'not-in-progress to 'none'"
REVISION "201712190000Z"
DESCRIPTION
"Updated to support revised operating-modes configuration"
REVISION "201801090000Z"
DESCRIPTION
"Add invalid-modules-detected deploy-state"
REVISION "201802050000Z"
DESCRIPTION
"Rename of deviceHealth object to deviceStatus"
REVISION "201809250000Z"
DESCRIPTION
"Change deviceAdminState to use enabled/disabled"
REVISION "201810020000Z"
DESCRIPTION
"Add redeploy-pending deploy-state"
REVISION "201810080000Z"
DESCRIPTION
"Added unknown device type value"
REVISION "202009030000Z"
DESCRIPTION
"Added deviceHardwareVersion object to deviceStatus"
::= { coreroCMSMIBObjects 2 }
-- devices
deviceTable OBJECT-TYPE
SYNTAX SEQUENCE OF DeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of devices"
::= { devices 1 }
deviceEntry OBJECT-TYPE
SYNTAX DeviceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry within the device table which represents a single device"
INDEX { deviceIndex }
::= { deviceTable 1 }
DeviceEntry ::= SEQUENCE {
deviceIndex INTEGER (1..2147483647),
deviceName OCTET STRING,
deviceAddress OCTET STRING,
deviceDescription OCTET STRING,
deviceDefenseMode INTEGER,
deviceAdminState INTEGER,
deviceModel INTEGER,
deviceSerialNumber OCTET STRING,
deviceConnectionState INTEGER,
deviceDeploymentState INTEGER,
deviceDeploymentAction INTEGER,
deviceSXOSVersion OCTET STRING,
deviceSoftwareVersion OCTET STRING,
deviceUptime OCTET STRING,
deviceStatus OCTET STRING,
deviceType INTEGER,
deviceBypassMode INTEGER,
deviceHardwareVersion OCTET STRING
}
deviceIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNMP index of the device"
::= { deviceEntry 1 }
deviceName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the device"
::= { deviceEntry 2 }
deviceAddress OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IP address which the CMS uses to look for the device"
::= { deviceEntry 3 }
deviceDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device description. If no description is entered, this is blank."
::= { deviceEntry 4 }
deviceDefenseMode OBJECT-TYPE
SYNTAX INTEGER {
monitor(0),
mitigate(1),
pass-through(2),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configured Defense Mode for the device"
::= { deviceEntry 5 }
deviceAdminState OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current admin-state of the device"
::= { deviceEntry 6 }
deviceModel OBJECT-TYPE
SYNTAX INTEGER {
ntd-virtual-edition(0),
ntd1100(1),
ntd120(2),
nba(3),
unknown(4),
ntd280(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The type of device"
::= { deviceEntry 7 }
deviceSerialNumber OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The serial number of the device"
::= { deviceEntry 8 }
deviceConnectionState OBJECT-TYPE
SYNTAX INTEGER {
connected(0),
authentication-failed(1),
connection-timed-out(2),
connection-refused(3),
unknown-connection-error(4),
no-connection(5),
locked-by-user(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current state of the connection between the CMS and the device"
::= { deviceEntry 9 }
deviceDeploymentState OBJECT-TYPE
SYNTAX INTEGER {
in-sync(0),
sync-required(1),
force-sync-required(2),
unknown(3),
not-in-cluster(4),
initial-sync-pending(5),
not-licensed(6),
unsupported-version(7),
deploy-pending(8),
unexpected-device-type(9),
invalid-modules-detected(10),
redeploy-pending(11)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device's current deployment state"
::= { deviceEntry 10 }
deviceDeploymentAction OBJECT-TYPE
SYNTAX INTEGER {
none(0),
deploy-in-progress(1),
sync-to-in-progress(2),
force-sync-in-progress(3),
commit-in-progress(4),
upgrade-in-progress(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The deployment action the device is currently performing"
::= { deviceEntry 11 }
deviceSXOSVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The version number of the device's operating system (SXOS)"
::= { deviceEntry 12 }
deviceSoftwareVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device's current software version in '{MAJOR}.{MINOR}.{PATCH}.{BUILD}' format"
::= { deviceEntry 13 }
deviceUptime OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The amount of time since the device was last rebooted in '{DAYS}d {HOURS}h {MINUTES}m {SECONDS}s' format"
::= { deviceEntry 14 }
deviceStatus OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device status indicates whether traffic is running to the device (normal), or if there is an issue which may affect traffic or its connection to the CMS"
::= { deviceEntry 15 }
deviceType OBJECT-TYPE
SYNTAX INTEGER {
defense(0),
bypass(1),
unknown(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device type indicates whether this is a Defense (0) or Bypass (1) device"
::= { deviceEntry 16 }
deviceBypassMode OBJECT-TYPE
SYNTAX INTEGER {
disabled(0),
automatic(1),
physical-bypass(2),
switched-bypass(3),
monitor-tap(4),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configured Bypass Mode for this device."
::= { deviceEntry 17 }
deviceHardwareVersion OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device's hardware revision in '{MAJOR}.{MINOR}' format or n/a if not applicable"
::= { deviceEntry 18 }
-- compliance statements
coreroCMSMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMPv2 entities which
implement the SNMPv2 MIB."
MODULE -- this module
-- MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
-- snmpBasicNotificationsGroup }
GROUP coreroDeviceGroup
DESCRIPTION
"This group is mandatory for SNMPv2 entities which
support community-based authentication."
::= { coreroCMSMIBCompliances 2 }
-- units of conformance
coreroDeviceGroup OBJECT-GROUP
OBJECTS {
deviceIndex,
deviceName,
deviceAddress,
deviceDescription,
deviceDefenseMode,
deviceAdminState,
deviceModel,
deviceSerialNumber,
deviceConnectionState,
deviceDeploymentState,
deviceDeploymentAction,
deviceSXOSVersion,
deviceSoftwareVersion,
deviceUptime,
deviceStatus,
deviceType,
deviceBypassMode,
deviceHardwareVersion
}
STATUS current
DESCRIPTION
"A collection of objects providing status and statistics for the site."
::= { coreroCMSMIBGroups 2 }
END

View File

@ -0,0 +1,458 @@
CORERO-CMS-SEGMENTS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
TimeTicks, Counter32, Unsigned32, Counter64, enterprises, IpAddress
FROM SNMPv2-SMI
DisplayString, TestAndIncr, TimeStamp, RowStatus, TruthValue, TEXTUAL-CONVENTION
FROM SNMPv2-TC
MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
coreroCMSMIBObjects, coreroCMSMIBCompliances, coreroCMSMIBGroups
FROM CORERO-CMS-MIB;
segments MODULE-IDENTITY
LAST-UPDATED "202006190000Z"
ORGANIZATION "Corero Network Security"
CONTACT-INFO
"info@corero.com"
DESCRIPTION
"Corero Management Server MIB."
REVISION "201710040000Z"
DESCRIPTION
"Initial revision"
REVISION "201712190000Z"
DESCRIPTION
"Updated to support revised operating-modes configuration"
REVISION "201712280000Z"
DESCRIPTION
"Updated to add a new link status mode - unknown"
REVISION "201802190000Z"
DESCRIPTION
"Changed bypass mode and state terminology to use inline instead of disabled"
REVISION "201811230000Z"
DESCRIPTION
"Added 'unused' to Interface Status enumeration"
REVISION "202006190000Z"
DESCRIPTION
"Added additional values to interface state enumeration"
::= { coreroCMSMIBObjects 4 }
segmentTable OBJECT-TYPE
SYNTAX SEQUENCE OF SegmentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of Segments"
::= { segments 1 }
segmentEntry OBJECT-TYPE
SYNTAX SegmentEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry within the Segment table which represents a single Segment"
INDEX { segmentIndex }
::= { segmentTable 1 }
SegmentEntry ::= SEQUENCE {
segmentIndex INTEGER (1..2147483647),
segmentDevice OCTET STRING,
segmentId OCTET STRING,
segmentName OCTET STRING,
segmentDescription OCTET STRING,
segmentLinkStatePropagationAdminState INTEGER,
segmentLinkStatePropagationWaitTime INTEGER,
segmentLinkStatePropagationRecoveryTimeout INTEGER,
segmentConfiguredDefenseMode INTEGER,
segmentNtdExternalInterface OCTET STRING,
segmentNtdExternalInterfaceStatus INTEGER,
segmentNtdExternalInterfaceLinkSpeed Unsigned32,
segmentNtdInternalInterface OCTET STRING,
segmentNtdInternalInterfaceStatus INTEGER,
segmentNtdInternalInterfaceLinkSpeed Unsigned32,
segmentNbaExternalInterface OCTET STRING,
segmentNbaExternalInterfaceStatus INTEGER,
segmentNbaExternalInterfaceLinkSpeed Unsigned32,
segmentNbaInternalInterface OCTET STRING,
segmentNbaInternalInterfaceStatus INTEGER,
segmentNbaInternalInterfaceLinkSpeed Unsigned32,
segmentCurrentDefenseMode INTEGER,
segmentBypassDevice OCTET STRING,
segmentConfiguredBypassMode INTEGER,
segmentCurrentBypassMode INTEGER,
segmentCurrentBypassState INTEGER,
segmentDefenseModeOverride INTEGER,
segmentBypassModeOverride INTEGER
}
segmentIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The SNMP index of the Segment"
::= { segmentEntry 1 }
segmentDevice OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device containing the Segment"
::= { segmentEntry 2 }
segmentId OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The id of the Segment"
::= { segmentEntry 3 }
segmentName OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Segment"
::= { segmentEntry 4 }
segmentDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The desciption of this Segment. If no description is entered, this is blank."
::= { segmentEntry 5 }
segmentLinkStatePropagationAdminState OBJECT-TYPE
SYNTAX INTEGER {
disabled(1),
enabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Whether this Segment has Link State Propagation enabled or disabled"
::= { segmentEntry 6 }
segmentLinkStatePropagationWaitTime OBJECT-TYPE
SYNTAX INTEGER (0..360)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of seconds the CMS currently waits before propagating a link state change to the partner, when Link State Progagation is enabled"
::= { segmentEntry 7 }
segmentLinkStatePropagationRecoveryTimeout OBJECT-TYPE
SYNTAX INTEGER (0..360)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of seconds the CMS currently waits after a link is brought back up before using its state to change partner state, when Link State Progagation is enabled"
::= { segmentEntry 8 }
segmentConfiguredDefenseMode OBJECT-TYPE
SYNTAX INTEGER {
monitor(0),
mitigate(1),
pass-through(2),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configured Defense Mode of the Segment"
::= { segmentEntry 9 }
segmentNtdExternalInterface OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Segment's external NTD interface"
::= { segmentEntry 10 }
segmentNtdExternalInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
up(0),
down(1),
down-link-state-propagation(2),
disabled(3),
unknown(4),
unused(5),
partially-down(6),
down-remote-fault(7),
down-local-fault(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the Segment's external NTD interface"
::= { segmentEntry 11 }
segmentNtdExternalInterfaceLinkSpeed OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The link speed of the Segment's external NTD interface in Mbit/s"
::= { segmentEntry 12 }
segmentNtdInternalInterface OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Segment's internal NTD interface"
::= { segmentEntry 13 }
segmentNtdInternalInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
up(0),
down(1),
down-link-state-propagation(2),
disabled(3),
unknown(4),
unused(5),
partially-down(6),
down-remote-fault(7),
down-local-fault(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the Segment's internal NTD interface"
::= { segmentEntry 14 }
segmentNtdInternalInterfaceLinkSpeed OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The link speed of the Segment's internal NTD interface in Mbit/s"
::= { segmentEntry 15 }
segmentNbaExternalInterface OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Segment's external NBA interface"
::= { segmentEntry 16 }
segmentNbaExternalInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
up(0),
down(1),
down-link-state-propagation(2),
disabled(3),
unknown(4),
unused(5),
partially-down(6),
down-remote-fault(7),
down-local-fault(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the Segment's external NBA interface"
::= { segmentEntry 17 }
segmentNbaExternalInterfaceLinkSpeed OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The link speed of the Segment's external NBA interface in Mbit/s"
::= { segmentEntry 18 }
segmentNbaInternalInterface OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the Segment's internal NBA interface"
::= { segmentEntry 19 }
segmentNbaInternalInterfaceStatus OBJECT-TYPE
SYNTAX INTEGER {
up(0),
down(1),
down-link-state-propagation(2),
disabled(3),
unknown(4),
unused(5),
partially-down(6),
down-remote-fault(7),
down-local-fault(8)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current status of the Segment's internal NBA interface"
::= { segmentEntry 20 }
segmentNbaInternalInterfaceLinkSpeed OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The link speed of the Segment's internal NBA interface in Mbit/s"
::= { segmentEntry 21 }
segmentCurrentDefenseMode OBJECT-TYPE
SYNTAX INTEGER {
monitor(0),
mitigate(1),
pass-through(2),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Defense Mode the Segment is currently operating in"
::= { segmentEntry 22 }
segmentBypassDevice OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The name of the external bypass device connected to the Segment. If there is no connected bypass device, this is blank."
::= { segmentEntry 23 }
segmentConfiguredBypassMode OBJECT-TYPE
SYNTAX INTEGER {
inline(0),
automatic(1),
physical-bypass(2),
switched-bypass(3),
monitor-tap(4),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The configured Bypass Mode for the Segment. If the Segment has no bypass capabilty, this shows blank."
::= { segmentEntry 24 }
segmentCurrentBypassMode OBJECT-TYPE
SYNTAX INTEGER {
inline(0),
automatic(1),
physical-bypass(2),
switched-bypass(3),
monitor-tap(4),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current Bypass Mode the Segment is operating in. If the Segment has no bypass capabilty, this shows not-applicable."
::= { segmentEntry 25 }
segmentCurrentBypassState OBJECT-TYPE
SYNTAX INTEGER {
inline(0),
physical-bypass(1),
switched-bypass(2),
monitor-tap(3),
automatic-inline(4),
automatic-bypass(5),
not-applicable(10)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current Bypass State the Segment is operating in. If the Segment has no bypass capabilty, this shows not-applicable."
::= { segmentEntry 26 }
segmentDefenseModeOverride OBJECT-TYPE
SYNTAX INTEGER {
none(0),
segment(1),
device(2),
cluster(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The override level applied for the segment defense mode."
::= { segmentEntry 27 }
segmentBypassModeOverride OBJECT-TYPE
SYNTAX INTEGER {
none(0),
segment(1),
device(2),
cluster(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The override level applied for the segment bypass mode."
::= { segmentEntry 28 }
-- compliance statements
coreroCMSMIBCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMPv2 entities which
implement the SNMPv2 MIB."
MODULE -- this module
-- MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
-- snmpBasicNotificationsGroup }
GROUP coreroSegmentGroup
DESCRIPTION
"This group is mandatory for SNMPv2 entities which
support community-based authentication."
::= { coreroCMSMIBCompliances 4 }
-- units of conformance
coreroSegmentGroup OBJECT-GROUP
OBJECTS {
segmentIndex,
segmentDevice,
segmentId,
segmentName,
segmentDescription,
segmentLinkStatePropagationAdminState,
segmentLinkStatePropagationWaitTime,
segmentLinkStatePropagationRecoveryTimeout,
segmentConfiguredDefenseMode,
segmentNtdExternalInterface,
segmentNtdExternalInterfaceStatus,
segmentNtdExternalInterfaceLinkSpeed,
segmentNtdInternalInterface,
segmentNtdInternalInterfaceStatus,
segmentNtdInternalInterfaceLinkSpeed,
segmentNbaExternalInterface,
segmentNbaExternalInterfaceStatus,
segmentNbaExternalInterfaceLinkSpeed,
segmentNbaInternalInterface,
segmentNbaInternalInterfaceStatus,
segmentNbaInternalInterfaceLinkSpeed,
segmentCurrentDefenseMode,
segmentBypassDevice,
segmentConfiguredBypassMode,
segmentCurrentBypassMode,
segmentCurrentBypassState,
segmentDefenseModeOverride,
segmentBypassModeOverride
}
STATUS current
DESCRIPTION
"A collection of objects providing status and statistics for the site."
::= { coreroCMSMIBGroups 4 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,152 @@
CORERO-CMS-SYSTEM-STATUS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE FROM SNMPv2-SMI
coreroCMSMIBObjects FROM CORERO-CMS-MIB;
systemStatus MODULE-IDENTITY
LAST-UPDATED "202001230000Z"
ORGANIZATION "Corero Network Security"
CONTACT-INFO
"info@corero.com"
DESCRIPTION
"Represents current CMS status"
REVISION "202001230000Z"
DESCRIPTION
"Initial revision"
::= { coreroCMSMIBObjects 6 }
protection OBJECT-TYPE
SYNTAX INTEGER {
normal(0),
warning(1),
error(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current protection status"
::= { systemStatus 1 }
device OBJECT-TYPE
SYNTAX INTEGER {
normal(0),
warning(1),
error(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current device status"
::= { systemStatus 2 }
network OBJECT-TYPE
SYNTAX INTEGER {
normal(0),
warning(1),
error(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current network status"
::= { systemStatus 3 }
issueTable OBJECT-TYPE
SYNTAX SEQUENCE OF IssueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The table of issues"
::= { systemStatus 4 }
analytics OBJECT-TYPE
SYNTAX INTEGER {
normal(0),
warning(1),
error(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current analytics status"
::= { systemStatus 5 }
issueEntry OBJECT-TYPE
SYNTAX IssueEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"An entry within the issue table which represents a single issue"
INDEX { issueIndex }
::= { issueTable 1 }
IssueEntry ::= SEQUENCE {
issueIndex INTEGER (1..2147483647),
issueType INTEGER,
issueDevice OCTET STRING,
issueSegment OCTET STRING,
issueDescription OCTET STRING,
issueSeverity INTEGER
}
issueIndex OBJECT-TYPE
SYNTAX INTEGER (1..2147483647)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The issue index"
::= { issueEntry 1 }
issueType OBJECT-TYPE
SYNTAX INTEGER {
protection(0),
devices(1),
network(2),
analytics(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The issue type"
::= { issueEntry 2 }
issueDevice OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The device for which issue was created"
::= { issueEntry 3 }
issueSegment OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The segment for which issue was created"
::= { issueEntry 4 }
issueDescription OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The issue description"
::= { issueEntry 5 }
issueSeverity OBJECT-TYPE
SYNTAX INTEGER {
normal(0),
warning(1),
error(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The issue severity"
::= { issueEntry 6 }
END

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,722 @@
1.3.6.1.2.1.1.1.0|4|Corero CMS SNMP agent
1.3.6.1.2.1.1.2.0|6|.1.3.6.1.4.1.41036
1.3.6.1.2.1.1.3.0|67|25873725
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.41036.2.1
1.3.6.1.2.1.1.3.0|67|3037452676
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.2|4|management
1.3.6.1.2.1.2.2.1.3.2|2|1
1.3.6.1.2.1.2.2.1.4.2|2|1500
1.3.6.1.2.1.2.2.1.6.2|4|00:50:56:93:d0:4f
1.3.6.1.2.1.2.2.1.7.2|2|1
1.3.6.1.2.1.2.2.1.8.2|2|1
1.3.6.1.2.1.2.2.1.9.2|67|0
1.3.6.1.2.1.2.2.1.13.2|65|34935
1.3.6.1.2.1.2.2.1.14.2|65|0
1.3.6.1.2.1.2.2.1.19.2|65|0
1.3.6.1.2.1.2.2.1.20.2|65|0
1.3.6.1.2.1.11.1.0|65|2350402
1.3.6.1.2.1.11.3.0|65|0
1.3.6.1.2.1.11.4.0|65|53
1.3.6.1.2.1.11.5.0|65|0
1.3.6.1.2.1.11.6.0|65|134
1.3.6.1.2.1.11.31.0|65|0
1.3.6.1.2.1.11.32.0|65|0
1.3.6.1.2.1.31.1.1.1.1.2|4|eth0
1.3.6.1.2.1.31.1.1.1.2.2|65|0
1.3.6.1.2.1.31.1.1.1.3.2|65|0
1.3.6.1.2.1.31.1.1.1.4.2|65|0
1.3.6.1.2.1.31.1.1.1.5.2|65|0
1.3.6.1.2.1.31.1.1.1.6.2|70|12268167747573
1.3.6.1.2.1.31.1.1.1.7.2|70|30761277836
1.3.6.1.2.1.31.1.1.1.8.2|70|0
1.3.6.1.2.1.31.1.1.1.9.2|70|0
1.3.6.1.2.1.31.1.1.1.10.2|70|2752932612743
1.3.6.1.2.1.31.1.1.1.11.2|70|6848040178
1.3.6.1.2.1.31.1.1.1.12.2|70|0
1.3.6.1.2.1.31.1.1.1.13.2|70|0
1.3.6.1.2.1.31.1.1.1.14.2|2|2
1.3.6.1.2.1.31.1.1.1.15.2|66|1000
1.3.6.1.2.1.31.1.1.1.16.2|2|2
1.3.6.1.2.1.31.1.1.1.17.2|2|2
1.3.6.1.2.1.31.1.1.1.18.2|4|
1.3.6.1.2.1.31.1.1.1.19.2|67|0
1.3.6.1.4.1.41036.4.1.4.1.1.1.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.1.2|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.1.3|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.1.4|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.1.5|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.1.6|2|6
1.3.6.1.4.1.41036.4.1.4.1.1.1.7|2|7
1.3.6.1.4.1.41036.4.1.4.1.1.1.8|2|8
1.3.6.1.4.1.41036.4.1.4.1.1.1.9|2|9
1.3.6.1.4.1.41036.4.1.4.1.1.1.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.1.11|2|11
1.3.6.1.4.1.41036.4.1.4.1.1.1.12|2|12
1.3.6.1.4.1.41036.4.1.4.1.1.1.13|2|13
1.3.6.1.4.1.41036.4.1.4.1.1.1.14|2|14
1.3.6.1.4.1.41036.4.1.4.1.1.1.15|2|15
1.3.6.1.4.1.41036.4.1.4.1.1.1.16|2|16
1.3.6.1.4.1.41036.4.1.4.1.1.1.17|2|17
1.3.6.1.4.1.41036.4.1.4.1.1.1.18|2|18
1.3.6.1.4.1.41036.4.1.4.1.1.1.19|2|19
1.3.6.1.4.1.41036.4.1.4.1.1.1.20|2|20
1.3.6.1.4.1.41036.4.1.4.1.1.1.21|2|21
1.3.6.1.4.1.41036.4.1.4.1.1.1.22|2|22
1.3.6.1.4.1.41036.4.1.4.1.1.1.23|2|23
1.3.6.1.4.1.41036.4.1.4.1.1.1.24|2|24
1.3.6.1.4.1.41036.4.1.4.1.1.1.25|2|25
1.3.6.1.4.1.41036.4.1.4.1.1.1.26|2|26
1.3.6.1.4.1.41036.4.1.4.1.1.2.1|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.2|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.3|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.4|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.5|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.6|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.7|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.8|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.9|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.10|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.11|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.12|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.13|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.14|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.15|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.16|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.17|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.18|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.19|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.20|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.21|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.22|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.23|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.24|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.25|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.2.26|4|<private>NTD01
1.3.6.1.4.1.41036.4.1.4.1.1.3.1|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.2|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.3|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.4|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.3.5|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.6|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.7|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.8|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.3.9|4|5
1.3.6.1.4.1.41036.4.1.4.1.1.3.10|4|6
1.3.6.1.4.1.41036.4.1.4.1.1.3.11|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.12|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.13|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.14|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.3.15|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.16|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.17|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.18|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.3.19|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.20|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.21|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.22|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.3.23|4|1
1.3.6.1.4.1.41036.4.1.4.1.1.3.24|4|2
1.3.6.1.4.1.41036.4.1.4.1.1.3.25|4|3
1.3.6.1.4.1.41036.4.1.4.1.1.3.26|4|4
1.3.6.1.4.1.41036.4.1.4.1.1.4.1|4|<private>NTD01-1
1.3.6.1.4.1.41036.4.1.4.1.1.4.2|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.3|4|<private>NTD01-3
1.3.6.1.4.1.41036.4.1.4.1.1.4.4|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.4.5|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.6|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.7|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.8|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.4.9|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.10|4|<private>NTD01-6
1.3.6.1.4.1.41036.4.1.4.1.1.4.11|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.12|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.13|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.14|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.4.15|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.16|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.17|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.18|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.4.19|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.20|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.21|4|<private>NTD01-3
1.3.6.1.4.1.41036.4.1.4.1.1.4.22|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.4.23|4|<private>NTD01-<private>
1.3.6.1.4.1.41036.4.1.4.1.1.4.24|4|<private>NTD01-2
1.3.6.1.4.1.41036.4.1.4.1.1.4.25|4|<private>NTD01-3
1.3.6.1.4.1.41036.4.1.4.1.1.4.26|4|<private>NTD01-4
1.3.6.1.4.1.41036.4.1.4.1.1.5.17|4|<private> Internet ( on <private>/0/0/28 to <private>/0/0/28)
1.3.6.1.4.1.41036.4.1.4.1.1.6.1|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.2|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.3|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.4|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.5|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.6|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.7|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.8|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.9|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.10|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.11|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.12|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.13|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.14|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.15|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.16|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.17|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.18|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.19|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.20|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.21|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.22|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.23|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.24|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.25|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.6.26|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.7.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.2|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.3|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.4|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.5|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.6|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.7|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.8|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.9|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.10|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.11|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.12|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.13|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.14|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.15|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.16|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.17|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.18|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.19|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.20|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.21|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.22|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.23|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.24|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.25|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.7.26|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.8.1|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.3|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.5|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.7|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.9|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.11|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.13|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.15|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.17|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.19|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.21|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.23|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.25|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.8.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.9.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.2|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.3|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.4|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.5|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.6|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.7|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.8|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.9|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.10|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.11|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.12|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.13|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.14|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.15|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.16|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.17|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.18|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.19|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.20|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.21|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.22|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.23|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.24|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.25|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.9.26|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.10.1|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.2|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.3|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.4|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.5|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.6|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.7|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.8|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.9|4|xe-3/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.10|4|xe-3/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.11|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.12|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.13|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.14|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.15|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.16|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.17|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.18|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.19|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.20|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.21|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.22|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.23|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.24|4|xe-1/3
1.3.6.1.4.1.41036.4.1.4.1.1.10.25|4|xe-2/1
1.3.6.1.4.1.41036.4.1.4.1.1.10.26|4|xe-2/3
1.3.6.1.4.1.41036.4.1.4.1.1.11.1|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.2|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.4|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.6|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.8|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.10|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.12|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.14|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.16|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.11.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.18|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.11.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.20|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.11.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.22|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.11.23|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.24|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.11.25|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.11.26|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.12.1|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.2|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.3|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.4|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.5|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.6|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.7|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.8|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.9|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.10|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.11|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.12|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.13|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.14|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.15|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.16|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.17|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.18|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.19|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.20|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.21|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.22|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.23|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.24|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.12.25|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.12.26|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.13.1|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.2|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.3|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.4|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.5|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.6|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.7|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.8|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.9|4|xe-3/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.10|4|xe-3/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.11|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.12|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.13|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.14|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.15|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.16|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.17|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.18|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.19|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.20|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.21|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.22|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.23|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.24|4|xe-1/4
1.3.6.1.4.1.41036.4.1.4.1.1.13.25|4|xe-2/2
1.3.6.1.4.1.41036.4.1.4.1.1.13.26|4|xe-2/4
1.3.6.1.4.1.41036.4.1.4.1.1.14.1|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.2|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.4|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.6|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.8|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.10|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.12|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.14|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.16|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.14.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.18|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.14.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.20|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.14.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.22|2|3
1.3.6.1.4.1.41036.4.1.4.1.1.14.23|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.24|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.14.25|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.14.26|2|5
1.3.6.1.4.1.41036.4.1.4.1.1.15.1|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.2|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.3|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.4|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.5|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.6|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.7|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.8|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.9|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.10|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.11|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.12|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.13|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.14|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.15|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.16|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.17|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.18|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.19|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.20|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.21|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.22|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.23|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.24|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.15.25|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.15.26|66|0
1.3.6.1.4.1.41036.4.1.4.1.1.16.1|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.3|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.5|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.7|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.9|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.11|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.13|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.15|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.17|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.19|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.21|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.23|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.16.25|4|xe-1/1
1.3.6.1.4.1.41036.4.1.4.1.1.17.1|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.17.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.17.23|2|2
1.3.6.1.4.1.41036.4.1.4.1.1.17.25|2|8
1.3.6.1.4.1.41036.4.1.4.1.1.18.1|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.3|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.5|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.7|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.9|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.11|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.13|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.15|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.17|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.19|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.21|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.23|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.18.25|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.19.1|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.3|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.5|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.7|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.9|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.11|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.13|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.15|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.17|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.19|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.21|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.23|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.19.25|4|xe-1/2
1.3.6.1.4.1.41036.4.1.4.1.1.20.1|2|8
1.3.6.1.4.1.41036.4.1.4.1.1.20.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.20.23|2|8
1.3.6.1.4.1.41036.4.1.4.1.1.20.25|2|8
1.3.6.1.4.1.41036.4.1.4.1.1.21.1|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.3|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.5|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.7|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.9|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.11|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.13|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.15|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.17|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.19|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.21|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.23|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.21.25|66|10000
1.3.6.1.4.1.41036.4.1.4.1.1.22.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.2|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.3|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.4|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.5|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.6|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.7|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.8|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.9|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.10|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.11|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.12|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.13|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.14|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.15|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.16|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.17|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.18|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.19|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.20|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.21|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.22|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.23|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.24|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.25|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.22.26|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.3|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.5|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.7|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.9|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.11|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.13|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.15|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.17|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.19|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.21|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.23|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.24.25|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.24.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.1|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.3|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.5|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.7|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.9|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.11|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.13|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.15|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.17|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.19|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.21|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.23|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.25.25|2|1
1.3.6.1.4.1.41036.4.1.4.1.1.25.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.1|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.3|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.5|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.7|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.9|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.11|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.13|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.15|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.17|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.19|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.21|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.23|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.26.25|2|4
1.3.6.1.4.1.41036.4.1.4.1.1.26.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.27.1|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.2|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.4|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.6|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.8|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.10|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.12|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.14|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.16|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.18|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.20|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.22|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.23|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.24|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.25|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.27.26|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.1|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.2|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.4|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.6|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.8|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.10|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.12|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.14|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.16|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.18|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.20|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.22|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.23|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.24|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.25|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.28.26|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.29.1|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.3|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.5|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.7|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.9|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.11|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.13|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.15|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.17|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.19|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.21|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.23|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.25|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.29.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.1|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.2|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.3|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.4|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.5|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.6|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.7|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.8|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.9|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.10|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.11|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.12|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.13|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.14|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.15|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.16|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.17|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.18|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.19|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.20|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.21|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.22|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.23|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.24|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.25|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.30.26|2|10
1.3.6.1.4.1.41036.4.1.4.1.1.31.1|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.2|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.3|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.4|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.5|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.6|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.7|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.8|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.9|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.10|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.11|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.12|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.13|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.14|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.15|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.16|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.17|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.18|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.19|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.20|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.21|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.22|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.23|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.24|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.25|2|0
1.3.6.1.4.1.41036.4.1.4.1.1.31.26|2|0
1.3.6.1.4.1.41036.4.1.6.1.0|2|2
1.3.6.1.4.1.41036.4.1.6.5.0|2|0