Added support for new device OS Westermo WeOS (#15674)

* Added support for new device OS Westermo WeOS

updated high limits

* Removed config regarding discovery and polling modules

* First test with moving sensor discovery to YAML

* Updates to discovery snr sensor, new test data, deleted sensors written in php

* Fix for SNR discovery sensor descr

* Removed shdsl from bad_iftype

---------

Co-authored-by: OSIRIS-REx <sphinxes@protonmail.com>
This commit is contained in:
OSIRIS-REx 2024-04-10 18:14:11 +02:00 committed by GitHub
parent 8d99014948
commit 393e954664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
13 changed files with 7129 additions and 1 deletions

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
html/images/os/westermo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,29 @@
mib: HDSL2-SHDSL-LINE-MIB:WESTERMO-INTERFACE-MIB:WESTERMO-OID-MIB:WESTERMO-WEOS-MIB
modules:
os:
version: SNMPv2-MIB::sysDescr.0
hardware:
- .1.3.6.1.2.1.47.1.1.1.1.13.5 # Wolverine, DDW-225
- .1.3.6.1.2.1.47.1.1.1.1.7.3 # Lynx
serial:
- .1.3.6.1.2.1.47.1.1.1.1.11.5 # Wolverine, DDW-225
- .1.3.6.1.2.1.47.1.1.1.1.11.3 # Lynx
sensors:
pre-cache:
data:
-
oid:
- ifName
snr:
data:
-
oid: hdsl2ShdslEndpointCurrTable
value: hdsl2ShdslEndpointCurrSnrMgn
num_oid: '.1.3.6.1.2.1.10.48.1.5.1.2.{{ $index }}'
snmp_flags: '-OQUsbe'
descr: 'DSL {{ $ifName:0 }} SNR'
index: 'snr-{{ $index }}'
low_limit: 6
low_warn_limit: 10
warn_limit: 98
high_limit: 99

View File

@ -0,0 +1,13 @@
os: weos
text: 'Westermo WeOS'
type: network
icon: westermo
group: westermo
ifname: true
mib_dir: westermo
over:
- { graph: device_bits, text: 'Device Traffic' }
- { graph: device_mempool, text: 'Memory Usage' }
discovery:
- sysObjectID:
- .1.3.6.1.4.1.16177

1242
mibs/westermo/TTDP-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,379 @@
WESTERMO-FRNT-MIB DEFINITIONS ::= BEGIN
IMPORTS
Integer32,
TimeTicks,
OBJECT-TYPE,
MODULE-IDENTITY,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
IfaceRefIndex
FROM WESTERMO-INTERFACE-MIB
MODULE-COMPLIANCE,
OBJECT-GROUP,
NOTIFICATION-GROUP
FROM SNMPv2-CONF
common
FROM WESTERMO-OID-MIB
;
-- module
frnt MODULE-IDENTITY
LAST-UPDATED "201912110000Z"
ORGANIZATION "Westermo"
CONTACT-INFO
"Copyright (c) 2019:
Westermo Network Technologies AB
640 40 Stora Sundby
Sweden
url: http://www.westermo.com
Contact: support@westermo.se
Description: Westermo Common FRNT MIB-file"
DESCRIPTION
"Westermo Common FRNT MIB-file."
REVISION "201908300000Z"
DESCRIPTION
"Initial revision."
REVISION "201912110000Z"
DESCRIPTION
"Added ring status notifications"
::= { common 5 }
-- ---------------------------------------------------------- --
-- subtrees in the WESTERMO-FRNT-MIB
-- ---------------------------------------------------------- --
frntObjects OBJECT IDENTIFIER ::= { frnt 1 }
frntConformance OBJECT IDENTIFIER ::= { frnt 2 }
frntNotifications OBJECT IDENTIFIER ::= { frnt 3 }
frntNotificationPrefix OBJECT IDENTIFIER ::= { frntNotifications 0 }
-- -------------------------------------------------------------
-- the frntStatusTable
-- -------------------------------------------------------------
frntStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF FrntStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Table containing a list of FRNT instances/rings."
::= { frntObjects 1 }
frntStatusEntry OBJECT-TYPE
SYNTAX FrntStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The row containing status information for a specific
FRNT instance/ring."
INDEX { frntStatusVersion, frntStatusInstance }
::= { frntStatusTable 1 }
FrntStatusEntry ::=
SEQUENCE {
frntStatusVersion INTEGER,
frntStatusInstance Integer32,
frntStatusRingId Integer32,
frntStatusDeviceMode INTEGER,
frntStatusRingStatus INTEGER,
frntStatusPort1 IfaceRefIndex,
frntStatusPort2 IfaceRefIndex,
frntStatusBlockingPort IfaceRefIndex,
frntStatusVid1 Integer32,
frntStatusVid2 Integer32,
frntStatusTopologyChangeCount Integer32,
frntStatusTimeSinceLastChange TimeTicks
}
frntStatusVersion OBJECT-TYPE
SYNTAX INTEGER { v0(0), v2(2)}
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"FRNT Version"
::= { frntStatusEntry 1 }
frntStatusInstance OBJECT-TYPE
SYNTAX Integer32 (0..255)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"FRTN Instance"
::= { frntStatusEntry 2 }
frntStatusRingId OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"FRNT Ring ID"
::= { frntStatusEntry 3 }
frntStatusDeviceMode OBJECT-TYPE
SYNTAX INTEGER {member(1), focalPoint(2)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"A device (FRNT node) can act as focal point or a member"
::= { frntStatusEntry 4}
frntStatusRingStatus OBJECT-TYPE
SYNTAX INTEGER {broken(0), ok(1)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The current FRNT ring status"
::= { frntStatusEntry 5}
frntStatusPort1 OBJECT-TYPE
SYNTAX IfaceRefIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Reference Index for Port 1 (portM).
Reference Index is defined in WESTERMO-INTERFACES-MIB."
::= { frntStatusEntry 6}
frntStatusPort2 OBJECT-TYPE
SYNTAX IfaceRefIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Reference Index for Port 2 (portN).
Reference Index is defined in WESTERMO-INTERFACES-MIB."
::= { frntStatusEntry 7}
frntStatusBlockingPort OBJECT-TYPE
SYNTAX IfaceRefIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Reference Index for the blocking port.
In FRNTv0 this is always port 1 (port M).
Only applicable when deviceMode is focalPoint."
::= { frntStatusEntry 8}
frntStatusVid1 OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Vid 1 (Not applicable for FRNTv0 rings)"
::= { frntStatusEntry 9}
frntStatusVid2 OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Vid 2 (Not applicable for FRNTv0 rings)"
::= { frntStatusEntry 10}
frntStatusTopologyChangeCount OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the number of topology Changes
since FRNT was enabled."
::= { frntStatusEntry 11}
frntStatusTimeSinceLastChange OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the time that have passed since
the last change of ring status."
::= { frntStatusEntry 12 }
-- -------------------------------------------------------------
-- the frntPortStatus table
-- -------------------------------------------------------------
frntPortStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF FrntPortStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of frntPortStatus entries."
::= { frntObjects 2 }
frntPortStatusEntry OBJECT-TYPE
SYNTAX FrntPortStatusEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"frntPortStatus entry"
INDEX { frntPortStatusFrntRingId, frntPortStatusRefIndex }
::= { frntPortStatusTable 1 }
FrntPortStatusEntry ::=
SEQUENCE {
frntPortStatusFrntRingId Integer32,
frntPortStatusRefIndex IfaceRefIndex,
frntPortStatusAdminState INTEGER,
frntPortStatusOperState INTEGER,
frntPortStatusLinkState INTEGER
}
frntPortStatusFrntRingId OBJECT-TYPE
SYNTAX Integer32 (0..9999)
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"FRNT Ring ID"
::= { frntPortStatusEntry 1 }
frntPortStatusRefIndex OBJECT-TYPE
SYNTAX IfaceRefIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"The Reference Index for Port.
Defined in WESTERMO-INTERFACES-MIB"
::= { frntPortStatusEntry 2 }
frntPortStatusAdminState OBJECT-TYPE
SYNTAX INTEGER
{
unknown(0),
enabled(1),
disabled(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The FRNT port admin status."
::= { frntPortStatusEntry 3 }
frntPortStatusOperState OBJECT-TYPE
SYNTAX INTEGER
{
unknown(0),
disabled(1),
down(2),
notQualified(3),
qualified(4),
forwarding(5)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The FRNT port operating status."
::= { frntPortStatusEntry 4}
frntPortStatusLinkState OBJECT-TYPE
SYNTAX INTEGER
{
unknown(0),
up(1),
down(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Port link state."
::= { frntPortStatusEntry 5}
-- ---------------------------------------------------------- --
-- Conformance Information
-- ---------------------------------------------------------- --
frntGroups OBJECT IDENTIFIER ::= { frntConformance 1 }
frntCompliances OBJECT IDENTIFIER ::= { frntConformance 2 }
-- ---------------------------------------------------------- --
-- Units of conformance
-- ---------------------------------------------------------- --
frntStatusGroup OBJECT-GROUP
OBJECTS {
frntStatusRingId,
frntStatusDeviceMode,
frntStatusRingStatus,
frntStatusPort1,
frntStatusPort2,
frntStatusBlockingPort,
frntStatusVid1,
frntStatusVid2,
frntStatusTopologyChangeCount,
frntStatusTimeSinceLastChange
}
STATUS current
DESCRIPTION
"FRNT Status group."
::= { frntGroups 1 }
frntPortStatusGroup OBJECT-GROUP
OBJECTS {
frntPortStatusAdminState,
frntPortStatusOperState,
frntPortStatusLinkState
}
STATUS current
DESCRIPTION
"FRNT Port Status group."
::= { frntGroups 2 }
frntNotificationsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
frntRingOK,
frntRingBroken
}
STATUS current
DESCRIPTION
"FRNT Notifications group."
::= { frntGroups 3 }
-- ---------------------------------------------------------- --
-- FRNT notifications
-- ---------------------------------------------------------- --
frntRingOK NOTIFICATION-TYPE
OBJECTS { frntStatusRingId, frntStatusRingStatus, frntStatusDeviceMode, frntStatusPort1, frntStatusPort2 }
STATUS current
DESCRIPTION
"Notification associated with FRNT ring state"
::= { frntNotificationPrefix 1 }
frntRingBroken NOTIFICATION-TYPE
OBJECTS { frntStatusRingId,frntStatusRingStatus, frntStatusDeviceMode, frntStatusPort1, frntStatusPort2 }
STATUS current
DESCRIPTION
"Notification associated with FRNT ring state"
::= { frntNotificationPrefix 2 }
-- ---------------------------------------------------------- --
-- Compliance statements
-- ---------------------------------------------------------- --
frntCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for SNMP entities that implement
the Westermo FRNT MIB."
MODULE
MANDATORY-GROUPS {
frntStatusGroup,
frntPortStatusGroup,
frntNotificationsGroup
}
::= { frntCompliances 1 }
END

View File

@ -0,0 +1,185 @@
WESTERMO-INTERFACE-MIB DEFINITIONS ::= BEGIN
IMPORTS
DisplayString,
TEXTUAL-CONVENTION
FROM SNMPv2-TC
Integer32,
OBJECT-TYPE,
MODULE-IDENTITY
FROM SNMPv2-SMI
MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
common
FROM WESTERMO-OID-MIB
InterfaceIndex
FROM IF-MIB
IANAifType
FROM IANAifType-MIB;
-- module
wmoInterface MODULE-IDENTITY
LAST-UPDATED "201908300000Z"
ORGANIZATION "Westermo"
CONTACT-INFO
"Copyright (c) 2019:
Westermo Network Technologies AB
640 40 Stora Sundby
Sweden
url: http://www.westermo.com
Contact: support@westermo.se
Description: Westermo Common Interfaces MIB-file"
DESCRIPTION
"Westermo Common Interfaces MIB-file. The Interface MIB lists all ports
and interfaces and their reference index. The purpose of reference index
is to have a predictable index for ports and interfaces."
REVISION "201908300000Z"
DESCRIPTION
"Initial version."
::= { common 4 }
-- -------------------------------------------------------------
-- Textual Conventions
-- -------------------------------------------------------------
IfaceRefIndex ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d"
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each interface or
interface sub-layer in the managed system. "
SYNTAX Integer32 (1..1000)
-- ---------------------------------------------------------- --
-- subtrees in the WESTERMO-FRNT-MIB
-- ---------------------------------------------------------- --
wmoInterfaceObjects OBJECT IDENTIFIER ::= { wmoInterface 1 }
wmoInterfaceConformance OBJECT IDENTIFIER ::= { wmoInterface 2 }
-- -------------------------------------------------------------
-- the ifRefTable
-- -------------------------------------------------------------
ifRefTable OBJECT-TYPE
SYNTAX SEQUENCE OF IfRefEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A list of interface entries."
::= { wmoInterfaceObjects 1 }
ifRefEntry OBJECT-TYPE
SYNTAX IfRefEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Interface entry"
INDEX { ifRefIndex }
::= { ifRefTable 1 }
IfRefEntry ::=
SEQUENCE {
ifRefIndex IfaceRefIndex,
ifRefifIndex InterfaceIndex,
ifRefifName DisplayString,
ifRefifDescr DisplayString,
ifRefifType IANAifType
}
ifRefIndex OBJECT-TYPE
SYNTAX IfaceRefIndex
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A unique value, greater than zero, for each interface.
The values are assigned contiguously starting from 1."
::= { ifRefEntry 1 }
ifRefifIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The interface index corresponding to the value of ifIndex in
the Internet Standard MIB."
::= { ifRefEntry 2 }
ifRefifName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Name of the interface"
::= { ifRefEntry 3 }
ifRefifDescr OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Description to the interface"
::= { ifRefEntry 4 }
ifRefifType OBJECT-TYPE
SYNTAX IANAifType
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The IANAifType of the interface"
::= { ifRefEntry 5 }
-- ---------------------------------------------------------- --
-- Conformance Information
-- ---------------------------------------------------------- --
wmoInterfaceGroups OBJECT IDENTIFIER ::= { wmoInterfaceConformance 1 }
wmoInterfaceCompliances OBJECT IDENTIFIER ::= { wmoInterfaceConformance 2 }
-- ---------------------------------------------------------- --
-- Units of conformance
-- ---------------------------------------------------------- --
wmoInterfaceGroup OBJECT-GROUP
OBJECTS {
ifRefifIndex,
ifRefifName,
ifRefifDescr,
ifRefifType
}
STATUS current
DESCRIPTION
"The wmoInterfaceGroup"
::= { wmoInterfaceGroups 1 }
-- ---------------------------------------------------------- --
-- Compliance statements
-- ---------------------------------------------------------- --
wmoInterfaceCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement"
MODULE
MANDATORY-GROUPS {
wmoInterfaceGroup
}
::= { wmoInterfaceCompliances 1 }
END

View File

@ -0,0 +1,68 @@
WESTERMO-OID-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY
FROM SNMPv2-SMI;
westermo MODULE-IDENTITY
LAST-UPDATED "201010200000Z"
ORGANIZATION "Westermo Teleindustri AB"
CONTACT-INFO
"Westermo Teleindustri AB
640 40 Stora Sundby
Sweden
registry@westermo.se"
DESCRIPTION
"This MIB module defines the top objects of the Westermo private MIB."
REVISION "201010200000Z"
DESCRIPTION
"Defined OID for the Westermo i-line series of switches, within the
products' branch."
REVISION "200905280000Z"
DESCRIPTION
"This MIB module (WESTERMO-OID-MIB) is now used also by the
private MIB of 'traditional' (non-WeOS) Westermo Lynx/Viper
switches. That is, for (non-WeOS) Lynx firmware version 3.17
and later, the Lynx Private MIB is split into two modules; the
top module (WESTERMO-OID-MIB) and a Lynx specific MIB module
(WESTERMO-LYNX-MIB).
Please see the Lynx Release Notes for information on MIB file
updates."
REVISION "200905180000Z"
DESCRIPTION
"First WeOS revision. Used by WESTERMO-WEOS-MIB from WeOS version 4.0.0 and
later. Please see the WeOS Release Notes for information on MIB file
updates."
::= { enterprises 16177 }
--
-- Main branches
--
products OBJECT IDENTIFIER ::= { westermo 1 }
common OBJECT IDENTIFIER ::= { westermo 2 }
--
-- Branches under the products node
-- * The 'lynx' and 'mrd' branches are defined in their respective
-- product specific mib file.
-- * The 'i-line' branch is defined here, and is used by all product
-- specific mib files for in the i-line series of switches
--
-- lynx OBJECT IDENTIFIER ::= { products 2 }
-- mrd OBJECT IDENTIFIER ::= { products 200 }
i-line OBJECT IDENTIFIER ::= { products 300 }
--
-- Branches under the common node (defined in branch specific files)
--
-- weos OBJECT IDENTIFIER ::= { common 1 }
END

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,32 @@
WESTERMO-WEOS-TECHPREVIEW-MIB DEFINITIONS ::= BEGIN
IMPORTS
NOTIFICATION-TYPE
FROM SNMPv2-SMI
otherNotificationPrefix
FROM WESTERMO-WEOS-MIB;
-- -------------------------------------------------------------
-- Notification group
-- -------------------------------------------------------------
-- -------------------------------------------------------------
-- Notification: Other
-- -------------------------------------------------------------
remoteTriggerSet NOTIFICATION-TYPE
OBJECTS { remoteTriggerStatus }
STATUS current
DESCRIPTION
"Notification associated with Remote trigger state."
::= { otherNotificationPrefix 1 }
remoteTriggerTimeout NOTIFICATION-TYPE
OBJECTS { remoteTriggerStatus }
STATUS current
DESCRIPTION
"Notification associated with Remote triggert state."
::= { otherNotificationPrefix 2 }
END

View File

@ -910,7 +910,6 @@
"sonet",
"atmSubInterface",
"aal5",
"shdsl",
"mpls"
]
},

2182
tests/data/weos_ddw-225.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,252 @@
1.0.8802.1.1.2.1.3.7.1.3.1|4x|00077C112381
1.0.8802.1.1.2.1.3.7.1.3.2|4x|00077C112382
1.0.8802.1.1.2.1.3.7.1.3.3|4x|00077C112383
1.0.8802.1.1.2.1.3.7.1.3.4|4x|00077C112384
1.0.8802.1.1.2.1.3.7.1.3.5|4x|00077C112385
1.0.8802.1.1.2.1.3.7.1.3.6|4x|00077C112386
1.3.6.1.2.1.1.1.0|4|Westermo Wolverine, primary: v4.28.6, backup: v4.28.6, bootloader: v4.11
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.16177
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.2.1.2.2.1.2.1|4|lo
1.3.6.1.2.1.2.2.1.2.5|4|vlan1
1.3.6.1.2.1.2.2.1.2.6|4|vlan15
1.3.6.1.2.1.2.2.1.2.7|4|vlan42
1.3.6.1.2.1.2.2.1.2.4096|4|1/1
1.3.6.1.2.1.2.2.1.2.4097|4|1/2
1.3.6.1.2.1.2.2.1.2.4098|4|2/1
1.3.6.1.2.1.2.2.1.2.4099|4|2/2
1.3.6.1.2.1.2.2.1.2.4100|4|2/3
1.3.6.1.2.1.2.2.1.2.4101|4|2/4
1.3.6.1.2.1.2.2.1.3.1|2|53
1.3.6.1.2.1.2.2.1.3.5|2|53
1.3.6.1.2.1.2.2.1.3.6|2|53
1.3.6.1.2.1.2.2.1.3.7|2|53
1.3.6.1.2.1.2.2.1.3.4096|2|169
1.3.6.1.2.1.2.2.1.3.4097|2|169
1.3.6.1.2.1.2.2.1.3.4098|2|6
1.3.6.1.2.1.2.2.1.3.4099|2|6
1.3.6.1.2.1.2.2.1.3.4100|2|6
1.3.6.1.2.1.2.2.1.3.4101|2|6
1.3.6.1.2.1.2.2.1.8.1|2|1
1.3.6.1.2.1.2.2.1.8.5|2|2
1.3.6.1.2.1.2.2.1.8.6|2|1
1.3.6.1.2.1.2.2.1.8.7|2|1
1.3.6.1.2.1.2.2.1.8.4096|2|2
1.3.6.1.2.1.2.2.1.8.4097|2|1
1.3.6.1.2.1.2.2.1.8.4098|2|1
1.3.6.1.2.1.2.2.1.8.4099|2|2
1.3.6.1.2.1.2.2.1.8.4100|2|2
1.3.6.1.2.1.2.2.1.8.4101|2|2
1.3.6.1.2.1.4.20.1.2.10.13.47.19|2|7
1.3.6.1.2.1.4.20.1.2.10.13.203.62|2|6
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1
1.3.6.1.2.1.4.20.1.3.10.13.47.19|64|255.255.255.0
1.3.6.1.2.1.4.20.1.3.10.13.203.62|64|255.255.255.0
1.3.6.1.2.1.10.48.1.5.1.1.4096.0.1.1|2|0
1.3.6.1.2.1.10.48.1.5.1.1.4097.1.1.1|2|0
1.3.6.1.2.1.10.48.1.5.1.2.4096.0.0.1|2|0
1.3.6.1.2.1.10.48.1.5.1.2.4096.0.1.1|2|27
1.3.6.1.2.1.10.48.1.5.1.2.4097.1.1.1|2|26
1.3.6.1.2.1.17.1.4.1.2.1|2|4096
1.3.6.1.2.1.17.1.4.1.2.2|2|4097
1.3.6.1.2.1.17.1.4.1.2.3|2|4098
1.3.6.1.2.1.17.1.4.1.2.4|2|4099
1.3.6.1.2.1.17.1.4.1.2.5|2|4100
1.3.6.1.2.1.17.1.4.1.2.6|2|4101
1.3.6.1.2.1.17.4.3.1.2.0.0.94.0.1.47|2|3
1.3.6.1.2.1.17.4.3.1.2.0.0.222.83.105.185|2|3
1.3.6.1.2.1.17.4.3.1.2.0.0.222.83.105.186|2|3
1.3.6.1.2.1.17.4.3.1.2.0.0.222.83.105.245|2|3
1.3.6.1.2.1.17.4.3.1.2.0.0.222.83.105.246|2|3
1.3.6.1.2.1.17.4.3.1.2.0.1.41.171.164.213|2|3
1.3.6.1.2.1.17.4.3.1.2.0.6.25.35.186.7|2|3
1.3.6.1.2.1.17.4.3.1.2.0.6.25.66.235.1|2|3
1.3.6.1.2.1.17.4.3.1.2.0.6.25.66.235.11|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.9.16.36.213|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.11.181.224|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.11.184.68|2|0
1.3.6.1.2.1.17.4.3.1.2.0.7.124.17.35.132|2|0
1.3.6.1.2.1.17.4.3.1.2.0.7.124.61.154.193|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.219.36|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.219.104|2|2
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.220.4|2|1
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.220.8|2|1
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.220.100|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.221.132|2|2
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.221.136|2|2
1.3.6.1.2.1.17.4.3.1.2.0.7.124.132.252.196|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.133.1.134|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.133.4.100|2|3
1.3.6.1.2.1.17.4.3.1.2.0.7.124.139.133.160|2|3
1.3.6.1.2.1.17.4.3.1.2.0.8.155.183.18.185|2|3
1.3.6.1.2.1.17.4.3.1.2.0.17.189.2.5.168|2|1
1.3.6.1.2.1.17.4.3.1.2.0.17.189.2.29.35|2|2
1.3.6.1.2.1.17.4.3.1.2.0.17.189.2.33.1|2|2
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.48.245|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.48.246|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.58.3|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.58.8|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.90.107|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.90.112|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.88.16.95.74|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.11.53.220|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.28.154.102|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.28.158.228|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.28.159.114|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.28.160.98|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.28.162.104|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.29.131.135|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.34.35.74|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.38.222.36|2|3
1.3.6.1.2.1.17.4.3.1.2.0.24.125.152.196.68|2|3
1.3.6.1.2.1.17.4.3.1.2.0.30.148.6.241.251|2|3
1.3.6.1.2.1.17.4.3.1.2.0.30.201.59.32.193|2|3
1.3.6.1.2.1.17.4.3.1.2.0.36.232.46.204.110|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.11.79|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.25.138|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.28.17|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.28.163|2|2
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.28.215|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.33.98|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.33.111|2|3
1.3.6.1.2.1.17.4.3.1.2.0.48.94.3.35.107|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.228.196.194|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.231.103.2|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.231.103.6|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.231.173.166|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.231.173.167|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.235.118.202|2|3
1.3.6.1.2.1.17.4.3.1.2.0.144.194.235.152.137|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.168.213.9|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.168.214.233|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.168.221.229|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.173.60.103|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.177.193.174|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.24.198|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.26.6|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.26.118|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.26.166|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.27.150|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.22|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.70|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.86|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.134|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.166|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.198|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.214|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.28.246|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.6|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.22|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.38|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.54|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.70|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.102|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.118|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.166|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.198|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.29.214|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.6|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.166|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.182|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.198|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.214|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.30.230|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.31.6|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.31.118|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.31.182|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.32.22|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.32.38|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.32.86|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.32.118|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.32.198|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.33.54|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.33.70|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.33.118|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.189.33.134|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.198.187.11|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.213.69|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.219.149|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.223.165|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.225.21|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.225.197|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.228.181|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.228.229|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.229.125|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.238.1|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.239.49|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.239.177|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.240.33|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.240.81|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.240.145|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.240.177|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.240.225|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.241.81|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.242.33|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.204.242.193|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.206.170.92|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.216.116.194|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.237.150.61|2|3
1.3.6.1.2.1.17.4.3.1.2.0.224.177.237.150.105|2|3
1.3.6.1.2.1.17.4.3.1.2.64.124.125.143.155.114|2|3
1.3.6.1.2.1.17.4.3.1.2.104.171.9.91.41.66|2|3
1.3.6.1.2.1.17.4.3.1.2.124.33.13.99.43.28|2|3
1.3.6.1.2.1.17.4.3.1.2.148.36.225.156.193.219|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.54.93.248|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.92.176|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.93.160|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.94.128|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.94.144|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.94.176|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.95.0|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.95.224|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.96.224|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.65.97.208|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.67.5.60|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.67.5.220|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.67.6.108|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.67.7.92|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.109.20.216|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.113.118.236|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.113.119.28|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.122.124.74|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.122.124.152|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.122.125.156|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.150.236.4|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.167.255.60|2|3
1.3.6.1.2.1.17.4.3.1.2.232.231.50.167.255.124|2|3
1.3.6.1.2.1.17.7.1.4.2.1.3.0.1|66|1
1.3.6.1.2.1.17.7.1.4.2.1.3.0.15|66|2
1.3.6.1.2.1.17.7.1.4.2.1.3.0.42|66|3
1.3.6.1.2.1.17.7.1.4.2.1.3.0.71|66|3
1.3.6.1.2.1.31.1.1.1.1.1|4|lo
1.3.6.1.2.1.31.1.1.1.1.5|4|vlan1
1.3.6.1.2.1.31.1.1.1.1.6|4|vlan15
1.3.6.1.2.1.31.1.1.1.1.7|4|vlan42
1.3.6.1.2.1.31.1.1.1.1.4096|4|1/1
1.3.6.1.2.1.31.1.1.1.1.4097|4|1/2
1.3.6.1.2.1.31.1.1.1.1.4098|4|2/1
1.3.6.1.2.1.31.1.1.1.1.4099|4|2/2
1.3.6.1.2.1.31.1.1.1.1.4100|4|2/3
1.3.6.1.2.1.31.1.1.1.1.4101|4|2/4
1.3.6.1.2.1.31.1.1.1.18.1|4|lo
1.3.6.1.2.1.31.1.1.1.18.5|4|vlan1
1.3.6.1.2.1.31.1.1.1.18.6|4|vlan15
1.3.6.1.2.1.31.1.1.1.18.7|4|vlan42
1.3.6.1.2.1.31.1.1.1.18.4096|4|1/1
1.3.6.1.2.1.31.1.1.1.18.4097|4|1/2
1.3.6.1.2.1.31.1.1.1.18.4098|4|2/1
1.3.6.1.2.1.31.1.1.1.18.4099|4|2/2
1.3.6.1.2.1.31.1.1.1.18.4100|4|2/3
1.3.6.1.2.1.31.1.1.1.18.4101|4|2/4
1.3.6.1.2.1.47.1.1.1.1.7.3|4|
1.3.6.1.2.1.47.1.1.1.1.11.3|4|<private>
1.3.6.1.2.1.47.1.1.1.1.11.5|4|<private>
1.3.6.1.2.1.47.1.1.1.1.13.5|4|DDW-225
1.3.6.1.2.1.99.1.1.1.4.1000|2|31
1.3.6.1.4.1.2021.4.3.0|2|0
1.3.6.1.4.1.2021.4.4.0|2|0
1.3.6.1.4.1.2021.4.5.0|2|60844
1.3.6.1.4.1.2021.4.6.0|2|23744
1.3.6.1.4.1.2021.4.14.0|2|6896
1.3.6.1.4.1.2021.4.15.0|2|17980