From 2139eed306d43fc83d5cae893ea19bd7cfe69f5c Mon Sep 17 00:00:00 2001 From: soto2080 Date: Sat, 28 Sep 2019 11:18:24 +0800 Subject: [PATCH] Add EdgeCore ECS4110-28T Support (#10525) * Add ECS4110 cpu usage * Add cpu usage oid for ECS4110 * TESTED * Fix EdgeCore ifOperStatus does not follow the Cisco convention * Since EdgeCore use "lowerLayerDown" in ifOperStatus when port is unplugged * On the other way, Cisco use briefly "down". * So change "lowerLayerDown" to "down" to workaround the bug that will make port always show as up/up * Refactor Edgecos cpu usage oid * Codeclimate is unhappy about it maybe the refactor will make it happy. * Add EgdeCore ECS4110 MIB Just got MIB from EdgeCore * Refactor Egdecos Mempool * a bit refactor of Mempool discover and polling * add support for ECS4110 via MIB * Modify ECS-4110 MIB * MODULE-IDENTITY change from ECS4110-52P-MIB to ECS4110-MIB * strip off syntax error part(time range) * Add EdgeCore ECS-4110 OS polling * polling OS and Hardware via MIBs * Fix typo * Sorry that I am dazzled * Fix Syntax Check * Codeclimate is a bit aggressive * Update edgecos.inc.php * Update edgecos.inc.php * Revert "Fix EdgeCore ifOperStatus does not follow the Cisco convention" This reverts commit 27971b34a86c4a347d576a6add0583a60aeed912. * Add snmprec file for unit testing. * Create edgecos_ecs4110-28t.json --- LibreNMS/OS/Edgecos.php | 22 +- includes/definitions/edgecos.yaml | 1 + includes/discovery/mempools/edgecos.inc.php | 30 +- includes/polling/mempools/edgecos.inc.php | 31 +- includes/polling/os/edgecos.inc.php | 18 +- mibs/edgecos/ECS4110-MIB | 21249 ++++++++++++++++++ tests/data/edgecos_ecs4110-28t.json | 6859 ++++++ tests/snmpsim/edgecos_ecs4110-28t.snmprec | 2007 ++ 8 files changed, 30155 insertions(+), 62 deletions(-) create mode 100644 mibs/edgecos/ECS4110-MIB create mode 100644 tests/data/edgecos_ecs4110-28t.json create mode 100644 tests/snmpsim/edgecos_ecs4110-28t.snmprec diff --git a/LibreNMS/OS/Edgecos.php b/LibreNMS/OS/Edgecos.php index 105ab9faf8..f5883e83a0 100644 --- a/LibreNMS/OS/Edgecos.php +++ b/LibreNMS/OS/Edgecos.php @@ -43,25 +43,17 @@ class Edgecos extends OS implements ProcessorDiscovery if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.24.')) { //ECS4510 $oid = '.1.3.6.1.4.1.259.10.1.24.1.39.2.1.0'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 $oid = '.1.3.6.1.4.1.259.10.1.22.1.39.2.1.0'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.39.')) { //ECS4110 + $oid = '.1.3.6.1.4.1.259.10.1.39.1.39.2.1.0'; + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 $oid = '.1.3.6.1.4.1.259.10.1.45.1.39.2.1.0'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 $oid = '.1.3.6.1.4.1.259.10.1.42.101.1.39.2.1.0'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 $oid = '.1.3.6.1.4.1.259.10.1.27.1.39.2.1.0'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) { //ES3510MA + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) { //ES3510MA $oid = '.1.3.6.1.4.1.259.8.1.11.1.39.2.1.0'; }; diff --git a/includes/definitions/edgecos.yaml b/includes/definitions/edgecos.yaml index 5c457d05af..3f71399eec 100644 --- a/includes/definitions/edgecos.yaml +++ b/includes/definitions/edgecos.yaml @@ -18,3 +18,4 @@ discovery: - .1.3.6.1.4.1.259.10.1.42.101 - .1.3.6.1.4.1.259.10.1.27.102 - .1.3.6.1.4.1.259.10.1.45.101 + - .1.3.6.1.4.1.259.10.1.39 \ No newline at end of file diff --git a/includes/discovery/mempools/edgecos.inc.php b/includes/discovery/mempools/edgecos.inc.php index 29c7cc0a8b..d991294cae 100644 --- a/includes/discovery/mempools/edgecos.inc.php +++ b/includes/discovery/mempools/edgecos.inc.php @@ -14,38 +14,26 @@ if ($device['os'] == 'edgecos') { d_echo('EdgeCore Memory:'); - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.24.')) { //ECS4510 $temp_mibs = 'ECS4510-MIB'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 $temp_mibs = 'ES3528MV2-MIB'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.39.')) { //ECS4110 + $temp_mibs = 'ECS4110-MIB'; + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 $temp_mibs = 'ECS4120-MIB'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 $temp_mibs = 'ECS4210-MIB'; - }; - - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 + } elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 $temp_mibs = 'ECS3510-MIB'; }; - if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) { //ES3510MA - $temp_mibs = 'ES3510MA-MIB'; - }; - - $temp_data = snmp_get_multi_oid($device, ['memoryTotal.0', 'memoryFreed.0'], '-OUQs', $temp_mibs); + $temp_data = snmp_get_multi_oid($device, ['memoryTotal.0', 'memoryFreed.0','memoryAllocated.0'], '-OUQs', $temp_mibs); $total = $temp_data['memoryTotal.0']; $avail = $temp_data['memoryFreed.0']; - $used = $total - $avail; - $percent = ($used / $total * 100); + $used = $temp_data['memoryAllocated.0'] ?? ($total - $avail); - if ((is_numeric($total)) && (is_numeric($avail))) { + if ((is_numeric($total)) && (is_numeric($avail)) && (is_numeric($used) )) { discover_mempool($valid_mempool, $device, 0, 'edgecos', 'Memory', '1', null, null); } unset($temp_id, $temp_data, $tmep_mibs); diff --git a/includes/polling/mempools/edgecos.inc.php b/includes/polling/mempools/edgecos.inc.php index f2e9f4bcab..f8a9057665 100644 --- a/includes/polling/mempools/edgecos.inc.php +++ b/includes/polling/mempools/edgecos.inc.php @@ -12,30 +12,23 @@ if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.24.')) { //ECS4510 $temp_mibs = 'ECS4510-MIB'; -}; - -if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.22.')) { //ECS3528 $temp_mibs = 'ES3528MV2-MIB'; -}; - -if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.39.')) { //ECS4110 + $temp_mibs = 'ECS4110-MIB'; +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.45.')) { //ECS4120 $temp_mibs = 'ECS4120-MIB'; -}; - -if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.42.')) { //ECS4210 $temp_mibs = 'ECS4210-MIB'; -}; - -if (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.10.1.27.')) { //ECS3510 $temp_mibs = 'ECS3510-MIB'; +} elseif (starts_with($device['sysObjectID'], '.1.3.6.1.4.1.259.8.1.11.')) { //ECS3510MA + $temp_mibs = 'ES3510MA-MIB'; }; -$temp_data = snmp_get_multi_oid($device, ['memoryTotal.0', 'memoryFreed.0'], '-OUQs', $temp_mibs); -$total = $temp_data['memoryTotal.0']; -$avail = $temp_data['memoryFreed.0']; - -$mempool['total'] = $total; -$mempool['free'] = $avail; -$mempool['used'] = $total - $avail; +$temp_data = snmp_get_multi_oid($device, ['memoryTotal.0', 'memoryFreed.0','memoryAllocated.0'], '-OUQs', $temp_mibs); +$mempool['total'] = $temp_data['memoryTotal.0']; +$mempool['free'] = $temp_data['memoryFreed.0']; +$mempool['used'] = $temp_data['memoryAllocated.0'] ?? ($mempool['total'] - $mempool['free']); unset($temp_mibs, $temp_data); diff --git a/includes/polling/os/edgecos.inc.php b/includes/polling/os/edgecos.inc.php index cc6532fe3e..e390dffde7 100644 --- a/includes/polling/os/edgecos.inc.php +++ b/includes/polling/os/edgecos.inc.php @@ -1,18 +1,20 @@ 1: multiple server + +radiusServerGlobalAuthPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Aauthentication port number for RADIUS server. + When specified radius server do not set + aauthentication port number, this value is used." + ::= { radiusMgt 1 } + +radiusServerGlobalAcctPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Accounting port number of RADIUS server. + When specified radius server do not set + accounting port number, this value is used." + ::= { radiusMgt 2 } + +radiusServerGlobalKey OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..48)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Key for RADIUS. This variable can only be written. + When this variable is read, it always returns a + zero-length string. + When specified radius server do not set + key, this this value is used." + ::= { radiusMgt 3 } + +radiusServerGlobalRetransmit OBJECT-TYPE + SYNTAX INTEGER (1..30) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Maximum number of retransmissions for RADIUS. + When specified radius server do not set + maximum number of retransmissions, this value is used." + ::= { radiusMgt 4 } + +radiusServerGlobalTimeout OBJECT-TYPE + SYNTAX INTEGER (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Timeout for RADIUS. + When specified radius server do not set + timeout, this value is used." + ::= { radiusMgt 5 } + +--radiusServerTable + +radiusServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF RadiusServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for RADIUS server." + ::= { radiusMgt 7 } + +radiusServerEntry OBJECT-TYPE + SYNTAX RadiusServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row for radiusServerTable." + INDEX { radiusServerIndex } + ::= { radiusServerTable 1 } + +RadiusServerEntry ::= SEQUENCE +{ + radiusServerIndex Integer32, + radiusServerAddress IpAddress, + radiusServerAuthPortNumber Integer32, + radiusServerAcctPortNumber Integer32, + radiusServerKey DisplayString, + radiusServerRetransmit Integer32, + radiusServerTimeout Integer32, + radiusServerStatus ValidStatus +} + +radiusServerIndex OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The RADIUS server index in the table." + ::= { radiusServerEntry 1 } + +radiusServerAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "IP address of a RADIUS server." + ::= { radiusServerEntry 2 } + +radiusServerAuthPortNumber OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Authentication port number of RADIUS server." + ::= { radiusServerEntry 3 } + +radiusServerAcctPortNumber OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Accounting port number of RADIUS server." + ::= { radiusServerEntry 4 } + +radiusServerKey OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..48)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Key for RADIUS. This variable can only be written. + When this variable is read, it always returns a + zero-length string." + ::= { radiusServerEntry 5 } + +radiusServerRetransmit OBJECT-TYPE + SYNTAX Integer32 (1..30) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Timeout for RADIUS." + ::= { radiusServerEntry 6 } + +radiusServerTimeout OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Timeout for RADIUS." + ::= { radiusServerEntry 7 } + +radiusServerStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { radiusServerEntry 8 } + +-- +-- tacacsMgt +-- + +-- Management for Terminal Access Controller Access Control System plus (TACACS+). + +-- Global server setting +tacacsPlusServerGlobalPortNumber OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "TCP port number of TACACS+ server. + When specified TACACS+ server do not set + TCP port number, this this value is used." + ::= { tacacsMgt 2 } + +tacacsPlusServerGlobalKey OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..48)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The encryption key used to encrpt the traffic between client and + TACACS+ server. Do not use blank spaces in the string. This variable + can only be set. When this variable is read, it always returns a + zero-length string.When specified TACACS+ server do not set + the encryption key , this this value is used." + ::= { tacacsMgt 3 } + +tacacsPlusServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF TacacsPlusServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for TACACS+ server." + ::= { tacacsMgt 4 } + +tacacsPlusServerEntry OBJECT-TYPE + SYNTAX TacacsPlusServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row for tacacsPlusServerTable." + INDEX { tacacsPlusServerIndex } + ::= { tacacsPlusServerTable 1 } + +TacacsPlusServerEntry ::= SEQUENCE +{ + tacacsPlusServerIndex Integer32, + tacacsPlusServerAddress IpAddress, + tacacsPlusServerPortNumber Integer32, + tacacsPlusServerKey DisplayString, + tacacsPlusServerStatus ValidStatus +} + +tacacsPlusServerIndex OBJECT-TYPE + SYNTAX Integer32 (1..1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "TACACS+ server index." + ::= { tacacsPlusServerEntry 1 } + +tacacsPlusServerAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "IP address of a TACACS+ server." + ::= { tacacsPlusServerEntry 2 } + +tacacsPlusServerPortNumber OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "TCP port number of a TACACS+ server." + ::= { tacacsPlusServerEntry 3 } + +tacacsPlusServerKey OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..48)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The encryption key used to encrpt the traffic between client and + TACACS+ server. Do not use blank spaces in the string. This + variable can only be set. When this variable is read, it always + returns a zero-length string." + ::= { tacacsPlusServerEntry 4 } + +tacacsPlusServerStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { tacacsPlusServerEntry 8 } + +-- +-- sshMgt +-- + +-- Management for Secure Shell Configuration + +sshServerStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of Secure Shell Server. Set this value to + enabled(1) to enable SSH server, set this value to + disabled(2) to disable the SSH server." + ::= { sshMgt 1 } + +sshServerMajorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The major version of the SSH Server." + ::= { sshMgt 2 } + +sshServerMinorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minor version of the SSH Server." + ::= { sshMgt 3 } + +sshTimeout OBJECT-TYPE + SYNTAX INTEGER(1..120) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time interval that the router waits for the SSH + client to respond. The range is 1-120." + ::= { sshMgt 4 } + +sshAuthRetries OBJECT-TYPE + SYNTAX INTEGER(1..5) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of attempts after which the interface is reset. + The range is 1-5." + ::= { sshMgt 5 } + +sshConnInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF SshConnInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for Secure Shell Connection." + ::= { sshMgt 6 } + +sshConnInfoEntry OBJECT-TYPE + SYNTAX SshConnInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row for sshConnInfoTable." + INDEX { sshConnID } + ::= { sshConnInfoTable 1 } + +SshConnInfoEntry ::= SEQUENCE +{ +--both sshv1 & sshv2 start + sshConnID Integer32, + sshConnMajorVersion Integer32, + sshConnMinorVersion Integer32, + sshConnStatus INTEGER, +--both sshv1 & sshv2 end +--sshv1 only start +--sshConnEncryptionType INTEGER, +--sshv1 only end +--both sshv1 & sshv2 start + sshConnUserName DisplayString, + sshDisconnect INTEGER, +--both sshv1 & sshv2 end +--sshv2 only start + sshConnEncryptionTypeStr DisplayString +--sshv2 only end +} + +--both sshv1 & sshv2 start +sshConnID OBJECT-TYPE + SYNTAX Integer32 (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The connection ID of the Secure Shell Connection." + ::= { sshConnInfoEntry 1 } + +sshConnMajorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The SSH major version." + ::= { sshConnInfoEntry 2 } + +sshConnMinorVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The SSH minor version." + ::= { sshConnInfoEntry 3 } + +sshConnStatus OBJECT-TYPE + SYNTAX INTEGER + { + negotiationStart(1), + authenticationStart(2), + sessionStart(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The SSH connection State. negotiationStart(1) means the + SSH is in its negotiation start state, authenticationStart(2) + means the SSH is in authentication start state, sessionStart(3) + means the SSH is in session start State." + ::= { sshConnInfoEntry 5 } + +--both sshv1 & sshv2 end + + +--both sshv1 & sshv2 start + + +sshConnUserName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..8)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The user name of the connection." + ::= { sshConnInfoEntry 6 } + +sshDisconnect OBJECT-TYPE + SYNTAX INTEGER + { + noDisconnect(1), + disconnect(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set the variable to disconnect the connection, + noDisconnect(1) will always be obtained when reading this variable." + ::= { sshConnInfoEntry 7 } + +--both sshv1 & sshv2 end + +--sshv2 only start +sshConnEncryptionTypeStr OBJECT-TYPE +SYNTAX DisplayString(SIZE(0..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The encryption type of the SSH." + ::= { sshConnInfoEntry 8 } + + +sshKeySize OBJECT-TYPE + SYNTAX INTEGER(512..896) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The SSH server key size." + ::= { sshMgt 7 } + + +sshRsaHostKey1 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 1." + ::= { sshMgt 8 } + +sshRsaHostKey2 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 2." + ::= { sshMgt 9 } + +sshRsaHostKey3 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 3." + ::= { sshMgt 10 } + +sshRsaHostKey4 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 4." + ::= { sshMgt 11 } + +sshRsaHostKey5 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 5." + ::= { sshMgt 12 } + +sshRsaHostKey6 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 6." + ::= { sshMgt 13 } + +sshRsaHostKey7 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 7." + ::= { sshMgt 14 } + +sshRsaHostKey8 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA host key segment 8." + ::= { sshMgt 15 } + +sshDsaHostKey1 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 1." + ::= { sshMgt 16 } + +sshDsaHostKey2 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 2." + ::= { sshMgt 17 } + +sshDsaHostKey3 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 3." + ::= { sshMgt 18 } + +sshDsaHostKey4 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 4." + ::= { sshMgt 19 } + +sshDsaHostKey5 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 5." + ::= { sshMgt 20 } + +sshDsaHostKey6 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 6." + ::= { sshMgt 21 } + +sshDsaHostKey7 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 7." + ::= { sshMgt 22 } + +sshDsaHostKey8 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA host key segment 8." + ::= { sshMgt 23 } + +sshHostKeyGenAction OBJECT-TYPE + SYNTAX INTEGER + { + noGen(1), + genRsaKey(2), + genDsaKey(3), + genBothKeys(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is for host key generating. + + For the set behavior: + Set it to genRsaKey(2) to generate the RSA host key, + and to genDsaKey(3) to generate the DSA host key, + if genBothKeys(4) is set, both RSA and DSA host key are + generated. + + For the get behavior: + You will get genRsaKey(2), genDsaKey(3) or + genBothKeys(4) when the key gen action is in progress. + otherwise, you will get noGen(1)." + ::= { sshMgt 24 } + +sshHostKeyGenStatus OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + success(2), + failure(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The result of the last KeyGen status. + if no key gen action has been performed. + you will get unknown(1) status." + ::= { sshMgt 25 } + +sshHostKeySaveAction OBJECT-TYPE + SYNTAX INTEGER + { + noSave(1), + save(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To save host key from memory to flash. + + For the set behavior: + Set it to save(2) to perform the save operation. + + For the get behavior: + You will get save(1) when the save action is in progress. + Otherwise, you will get noSave(1)." + ::= { sshMgt 26 } + +sshHostKeySaveStatus OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + success(2), + failure(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The result of the last savekey status. + If no save action has been performed, + you will get unknown(1) status." + ::= { sshMgt 27 } + +sshHostKeyDelAction OBJECT-TYPE + SYNTAX INTEGER + { + noDel(1), + delRsaKey(2), + delDsaKey(3), + delBothKeys(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To delete the host key. + + For the set behavior: + Set it to delRsaKey(2) to delete the RSA host key, + to delDsaKey(3) to delete the DSA host key, + or to delBothKeys(4) to delete both RSA and DSA host key. + + For the get behavior: + You will get delRsaKey(2), delDsaKey(3) or delBothKeys(4) + when the delete operation is in progress. + Otherwise, you will get noDel(1)." + ::= { sshMgt 28 } + +sshUserTable OBJECT-TYPE + SYNTAX SEQUENCE OF SshUserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual table of all of sshUserEntry." + ::= { sshMgt 29 } + +sshUserEntry OBJECT-TYPE + SYNTAX SshUserEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row for sshUserTable." + INDEX { IMPLIED sshUserName} + ::= { sshUserTable 1 } + +SshUserEntry ::= SEQUENCE +{ + sshUserName DisplayString, + sshUserRsaKey1 KeySegment, + sshUserRsaKey2 KeySegment, + sshUserRsaKey3 KeySegment, + sshUserRsaKey4 KeySegment, + sshUserRsaKey5 KeySegment, + sshUserRsaKey6 KeySegment, + sshUserRsaKey7 KeySegment, + sshUserRsaKey8 KeySegment, + sshUserDsaKey1 KeySegment, + sshUserDsaKey2 KeySegment, + sshUserDsaKey3 KeySegment, + sshUserDsaKey4 KeySegment, + sshUserDsaKey5 KeySegment, + sshUserDsaKey6 KeySegment, + sshUserDsaKey7 KeySegment, + sshUserDsaKey8 KeySegment, + sshUserKeyDelAction INTEGER +} + +sshUserName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..32)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "User Name." + ::= { sshUserEntry 1 } + +sshUserRsaKey1 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 1." + ::= { sshUserEntry 2 } + +sshUserRsaKey2 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 2." + ::= { sshUserEntry 3 } + +sshUserRsaKey3 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 3." + ::= { sshUserEntry 4 } + +sshUserRsaKey4 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 4." + ::= { sshUserEntry 5 } + +sshUserRsaKey5 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 5." + ::= { sshUserEntry 6 } + +sshUserRsaKey6 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 6." + ::= { sshUserEntry 7 } + +sshUserRsaKey7 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 7." + ::= { sshUserEntry 8 } + +sshUserRsaKey8 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The RSA user key segment 8." + ::= { sshUserEntry 9 } + +sshUserDsaKey1 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 1." + ::= { sshUserEntry 10 } + +sshUserDsaKey2 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 2." + ::= { sshUserEntry 11 } + +sshUserDsaKey3 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 3." + ::= { sshUserEntry 12 } + +sshUserDsaKey4 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 4." + ::= { sshUserEntry 13 } + +sshUserDsaKey5 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 5." + ::= { sshUserEntry 14 } + +sshUserDsaKey6 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 6." + ::= { sshUserEntry 15 } + +sshUserDsaKey7 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 7." + ::= { sshUserEntry 16 } + +sshUserDsaKey8 OBJECT-TYPE + SYNTAX KeySegment + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DSA user key segment 8." + ::= { sshUserEntry 17 } + +sshUserKeyDelAction OBJECT-TYPE + SYNTAX INTEGER + { + noDel(1), + delRsaKey(2), + delDsaKey(3), + delBothKeys(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To delete the user key. + + For the set behavior: + Set it to delRsaKey(2) to delete the RSA user key, + to delDsaKey(3) to delete the DSA user key, + or to delBothKeys(4) to delete both RSA and DSA user key. + + For the get behavior: + You will get delRsaKey(2), delDsaKey(3) or delBothKeys(4) + when the delete operation is in progress. + Otherwise, you will get noDel(1)." + ::= { sshUserEntry 18 } + +sshRsaHostKeySHA1FingerPrint OBJECT-TYPE + SYNTAX DisplayString(SIZE(65)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The SHA1 finger print of the RSA host key." + ::= { sshMgt 30 } + +sshRsaHostKeyMD5FingerPrint OBJECT-TYPE + SYNTAX DisplayString(SIZE(47)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The MD5 finger print of RSA host key." + ::= { sshMgt 31 } + +sshDsaHostKeySHA1FingerPrint OBJECT-TYPE + SYNTAX DisplayString(SIZE(65)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The SHA1 finger print of the DSA host key." + ::= { sshMgt 32 } + +sshDsaHostKeyMD5FingerPrint OBJECT-TYPE + SYNTAX DisplayString(SIZE(47)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The MD5 finger print of the DSA host key." + ::= { sshMgt 33 } +--sshv2 only end + +-- +-- aaaMgt +-- + +aaaMethodTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaMethodEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the settings needed for accounting." + ::= { aaaMgt 1 } + +aaaMethodEntry OBJECT-TYPE + SYNTAX AaaMethodEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the aaaMethodTable." + INDEX { aaaMethodIndex } + ::= { aaaMethodTable 1 } + +AaaMethodEntry ::= SEQUENCE { + aaaMethodIndex Integer32, + aaaMethodName DisplayString, + aaaMethodGroupName DisplayString, + aaaMethodMode INTEGER, + aaaMethodStatus ValidStatus, + aaaMethodClientType INTEGER, + aaaMethodPrivilegeLevel INTEGER +} + +aaaMethodIndex OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the index for the entry." + ::= { aaaMethodEntry 1 } + +aaaMethodName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..64)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Name for the method." + ::= { aaaMethodEntry 2 } + +aaaMethodGroupName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..64)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Name for the server to use, pointing to aaaRadiusGroupName + or aaaTacacsPlusGroupName." + ::= { aaaMethodEntry 3 } + +aaaMethodMode OBJECT-TYPE + SYNTAX INTEGER + { + start-stop(1) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "start-stop(1),sends a 'start' accounting notice at the beginning of a process and + a 'stop' accounting notice at the end of a process. The 'start' accounting record + is sent in the background. The requested user process begins regardless of whether or not + the 'start' accounting notice was received by the accounting server." + ::= { aaaMethodEntry 4 } + +aaaMethodStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to 1 to initiate the aaaMethodTable, 2 to destroy the table." + ::= { aaaMethodEntry 5 } + +aaaMethodClientType OBJECT-TYPE + SYNTAX INTEGER + { + dot1x(1), exec(2), commands(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "dot1x(1): Provides accounting service for 802.1x activity; + exec(2): Provides accounting service for EXEC connection + such as Telnet, SSH or console; commands(3): Provides + accounting service for command privileges." + ::= { aaaMethodEntry 6 } + +aaaMethodPrivilegeLevel OBJECT-TYPE + SYNTAX INTEGER (0..15) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the privilege level for the entry. + When aaaMethodClientType is in the mode of command(3), + the privilege level is enabled to be accessed." + ::= { aaaMethodEntry 7 } + +aaaRadiusGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaRadiusGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Uses a subset of RADIUS servers for accounting as defined by the server group" + ::= { aaaMgt 2 } + +aaaRadiusGroupEntry OBJECT-TYPE + SYNTAX AaaRadiusGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of aaaRadiusGroupEntry." + INDEX { aaaRadiusGroupIndex } + ::= { aaaRadiusGroupTable 1 } + +AaaRadiusGroupEntry ::= SEQUENCE +{ + aaaRadiusGroupIndex Integer32, + aaaRadiusGroupServerBitMap OCTET STRING, + aaaRadiusGroupName DisplayString, + aaaRadiusGroupStatus ValidStatus +} + +aaaRadiusGroupIndex OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the index for the entry." + ::= { aaaRadiusGroupEntry 1 } + +aaaRadiusGroupServerBitMap OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (1)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Identifies which RADIUS sever to use, each bit points to each radius server. + 80 (1000 0000) point to radius server 1, C0 (11000000) points to radius 1 and radius 2." + ::= { aaaRadiusGroupEntry 2 } + +aaaRadiusGroupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Uses a subset of servers for accounting as + defined by the server group. The same name as aaaTacasPlusGroupName is not allowed." + ::= { aaaRadiusGroupEntry 3 } + +aaaRadiusGroupStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to 1 to initiate the aaaRadiusGroupTable, 2 to destroy the table." + ::= { aaaRadiusGroupEntry 4 } + +aaaTacacsPlusGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaTacacsPlusGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Uses a subset of TACACS+ servers for accounting as defined by the server group" + ::= { aaaMgt 3 } + +aaaTacacsPlusGroupEntry OBJECT-TYPE + SYNTAX AaaTacacsPlusGroupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of aaaTacacsPlusGroupEntry." + INDEX { aaaTacacsPlusGroupIndex } + ::= { aaaTacacsPlusGroupTable 1 } + +AaaTacacsPlusGroupEntry ::= SEQUENCE +{ + aaaTacacsPlusGroupIndex Integer32, + aaaTacacsPlusGroupServerBitMap OCTET STRING, + aaaTacacsPlusGroupName DisplayString, + aaaTacacsPlusGroupStatus ValidStatus +} + +aaaTacacsPlusGroupIndex OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the index for the entry." + ::= { aaaTacacsPlusGroupEntry 1 } + +aaaTacacsPlusGroupServerBitMap OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (1)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Identifies which TACACS+ sever to use." + ::= { aaaTacacsPlusGroupEntry 2 } + +aaaTacacsPlusGroupName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Uses a subset of servers for accounting as + defined by the server group. We can't have the same name as aaaRadiusGroupName" + ::= { aaaTacacsPlusGroupEntry 3 } + +aaaTacacsPlusGroupStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to 1 to initiate the aaaRadiusGroupTable, 2 to destroy the table." + ::= { aaaTacacsPlusGroupEntry 4 } + +aaaUpdate OBJECT-TYPE + SYNTAX Integer32 (1..2147483647) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the periodic interim accounting records to be sent + to the accounting server and periodic intervals to send accounting update records(in minutes)." + ::= { aaaMgt 4 } + +aaaAccountTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaAccountEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies an interface or a set of interfaces that the + accounting method list will be applied to." + ::= { aaaMgt 5 } + +aaaAccountEntry OBJECT-TYPE + SYNTAX AaaAccountEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of aaaAccountTable." + INDEX { aaaAccountIfIndex } + ::= { aaaAccountTable 1 } + +AaaAccountEntry ::= SEQUENCE { + aaaAccountIfIndex InterfaceIndex, + aaaAccountMethodName DisplayString, + aaaAccountProtocol INTEGER, + aaaAccountStatus ValidStatus +} + +aaaAccountIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Defined as the ifIndex" + ::= { aaaAccountEntry 1 } + +aaaAccountMethodName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the name of the list of accounting methods to use. + If no method name is specified, the system uses the default." + ::= { aaaAccountEntry 2 } + +aaaAccountProtocol OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Get the protocol type of a list method to know which server (RADIUS or TACACS+) is in use." + ::= { aaaAccountEntry 3 } + +aaaAccountStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to 1 to initiate the aaaRadiusGroupTable, 2 to destroy the table." + ::= { aaaAccountEntry 4 } + +aaaCommandPrivilegesTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaCommandPrivilegesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the settings needed for command privileges." + ::= { aaaMgt 8 } + +aaaCommandPrivilegesEntry OBJECT-TYPE + SYNTAX AaaCommandPrivilegesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the aaaCommandPrivilegesTable." + INDEX { aaaCommandPrivilegesLevel, aaaCommandPrivilegesInterfaceIndex } + ::= { aaaCommandPrivilegesTable 1 } + +AaaCommandPrivilegesEntry ::= SEQUENCE { + aaaCommandPrivilegesLevel INTEGER, + aaaCommandPrivilegesInterfaceIndex INTEGER, + aaaCommandPrivilegesMethodName DisplayString +} + +aaaCommandPrivilegesLevel OBJECT-TYPE + SYNTAX INTEGER (0..15) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the privilege level index for the entry." + ::= { aaaCommandPrivilegesEntry 1 } + +aaaCommandPrivilegesInterfaceIndex OBJECT-TYPE + SYNTAX INTEGER { console(1), vty(2) } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the interface index for the entry." + ::= { aaaCommandPrivilegesEntry 2 } + +aaaCommandPrivilegesMethodName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..64)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the method name in the lists under + the mode of command privileges." + ::= { aaaCommandPrivilegesEntry 3 } + +aaaAccExecTable OBJECT-TYPE + SYNTAX SEQUENCE OF AaaAccExecEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies an interface or a set of interfaces that the + accounting method list will be applied to." + ::= { aaaMgt 9 } + +aaaAccExecEntry OBJECT-TYPE + SYNTAX AaaAccExecEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of aaaAccExecTable." + INDEX { aaaAccExecIndex } + ::= { aaaAccExecTable 1 } + +AaaAccExecEntry ::= SEQUENCE { + aaaAccExecIndex INTEGER, + aaaAccExecMethodName DisplayString +} + +aaaAccExecIndex OBJECT-TYPE + SYNTAX INTEGER + { + console(1), vty(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The method of accessing CLI management." + ::= { aaaAccExecEntry 1 } + +aaaAccExecMethodName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Specifies the name of the list of accounting methods to use. + If no method name is specified, the system uses the default." + ::= { aaaAccExecEntry 2 } + +-- +--userAuthMgt +-- + +userAuthEnablePassword OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..32)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enable password or delete enable password. NULL is used to + delete the enable password. The password is starting with + alphanumeric." + ::= { userAuthMgt 3 } + +userAuthMethod OBJECT-TYPE + SYNTAX INTEGER + { + local(1), + localradius(2), + localradiustacacs(3), + localtacacs(4), + localtacacsradius(5), + radius(6), + radiuslocal(7), + radiuslocaltacacs(8), + radiustacacs(9), + radiustacacslocal(10), + tacacs(11), + tacacslocal(12), + tacacslocalradius(13), + tacacsradius(14), + tacacsradiuslocal(15) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set user authencation method for system." + ::= { userAuthMgt 4 } + +userAuthTable OBJECT-TYPE + SYNTAX SEQUENCE OF UserAuthEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table is for creating the new user." + ::= { userAuthMgt 5 } + +userAuthEntry OBJECT-TYPE + SYNTAX UserAuthEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entries in this table correspond to the users entries in system." + INDEX { userAuthUserName } + ::= { userAuthTable 1 } + +UserAuthEntry ::= + SEQUENCE { + userAuthUserName + DisplayString, + userAuthPassword + DisplayString, + userAuthPrivilege + Integer32, + userAuthPublicKey + DisplayString, + userAuthStatus + Integer32 + } + +userAuthUserName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..32)) + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "The name of the user. The user name is starting with alphanumeric." + ::= { userAuthEntry 1 } + +userAuthPassword OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..32)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the user password. zero length input will set the user enrty + without password. If the user is not exist, it will create the user + with the giving password and privilege 0. The password is starting + with alphanumeric." + ::= { userAuthEntry 2 } + +userAuthPrivilege OBJECT-TYPE + SYNTAX Integer32 (0..15) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Specifies the user level. If the user does not exist, it will create + the user with the given privilege and no password. Privilege 15 + indicates system administrator, privilege 0 indicates guest user." + ::= { userAuthEntry 3 } + +userAuthPublicKey OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "User public key, the value can be 'RSA' or 'DSA' or 'Both' or 'None'." + ::= { userAuthEntry 4 } + +userAuthStatus OBJECT-TYPE + SYNTAX Integer32 (0..1) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "This node is used to create the user entry by '1' and to delete one + user entry by '0'." + ::= { userAuthEntry 5 } +-- +-- ipFilterMgt +-- + +--ipFilterSnmpInetTable +ipFilterSnmpInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF IpFilterSnmpInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of IP address entries." + ::= { ipFilterMgt 12 } + +ipFilterSnmpInetEntry OBJECT-TYPE + SYNTAX IpFilterSnmpInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This entry includes an IP address range which the system + will allow to connect to this device through SNMP." + INDEX { ipFilterSnmpInetAddressType, + IMPLIED ipFilterSnmpInetAddressStart} + ::= { ipFilterSnmpInetTable 1 } + +IpFilterSnmpInetEntry ::= SEQUENCE { + ipFilterSnmpInetAddressType InetAddressType, + ipFilterSnmpInetAddressStart InetAddress, + ipFilterSnmpInetAddressEnd InetAddress, + ipFilterSnmpInetStatus ValidStatus +} + +ipFilterSnmpInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The type of IP address filter. + Only supports IPv4 and IPv6 address types." + ::= { ipFilterSnmpInetEntry 1 } + +ipFilterSnmpInetAddressStart OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The start IP address." + ::= { ipFilterSnmpInetEntry 2 } + +ipFilterSnmpInetAddressEnd OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The end IP address." + ::= { ipFilterSnmpInetEntry 3 } + +ipFilterSnmpInetStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { ipFilterSnmpInetEntry 4 } + +--ipFilterHttpInetTable +ipFilterHttpInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF IpFilterHttpInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of IP address entries." + ::= { ipFilterMgt 13 } + +ipFilterHttpInetEntry OBJECT-TYPE + SYNTAX IpFilterHttpInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This entry includes an IP address range which the system + will allow to connect to this device through SNMP." + INDEX { ipFilterHttpInetAddressType, + IMPLIED ipFilterHttpInetAddressStart } + ::= { ipFilterHttpInetTable 1 } + +IpFilterHttpInetEntry ::= SEQUENCE { + ipFilterHttpInetAddressType InetAddressType, + ipFilterHttpInetAddressStart InetAddress, + ipFilterHttpInetAddressEnd InetAddress, + ipFilterHttpInetStatus ValidStatus +} + +ipFilterHttpInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The type of IP address filter . + Only supports IPv4 and IPv6 address types." + ::= { ipFilterHttpInetEntry 1 } + +ipFilterHttpInetAddressStart OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The start IP address." + ::= { ipFilterHttpInetEntry 2 } + +ipFilterHttpInetAddressEnd OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The end IP address." + ::= { ipFilterHttpInetEntry 3 } + +ipFilterHttpInetStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { ipFilterHttpInetEntry 4 } + +--ipFilterTelnetInetTable +ipFilterTelnetInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF IpFilterTelnetInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of IP address entries." + ::= { ipFilterMgt 14 } + +ipFilterTelnetInetEntry OBJECT-TYPE + SYNTAX IpFilterTelnetInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This entry includes an IP address range which the system + will allow them to connect to this device through SNMP." + INDEX { ipFilterTelnetInetAddressType, + IMPLIED ipFilterTelnetInetAddressStart } + ::= { ipFilterTelnetInetTable 1 } + +IpFilterTelnetInetEntry ::= SEQUENCE { + ipFilterTelnetInetAddressType InetAddressType, + ipFilterTelnetInetAddressStart InetAddress, + ipFilterTelnetInetAddressEnd InetAddress, + ipFilterTelnetInetStatus ValidStatus +} + +ipFilterTelnetInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The type of IP address filter . + Only supports IPv4 and IPv6 address types." + ::= { ipFilterTelnetInetEntry 1 } + +ipFilterTelnetInetAddressStart OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The start IP address." + ::= { ipFilterTelnetInetEntry 2 } + +ipFilterTelnetInetAddressEnd OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The end IP address." + ::= { ipFilterTelnetInetEntry 3 } + +ipFilterTelnetInetStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { ipFilterTelnetInetEntry 4 } + +ipFilterAllClientCtl OBJECT IDENTIFIER ::= { ipFilterMgt 15 } + +ipFilterAllClientCtlInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The type of IP address filter. Only supports IPv4 and IPv6 + address types." + ::= { ipFilterAllClientCtl 1 } + +ipFilterAllClientCtlInetAddressStart OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The start IP address." + ::= { ipFilterAllClientCtl 2 } + +ipFilterAllClientCtlInetAddressEnd OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The end IP address." + ::= { ipFilterAllClientCtl 3 } + +ipFilterAllClientCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(1), + create(2), + destroy(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Action for IP filter control. Set this object to create(2) to + create entries in the ipFilterSnmpInetTable, + ipFilterHttpInetTable and ipFilterTelnetInetTable. Set this + object to destroy(3) to destroy specified entries in the + ipFilterSnmpInetTable, ipFilterHttpInetTable and + ipFilterTelnetInetTable. When the action is finshed, whether + successfully or not, or no action is taken, the value of this + object is always noAction(1)." + ::= { ipFilterAllClientCtl 4 } + +-- +-- dot1xMgt +-- + +-- The extension table of dot1xAuthConfigTable + +dot1xAuthConfigExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dot1xAuthConfigExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The extension table of dot1xAuthConfigTable." + ::= { dot1xMgt 1 } + +dot1xAuthConfigExtEntry OBJECT-TYPE + SYNTAX Dot1xAuthConfigExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry of dot1xAuthConfigExtTable." + AUGMENTS { dot1xAuthConfigEntry } + ::= { dot1xAuthConfigExtTable 1 } + +Dot1xAuthConfigExtEntry ::= SEQUENCE +{ + dot1xAuthConfigExtOperMode INTEGER, + dot1xAuthConfigExtMultiHostMaxCnt Integer32, + dot1xAuthConfigExtPortIntrusionAction INTEGER +} + +dot1xAuthConfigExtOperMode OBJECT-TYPE + SYNTAX INTEGER + { + singleHost(1), + multiHost(2), + macBasedAuth(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The operation mode of dot1x port which allows host + connection to 802.1x-authorized ports." + ::= { dot1xAuthConfigExtEntry 1 } + +dot1xAuthConfigExtMultiHostMaxCnt OBJECT-TYPE + SYNTAX Integer32(1..1024) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum number of hosts when the + dot1xAuthConfigExtOperMode is multiHost(2). When the + operation Mode is singleHost(1), we can ignore this + variables." + DEFVAL { 5 } + ::= { dot1xAuthConfigExtEntry 2 } + +dot1xAuthConfigExtPortIntrusionAction OBJECT-TYPE + SYNTAX INTEGER + { + block-traffic(1), + guest-vlan(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Responses to intrusion when the authentication is failed; + block-traffic(1) means that to block traffic when the authentication is failed and + guest-vlan(2) means that to join to a guest VLAN when the authentication is failed." + ::= { dot1xAuthConfigExtEntry 3 } + +dot1xEapolPassThrough OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "When this variable is enabled(1), EAPOL frames will + be forwarded to all ports where the Spanning Tree + status is forwarding. When this variable is + disabled(2), EAPOL frames will be discarded. EAPOL + Pass-Through operates when the global status of + 802.1X is disabled." + DEFVAL { disabled } + ::= { dot1xMgt 3 } + +-- +-- networkAccessPortTable +-- + +networkAccessPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF NetworkAccessPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the information of network access about every port." + ::= { networkAccessMgt 2 } + +networkAccessPortEntry OBJECT-TYPE + SYNTAX NetworkAccessPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the networkAccessPort table." + INDEX { networkAccessPortPortIndex } + ::= { networkAccessPortTable 1 } + +NetworkAccessPortEntry ::= SEQUENCE +{ + networkAccessPortPortIndex InterfaceIndex, + networkAccessPortDynamicVlan EnabledStatus, + networkAccessPortMaxMacCount INTEGER, + networkAccessPortMode EnabledStatus, + networkAccessPortMacFilter INTEGER, + networkAccessPortGuestVlan INTEGER, + networkAccessPortLinkDetectionStatus EnabledStatus, + networkAccessPortLinkDetectionMode INTEGER, + networkAccessPortLinkDetectionAciton INTEGER, + networkAccessPortDynamicQos EnabledStatus +} + +networkAccessPortPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (excluding trunk members) interface of the + portTable. The interface identified by a particular value of this port + index is the same interface identified by the same value of + ifIndex in the IF-MIB." + ::= { networkAccessPortEntry 1 } + +networkAccessPortDynamicVlan OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets enabled(1) to enable dynamic VLAN assigment and + sets disabled(2) to disable dynamic VLAN assigment." + ::= { networkAccessPortEntry 2 } + +networkAccessPortMaxMacCount OBJECT-TYPE + SYNTAX INTEGER (0..1024) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the maximum number of authenticated MAC address." + ::= { networkAccessPortEntry 3 } + +networkAccessPortMode OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the secure port mode. enabled(1) means that Mac address + authentication is used and disabled(2) means that the authentication is disabled." + ::= { networkAccessPortEntry 4 } + +networkAccessPortMacFilter OBJECT-TYPE + SYNTAX INTEGER (0..64) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the MAC filter ID, Set this variable to zero to + disable MAC filter." + ::= { networkAccessPortEntry 5 } + +networkAccessPortGuestVlan OBJECT-TYPE + SYNTAX INTEGER (0..4094) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the guest VLAN ID. To disable the VLAN, set the value to 0." + ::= { networkAccessPortEntry 6 } + +networkAccessPortLinkDetectionStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to enabled(1) to enable link detection. + Set this object to disabled(2) to disable link detection." + ::= { networkAccessPortEntry 7 } + +networkAccessPortLinkDetectionMode OBJECT-TYPE + SYNTAX INTEGER + { + linkUp(1), + linkDown(2), + linkUpDown(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the detection event for a port. Set this object + to linkUp(1) to detect a link-up event. Set this object + to linkDown(2) to detect a link-down event. Set this + object to linkUpDown(3) to detect both link up and + link down events." + ::= { networkAccessPortEntry 8 } + +networkAccessPortLinkDetectionAciton OBJECT-TYPE + SYNTAX INTEGER + { + trap(1), + shutDown(2), + trapAndShutDown(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the action to take when a networkAccessPortLinkDetection + event is triggered. Set this object to trap(1) to send a trap + when a networkAccessPortLinkDetection event is triggered. + Set this object to shutDown(2) to shut down the port when a + networkAccessPortLinkDetection event is triggered. Set this object + to trapAndShutDown(3) to send a trap and shut down the port when a + networkAccessPortLinkDetection event is triggered." + ::= { networkAccessPortEntry 9 } + +networkAccessPortDynamicQos OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to enabled(1) to enable Dynamic QoS. + Set this object to disabled(2) to disable Dynamic QoS." + ::= { networkAccessPortEntry 10 } + +-- +-- networkAccessClearMacAddressMgt +-- + +networkAccessClearMacAddressMgt OBJECT IDENTIFIER ::= { networkAccessMgt 3 } + +networkAccessClearMacAddressAttribute OBJECT-TYPE + SYNTAX INTEGER + { + all (1), + static (2), + dynamic (3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Attribute for clearing Mac address. Specifies the certain attribute + in Mac address table. all(1) indicates both reauthorized and learnt + secure MAC address; static(2) indicates reauthorized MAC address; + dynamic(3) indicates learnt secure MAC address." + ::= { networkAccessClearMacAddressMgt 1 } + +networkAccessClearMacAddressMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies MAC address in the MAC address table for clearing + MAC address. '000000' represents that no MAC address is specified." + + ::= { networkAccessClearMacAddressMgt 2 } + +networkAccessClearMacAddressPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The specifies port in the MAC address table for clearing MAC address. + '0' represents that no port is specified." + + ::= { networkAccessClearMacAddressMgt 3 } + +networkAccessClearMacAddressAction OBJECT-TYPE + SYNTAX INTEGER + { + noclear (1), + clear (2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Action for clearing MAC address . When setting this object to clear(2) + to begin the clearing MAC address operation, a particular MAC address + is cleared from the MAC address table. When the action is finshed whether + or not it is successful or no action is taken, the value of this object + is always noclear(1)." + + ::= { networkAccessClearMacAddressMgt 4 } + +-- +-- networkAccessMacAddressTable +-- + +networkAccessMacAddressTable OBJECT-TYPE + SYNTAX SEQUENCE OF NetworkAccessMacAddressEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the information of network access MAC addresses." + ::= { networkAccessMgt 4} + +networkAccessMacAddressEntry OBJECT-TYPE + SYNTAX NetworkAccessMacAddressEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the networkAccessMacAddress table." + INDEX { networkAccessMacAddressAddress, networkAccessMacAddressPort } + ::= { networkAccessMacAddressTable 1 } + +NetworkAccessMacAddressEntry ::= SEQUENCE +{ + networkAccessMacAddressAddress MacAddress, + networkAccessMacAddressPort InterfaceIndex, + networkAccessMacAddressInetAddressType InetAddressType, + networkAccessMacAddressRadiusServerInetAddress InetAddress, + networkAccessMacAddressTime DisplayString, + networkAccessMacAddressAttribute INTEGER +} + +networkAccessMacAddressAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the authenticated MAC address." + ::= { networkAccessMacAddressEntry 1 } + +networkAccessMacAddressPort OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the port of authenticated MAC address." + ::= { networkAccessMacAddressEntry 2 } + +networkAccessMacAddressInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the type of IP address denoted in + networkAccessMacAddressRadiusServerInetAddress type." + ::= { networkAccessMacAddressEntry 3 } + +networkAccessMacAddressRadiusServerInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the IP address of radius server that authenticates + the specified Mac address." + ::= { networkAccessMacAddressEntry 4 } + +networkAccessMacAddressTime OBJECT-TYPE + SYNTAX DisplayString(SIZE(12)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the authentication time of the authenticated MAC address. + The following form is a text string; 'yyyy MMm DDd HHh MMm SSs'. + 'yyyy' is a four-digit year. 'MM' is a month. A single-digit month is + preceded by a zero. 'DD' is the day of a month. A single-digit day + is preceded by the value zero. 'HH', 'MM' and 'SS' are hour, + minute, and second respectively. A single-digit hour, minute, + and second are preceded by a zero value. An example is: + '2001y 01m 01d 00h 04m 43s'." + ::= { networkAccessMacAddressEntry 5 } + +networkAccessMacAddressAttribute OBJECT-TYPE + SYNTAX INTEGER + { + static (1), + dynamic (2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the attribute of an authenticated MAC address. + static(1) indicates resauthorized secure MAC address. + dynamic(2) indicates learnt secure MAC address." + ::= { networkAccessMacAddressEntry 6 } + +networkAccessAging OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to enabled(1) to enable MAC address aging feature. + Set this object to disabled(2) to disable MAC address aging feature." + ::= { networkAccessMgt 5 } + +-- +-- networkAccessMacFilterWithMaskTable +-- + +networkAccessMacFilterWithMaskTable OBJECT-TYPE + SYNTAX SEQUENCE OF NetworkAccessMacFilterWithMaskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the settings for MAC filter." + ::= { networkAccessMgt 6} + +networkAccessMacFilterWithMaskEntry OBJECT-TYPE + SYNTAX NetworkAccessMacFilterWithMaskEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the networkAccessMacFilterWithMaskTable." + INDEX { networkAccessMacFilterWithMaskID, + networkAccessMacFilterWithMaskMacAddress, + networkAccessMacFilterWithMaskMacAddressMask } + ::= { networkAccessMacFilterWithMaskTable 1 } + +NetworkAccessMacFilterWithMaskEntry ::= SEQUENCE +{ + networkAccessMacFilterWithMaskID INTEGER, + networkAccessMacFilterWithMaskMacAddress MacAddress, + networkAccessMacFilterWithMaskMacAddressMask MacAddress, + networkAccessMacFilterWithMaskStatus INTEGER +} + +networkAccessMacFilterWithMaskID OBJECT-TYPE + SYNTAX INTEGER (1..64) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the MAC filter ID." + ::= { networkAccessMacFilterWithMaskEntry 1 } + +networkAccessMacFilterWithMaskMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the MAC address to be filtered." + ::= { networkAccessMacFilterWithMaskEntry 2 } + +networkAccessMacFilterWithMaskMacAddressMask OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the MAC mask to be filtered." + ::= { networkAccessMacFilterWithMaskEntry 3 } + +networkAccessMacFilterWithMaskStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set this object to valid(1) to create an entry. + Set this object to invalid(2) to destroy an entry." + ::= { networkAccessMacFilterWithMaskEntry 4 } + +macAuthReauthTime OBJECT-TYPE + SYNTAX Integer32 (120..1000000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the reauthentication time period." + ::= { macAuthMgt 1 } + +-- +-- macAuthPortTable +-- + +macAuthPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF MacAuthPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the settings for mac authentication of each port." + ::= { macAuthMgt 2 } + +macAuthPortEntry OBJECT-TYPE + SYNTAX MacAuthPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the macAuthPort table." + INDEX { macAuthPortIndex } + ::= { macAuthPortTable 1 } + +MacAuthPortEntry ::= SEQUENCE +{ + macAuthPortIndex InterfaceIndex, + macAuthPortMaxMacCount INTEGER, + macAuthPortIntrusionAction INTEGER +} + +macAuthPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (including trunk members) interface of the + port table. The interface identified by a particular value of this + index is the same interface identified by the same value + of ifIndex in the IF-MIB." + ::= { macAuthPortEntry 1 } + +macAuthPortMaxMacCount OBJECT-TYPE + SYNTAX INTEGER (0..1024) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the maximum number of authenticated MAC addresses for MAC authentication." + ::= { macAuthPortEntry 2 } + +macAuthPortIntrusionAction OBJECT-TYPE + SYNTAX INTEGER + { + block-traffic(1), + pass-traffic(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Responses to intrusion when the authentication is failed. + block-traffic(1) : denies network access to an unauthorized client; + pass-traffic(2) : allows unauthorized clients to the access network." + ::= { macAuthPortEntry 3 } + +webAuthSystemAuthControl OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets enabled(1) to enable WebAuth feature and + sets disabled(2) to disable WebAuth feature." + ::= { webAuthMgt 1 } + +webAuthSessionTimeout OBJECT-TYPE + SYNTAX INTEGER (300..3600) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "For authenticated success users, they can use internet + service during a certain period. Whenever this period expires, + users need to be re-authenticated again. This period is + called session time." + ::= { webAuthMgt 5 } + +webAuthQuietPeriod OBJECT-TYPE + SYNTAX INTEGER (1..180) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the re-authentication interval when the authentication + fail attempts reach the webAuthLoginAttempts value. Unauthenticated + user won't be authenticated during this period." + ::= { webAuthMgt 6 } + +webAuthLoginAttempts OBJECT-TYPE + SYNTAX INTEGER (1..3) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the counter that configures the authentication fail times + for a client. If authentication fail times reaches the specified + value, the client are not allowed to login for some period." + ::= { webAuthMgt 7 } + +-- +-- webAuthReauthenticateMgt +-- + +webAuthReauthenticateMgt OBJECT IDENTIFIER ::= { webAuthMgt 8 } + +webAuthReauthenticatePort OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the port to re-authenticate for all of its + authenticated hosts." + ::= { webAuthReauthenticateMgt 1 } + +webAuthReauthenticateInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies host type to re-authenticate." + ::= { webAuthReauthenticateMgt 2 } + +webAuthReauthenticateInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specificies host to re-authenticate." + ::= { webAuthReauthenticateMgt 3 } + +webAuthReauthenticateAction OBJECT-TYPE + SYNTAX INTEGER + { + noReauth (1), + reauth (2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Action for WebAuth re-authenication. When setting this object to + reauth(2) to begin the re-authenticated operation, a particular + user is re-authenticated. When the action is finshed whether it is + successfully, or no action is taken, the value of this + object is always noReauth(1)." + ::= { webAuthReauthenticateMgt 4 } + +-- +-- webAuthPortConfigTable +-- + +webAuthPortConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF WebAuthPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the settings for web authentication of each port." + ::= { webAuthMgt 9 } + +webAuthPortConfigEntry OBJECT-TYPE + SYNTAX WebAuthPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the webAuthPortConfigTable." + INDEX { webAuthPortConfigPortIndex } + ::= { webAuthPortConfigTable 1 } + +WebAuthPortConfigEntry ::= SEQUENCE +{ + webAuthPortConfigPortIndex InterfaceIndex, + webAuthPortConfigStatus INTEGER, + webAuthPortConfigAuthenticatedHostCount INTEGER +} + +webAuthPortConfigPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port number of the port that may specify certain entry in the table which contains web authentication information." + ::= { webAuthPortConfigEntry 1 } + +webAuthPortConfigStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets enabled(1) to enable web authentication feature for each port and + sets disabled(2) to disable web authentication for each port." + ::= { webAuthPortConfigEntry 2 } + +webAuthPortConfigAuthenticatedHostCount OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the authenticated host counts for each port" + ::= { webAuthPortConfigEntry 3 } + +-- +-- webAuthPortInfoTable +-- + +webAuthPortInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF WebAuthPortInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Contains the information for web authentication of each port." + ::= { webAuthMgt 10 } + +webAuthPortInfoEntry OBJECT-TYPE + SYNTAX WebAuthPortInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row in the webAuthPortTable." + INDEX { webAuthPortInfoPortIndex, webAuthPortInfoPortAuthSuccessIndex} + ::= { webAuthPortInfoTable 1 } + +WebAuthPortInfoEntry ::= SEQUENCE +{ + webAuthPortInfoPortIndex InterfaceIndex, + webAuthPortInfoPortAuthSuccessIndex INTEGER, + webAuthPortInfoInetAddressType InetAddressType, + webAuthPortInfoInetAddress InetAddress, + webAuthPortInfoRemainingSessiontime INTEGER, + webAuthPortInfoStatus INTEGER +} + +webAuthPortInfoPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port number for which this entry contains web authentication information." + ::= { webAuthPortInfoEntry 1 } + +webAuthPortInfoPortAuthSuccessIndex OBJECT-TYPE + SYNTAX INTEGER (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The authentication success number of port for which this entry contains web authentication information." + ::= { webAuthPortInfoEntry 2 } + +webAuthPortInfoInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the type of IP address denoted in webAuthPortInfoIpAddress type." + ::= { webAuthPortInfoEntry 3 } + +webAuthPortInfoInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The IP address which may specify the entry containing web authentication information." + ::= { webAuthPortInfoEntry 4 } + +webAuthPortInfoRemainingSessiontime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The remaining session time for authenticated hosts. During this + period, they may use internet resource. When the session time expires, they + will need to re-authenticate again." + + ::= { webAuthPortInfoEntry 5 } + +webAuthPortInfoStatus OBJECT-TYPE + SYNTAX INTEGER + { + authenticated (1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the web authentication status for each port. + authenticated (1) means the user is authenticated." + ::= { webAuthPortInfoEntry 6 } + +-- +-- dosMgt +-- + +system OBJECT IDENTIFIER ::= { dosMgt 1 } + +dosEchoChargen OBJECT IDENTIFIER ::= { system 1 } + +dosEchoChargenStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of Echo/Chargen protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosEchoChargen 1 } + +dosEchoChargenRateLimitInKilo OBJECT-TYPE + SYNTAX Integer32 (64..2000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Value of the rate limit for Echo/Chargen packets. The unit + is kilobits per second." + ::= { dosEchoChargen 2 } + +dosSmurf OBJECT IDENTIFIER ::= { system 3 } + +dosSmurfStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of Smurf protection. Set this to enabled(1) + to enable the feature, and set this to disabled(2) to + disable the feature." + ::= { dosSmurf 1 } + +dosTcpFlooding OBJECT IDENTIFIER ::= { system 4 } + +dosTcpFloodingStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of TCP flooding protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosTcpFlooding 1 } + +dosTcpFloodingRateLimitInKilo OBJECT-TYPE + SYNTAX Integer32 (64..2000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Value of the rate limit for TCP flooding packets. The + unit is kilobits per second." + ::= { dosTcpFlooding 2 } + +dosTcpNullScan OBJECT IDENTIFIER ::= { system 5 } + +dosTcpNullScanStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of TCP Null-scan protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosTcpNullScan 1 } + +dosTcpSynFinScan OBJECT IDENTIFIER ::= { system 6 } + +dosTcpSynFinScanStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of TCP SYN FIN scan protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosTcpSynFinScan 1 } + +dosTcpXmasScan OBJECT IDENTIFIER ::= { system 7 } + +dosTcpXmasScanStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of TCP Xmas-scan protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosTcpXmasScan 1 } + +dosUdpFlooding OBJECT IDENTIFIER ::= { system 8 } + +dosUdpFloodingStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of UDP flooding protection. Set this to + enabled(1) to enable the feature, and set this to + disabled(2) to disable the feature." + ::= { dosUdpFlooding 1 } + +dosUdpFloodingRateLimitInKilo OBJECT-TYPE + SYNTAX Integer32 (64..2000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Value of the rate limit for UDP flooding packets. The + unit is kilobits per second." + ::= { dosUdpFlooding 2 } + +dosWinNuke OBJECT IDENTIFIER ::= { system 9 } + +dosWinNukeStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of WinNUKE protection. Set this to enabled(1) + to enable the feature, and set this to disabled(2) to + disable the feature." + ::= { dosWinNuke 1 } + +dosWinNukeRateLimitInKilo OBJECT-TYPE + SYNTAX Integer32 (64..2000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Value of the rate limit for WinNUKE packets. The unit is + kilobits per second." + ::= { dosWinNuke 2 } + +dosTcpUdpPortZero OBJECT IDENTIFIER ::= { system 11 } + +dosTcpUdpPortZeroStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The status of checking for TCP/UDP packets with port 0. + Set this to enabled(1) to enable the feature, and + set this to disabled(2) to disable the feature." + ::= { dosTcpUdpPortZero 1 } + +-- +-- appFilterMgt +-- +-- Management for application filter to control specific packet transmitted +-- status + +appFilterPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF AppFilterPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The application filter Table." + ::= { appFilterMgt 1 } + +appFilterPortEntry OBJECT-TYPE + SYNTAX AppFilterPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry of appFilterPortTable." + INDEX {appFilterPortIndex, appFilterProtocolType} + ::= { appFilterPortTable 1 } + +AppFilterPortEntry ::= SEQUENCE +{ + appFilterPortIndex InterfaceIndex, + appFilterProtocolType INTEGER, + appFilterPktStatus INTEGER +} + +appFilterPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port interface of the portTable. The interface + identified by a particular value of this index is the same + interface as identified by the same value of ifIndex in + the IF-MIB." + ::= { appFilterPortEntry 1 } + +appFilterProtocolType OBJECT-TYPE + SYNTAX INTEGER + { + cdp(1), + pvst(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The protocol type define some specific packets which are + supported on this function" + ::= { appFilterPortEntry 2 } + +appFilterPktStatus OBJECT-TYPE + SYNTAX INTEGER + { + default(0), + discard(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set discard(1) to discard packet and set default(0) to + transmit packet in default behavior." + ::= { appFilterPortEntry 3 } + + +-- +-- sysLogMgt +-- + +-- Management for system log. This configures the logging +-- of events inside the switch. + +sysLogStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Whether the system log is enabled." + ::= { sysLogMgt 1 } + +sysLogHistoryFlashLevel OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Severity level for logging to flash." + ::= { sysLogMgt 2 } + +sysLogHistoryRamLevel OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Severity level for logging to RAM." + ::= { sysLogMgt 3 } + +-- +--remoteLogMgt +-- + +remoteLogMgt OBJECT IDENTIFIER ::= { sysLogMgt 6 } + +remoteLogStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Whether the remote log system is enabled." + ::= { remoteLogMgt 1 } + +remoteLogLevel OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Severity level for remote log." + ::= { remoteLogMgt 2 } + +remoteLogFacilityType OBJECT-TYPE + SYNTAX INTEGER + { + localUse0(16), + localUse1(17), + localUse2(18), + localUse3(19), + localUse4(20), + localUse5(21), + localUse6(22), + localUse7(23) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION " The facility type for remote log." + ::= { remoteLogMgt 3 } + +--remoteLogServerInetTable + +remoteLogServerInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF RemoteLogServerInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table for storing the remote log server list." + ::= { remoteLogMgt 7 } + +remoteLogServerInetEntry OBJECT-TYPE + SYNTAX RemoteLogServerInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for remoteLogServerInetTable." + INDEX { remoteLogServerInetAddressType, + remoteLogServerInetAddress} + ::= { remoteLogServerInetTable 1 } + +RemoteLogServerInetEntry ::= SEQUENCE +{ + remoteLogServerInetAddressType InetAddressType, + remoteLogServerInetAddress InetAddress, + remoteLogServerStatus ValidStatus, + remoteLogServerUdpPort Integer32 +} + +remoteLogServerInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Indicates the type of address + denoted in remoteLogServerInetAddress type. + Only ipv4(1), ipv6(2) and ipv6z(4) + types are supported." + + ::= { remoteLogServerInetEntry 1 } + +remoteLogServerInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The IP address of the remote log Server." + ::= { remoteLogServerInetEntry 2 } + +remoteLogServerStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { remoteLogServerInetEntry 3 } + +remoteLogServerUdpPort OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The UDP port number of the remote log Server" + ::= { remoteLogServerInetEntry 4 } + +-- +--smtpMgt +-- +smtpMgt OBJECT IDENTIFIER ::= { sysLogMgt 7 } + +smtpStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable the SMTP, set disabled(2) to disable + the SMTP." + ::= { smtpMgt 1 } + +smtpSeverityLevel OBJECT-TYPE + SYNTAX Integer32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specify the SMTP minimum severity level to send the event message." + ::= { smtpMgt 2 } + +smtpSourceEMail OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..41)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SMTP source email address, + the sender's mail address that appears + in the 'From' field of the mail." + ::= { smtpMgt 3 } + +--smtpServerIpTable + +smtpServerIpTable OBJECT-TYPE + SYNTAX SEQUENCE OF SmtpServerIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The SMTP server IP table. + The maximum servers to be added is 3." + ::= { smtpMgt 4 } + +smtpServerIpEntry OBJECT-TYPE + SYNTAX SmtpServerIpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of the smtpServerIpTable." + INDEX { smtpServerIp } + ::= { smtpServerIpTable 1 } + +SmtpServerIpEntry ::= SEQUENCE +{ + smtpServerIp IpAddress, + smtpServerIpStatus ValidStatus +} + +smtpServerIp OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "SMTP mail server's IP address." + ::= { smtpServerIpEntry 1 } + +smtpServerIpStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { smtpServerIpEntry 2 } + +--smtpDestEMailTable + +smtpDestEMailTable OBJECT-TYPE + SYNTAX SEQUENCE OF SmtpDestEMailEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table of the destination e-mail address. + The maximum numbers of destination email address to be added is 5." + ::= { smtpMgt 5} + +smtpDestEMailEntry OBJECT-TYPE + SYNTAX SmtpDestEMailEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row of the smtpDestEMailTable." + INDEX { smtpDestEMail } + ::= { smtpDestEMailTable 1 } + +SmtpDestEMailEntry ::= SEQUENCE +{ + smtpDestEMail DisplayString, + smtpDestEMailStatus ValidStatus +} + +smtpDestEMail OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..41)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "SMTP destination e-mail address." + ::= { smtpDestEMailEntry 1 } + +smtpDestEMailStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { smtpDestEMailEntry 2 } + +sysLogCommandLogStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable command log, set disabled(2) to disable + command log." + ::= { sysLogMgt 10 } + +-- +-- lineMgt +-- + +-- Management for line. This includes management for +-- serial line (RS232 port) and Telnet. + +consoleMgt OBJECT IDENTIFIER ::= { lineMgt 1 } +telnetMgt OBJECT IDENTIFIER ::= { lineMgt 2 } +vtyMgt OBJECT IDENTIFIER ::= { lineMgt 3 } + +--consoleMgt + +consoleDataBits OBJECT-TYPE + SYNTAX INTEGER + { + databits7(1), + databits8(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Number of data bits." + ::= { consoleMgt 1 } + +consoleParity OBJECT-TYPE + SYNTAX INTEGER + { + partyNone(1), + partyEven(2), + partyOdd(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Defines the generation of a parity bit." + ::= { consoleMgt 2 } + +consoleBaudRate OBJECT-TYPE + SYNTAX INTEGER + { + baudRate9600(1), + baudRate19200(2), + baudRate38400(3), + baudRate57600(4), + baudRate115200(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Baud rate: Valid values are 115200, 57600, 38400, + 19200, and 9600." + ::= { consoleMgt 3 } + +consoleStopBits OBJECT-TYPE + SYNTAX INTEGER + { + stopbits1(1), + stopbits2(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The console stop bits, valid values are stopbits1(1) or stopbits2(2)" + ::= { consoleMgt 4 } + +consoleExecTimeout OBJECT-TYPE + SYNTAX Integer32 (0 | 60..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "In a serial console, use the consoleExecTimeout + variable to set the interval that the EXEC command + interpreter waits until user input is detected; + set the value to 0 to disable it." + ::= { consoleMgt 5 } + +consolePasswordThreshold OBJECT-TYPE + SYNTAX Integer32 (0 | 1..120) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of failed console logon attempts that may be + made before the system will not accept a further attempt + in the time specified by consoleSilentTime. A value of 0 + disables the functionality." + ::= { consoleMgt 6 } + +consoleSilentTime OBJECT-TYPE + SYNTAX Integer32 (0 | 1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The length of time that the management console is + inaccessible after the number of failed logon + attempts has reached consolePasswordThreshold. A value + of 0 disables the functionality." + + ::= { consoleMgt 7 } + +--to set login timeout seconds +consoleLoginResponseTimeout OBJECT-TYPE + SYNTAX Integer32(10..300) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Console login response timeout setting." + ::= { consoleMgt 10 } + +-- telnetMgt + +telnetStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable or disable the telnet function. Any new telnet + request will be rejected and all current telnet sessions + will be terminated if this status is set to disabled(2)." + DEFVAL { enabled } + ::= { telnetMgt 4 } + +telnetPortNumber OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The telnet session port number." + DEFVAL { 23 } + ::= { telnetMgt 5 } + +-- vtyMgt + +vtyExecTimeout OBJECT-TYPE + SYNTAX Integer32 (60..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the interval that the system waits for user input + before terminating the current session." + ::= { vtyMgt 1 } + +vtyPasswordThreshold OBJECT-TYPE + SYNTAX Integer32 (0 | 1..120) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of failed logon attempts that may be made before the + system will not accept a further attempt to log on. + Setting to 0 means disabled." + ::= { vtyMgt 2 } + +vtyLoginResponseTimeout OBJECT-TYPE + SYNTAX Integer32(10..300) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Login response timeout setting." + ::= { vtyMgt 3 } + +vtyMaxSession OBJECT-TYPE + SYNTAX Integer32 (0..8) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum number of allowed sessions." + DEFVAL { 8 } + ::= { vtyMgt 4 } + +vtySilentTime OBJECT-TYPE + SYNTAX Integer32 (0 | 1..65535) + UNITS "seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time the system waits before etablishing a new session + after the number of failed logins reaches the specified limit. + Setting to 0 means disabled." + ::= { vtyMgt 5 } + +-- +-- sysTimeMgt +-- + +sntpMgt OBJECT IDENTIFIER ::= { sysTimeMgt 1 } +ntpMgt OBJECT IDENTIFIER ::= { sysTimeMgt 5 } + +sntpStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable the SNTP, set disabled(2) to disable + the SNTP." + ::= { sntpMgt 1 } + +sntpServiceMode OBJECT-TYPE + SYNTAX INTEGER + { + unicast(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Service mode." + ::= { sntpMgt 2 } + +sntpPollInterval OBJECT-TYPE + SYNTAX Integer32(16..16384) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Polling interval." + ::= { sntpMgt 3 } + +sntpServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF SntpServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for SNTP servers. IP addresses + must occupy contiguous indexes, starting from 1. + If a removed entry is not the last entry, the table + will be shifted to contiguous indexes automatically." + ::= { sntpMgt 4 } + +sntpServerEntry OBJECT-TYPE + SYNTAX SntpServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for SNTP servers." + INDEX { sntpServerIndex } + ::= { sntpServerTable 1 } + +SntpServerEntry ::= SEQUENCE +{ + sntpServerIndex Integer32, + sntpServerInetAddressType InetAddressType, + sntpServerInetAddress InetAddress, + sntpServerStatus ValidStatus +} + + +sntpServerIndex OBJECT-TYPE + SYNTAX Integer32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The index of a server." + ::= { sntpServerEntry 1 } + +sntpServerInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Indicates the type of address + denoted in sntpServerInetAddress type. + Only ipv4(1), ipv6(2) and ipv6z(4) + types are supported." + + ::= { sntpServerEntry 4 } + +sntpServerInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The IP address of a time server." + ::= { sntpServerEntry 5 } + +sntpServerStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { sntpServerEntry 6 } + +sysCurrentTime OBJECT-TYPE + SYNTAX DisplayString(SIZE(20)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This is a text string in the following form, based on Unix: + 'Mmm _d hh:mm:ss yyyy'. 'Mmm' are the first three letters + of the English name of the month. '_d' is the day of month. + A single-digit day is preceded by a space. 'hh:mm:ss' is + a 24-hour representations of hours, minutes, and seconds. + A single-digit hour is preceded by a zero. 'yyyy' is a + four-digit year. An example is: 'Jan 1 02:03:04 2002'." + ::= { sysTimeMgt 2 } + +sysTimeZone OBJECT-TYPE + SYNTAX DisplayString(SIZE(6)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This is a text string in the following form: '[s]hh:mm'. + '[s]' is a plus-or-minus sign. For UTC, this is omitted. + For a positive offset, this is '+'. For a negative offset, + this is '-'. 'hh:mm' in the hour and minute offset from UTC. + A single-digit hour is preceded by a zero. When + sysTimeZonePredefined object is set to any value other than + none(1), this object will be empty string." + ::= { sysTimeMgt 3 } + +sysTimeZoneName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..30)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name of the time zone. When sysTimeZonePredefined object + is set to any value other than none(1), this object will be + empty string." + ::= { sysTimeMgt 4 } + +ntpStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable the NTP, set disabled(2) to disable + the NTP." + ::= { ntpMgt 1 } + +ntpServiceMode OBJECT-TYPE + SYNTAX INTEGER + { + unicast(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Service mode." + ::= { ntpMgt 2 } + +ntpPollInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Polling interval in seconds." + ::= { ntpMgt 3 } + +ntpAuthenticateStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable the NTP Authenticate, set disabled(2) to + disable the NTP." + ::= { ntpMgt 4 } + +ntpServerTable OBJECT-TYPE + SYNTAX SEQUENCE OF NtpServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for NTP servers" + ::= { ntpMgt 5 } + +ntpServerEntry OBJECT-TYPE + SYNTAX NtpServerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for NTP servers." + INDEX { ntpServerIpAddress } + ::= { ntpServerTable 1 } + +NtpServerEntry ::= SEQUENCE + { + ntpServerIpAddress IpAddress, + ntpServerVersion Integer32, + ntpServerKeyId Integer32, + ntpServerStatus INTEGER + } + +ntpServerIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The IP address of a server. Valid IP addresses + must occupy contiguous indexes. + All IP addresses after the last valid index is 0." + ::= { ntpServerEntry 1 } + +ntpServerVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "NTP version." + ::= { ntpServerEntry 2 } + +ntpServerKeyId OBJECT-TYPE + SYNTAX Integer32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Key for a NTP server. This variable can only be written." + ::= { ntpServerEntry 3 } + +ntpServerStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { ntpServerEntry 4 } + +ntpAuthKeyTable OBJECT-TYPE + SYNTAX SEQUENCE OF NtpAuthKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for NTP Authentication keys" + ::= { ntpMgt 6 } + +ntpAuthKeyEntry OBJECT-TYPE + SYNTAX NtpAuthKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for NTP Authentication keys." + INDEX { ntpAuthKeyId } + ::= { ntpAuthKeyTable 1 } + +NtpAuthKeyEntry::= SEQUENCE + { + ntpAuthKeyId Integer32, + ntpAuthKeyWord OCTET STRING, + ntpAuthKeyStatus INTEGER + } + +ntpAuthKeyId OBJECT-TYPE + SYNTAX Integer32 (1..65536) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The index of a Authentication key. This table has fixed size." + ::= { ntpAuthKeyEntry 1 } + +ntpAuthKeyWord OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (1..32)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The Authentication key word is used to created a key by the MD5 + And the max length is 32." + ::= { ntpAuthKeyEntry 2 } + +ntpAuthKeyStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { ntpAuthKeyEntry 3 } + +-- +-- fileMgt +-- + +-- Management for File System Manipulate, including files copy, display and delete. + +fileCopyMgt OBJECT IDENTIFIER ::= { fileMgt 1 } +fileInfoMgt OBJECT IDENTIFIER ::= { fileMgt 2 } +fileAutoUpgradeMgt OBJECT IDENTIFIER ::= { fileMgt 4 } + +-- +-- This performs the copy operation. +-- + +fileCopySrcOperType OBJECT-TYPE + SYNTAX INTEGER + { + file(1), + runningCfg(2), + startUpCfg(3), + tftp(4), + unit(5), + http(6), + ftp(7), + sftp(10) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "fileCopySrcOperType specifies where to copy from, + and fileCopyDestOperType specifies where to copy to. + + Possible combinations of 'fileCopySrcOperType to + fileCopyDestOperType' and required parameters are listed in + the following table. + + --------------+------------------+--------------------------------- + Source | Destination | Required parameters + --------------+------------------+--------------------------------- + file(1) | file(1) | fileCopySrcFileName + | | fileCopyDestFileName + +------------------+--------------------------------- + | runningCfg(2) | fileCopySrcFileName + +------------------+--------------------------------- + | startUpCfg(3) | fileCopySrcFileName + | | fileCopyDestFileName + +------------------+--------------------------------- + | tftp(4) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | unit(5) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyUnitId + +------------------+--------------------------------- + | ftp(7) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | sftp(10) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + --------------+------------------+--------------------------------- + runningCfg(2) | file(1) | fileCopyDestFileName + +------------------+--------------------------------- + | startUpCfg(3) | fileCopyDestFileName + +------------------+--------------------------------- + | tftp(4) | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | ftp(7) | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | sftp(10) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + --------------+------------------+--------------------------------- + startUpCfg(3) | file(1) | fileCopyDestFileName + +------------------+--------------------------------- + | runningCfg(2) | None. + +------------------+--------------------------------- + | tftp(4) | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | ftp(7) | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | sftp(10) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + --------------+------------------+--------------------------------- + tftp(4) | file(1) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | runningCfg(2) | fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | startUpCfg(3) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + +------------------+--------------------------------- + | addRunningCfg(15)| fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + --------------+------------------+--------------------------------- + unit(5) | file(1) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyUnitId + --------------+------------------+--------------------------------- + ftp(7) | file(1) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | runningCfg(2) | fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | startUpCfg(3) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | addRunningCfg(15)| fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + --------------+------------------+--------------------------------- + sftp(10) | file(1) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyFileType + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | runningCfg(2) | fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | startUpCfg(3) | fileCopySrcFileName + | | fileCopyDestFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + +------------------+--------------------------------- + | addRunningCfg(15)| fileCopySrcFileName + | | fileCopyServerInetAddressType + | | fileCopyServerInetAddress + | | fileCopyServerUserName + | | fileCopyServerPassword + --------------+------------------+---------------------------------" + ::= { fileCopyMgt 1} + +fileCopySrcFileName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..127)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The source file name for fileCopyMgt when a copy + operation is next requested via this MIB. This value is set to + a zero length string when no file name has been specified. + Note: If the fileCopySrcOperType is runningCfg(2) or startUpCfg(3), + this variable can be ignored." + ::= { fileCopyMgt 2 } + +fileCopyDestOperType OBJECT-TYPE + SYNTAX INTEGER + { + file(1), + runningCfg(2), + startUpCfg(3), + tftp(4), + unit(5), + http(6), + ftp(7), + sftp(10), + addRunningCfg(15) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "See the description for fileCopySrcOperType." + ::= { fileCopyMgt 3 } + +fileCopyDestFileName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..127)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The destination file name for fileCopyMgt when a + copy operation is next requested via this MIB. This value is set to + a zero length string when no file name has been specified. + Note: If the fileCopyDestOperType is runningCfg(2) or startupCfg(3), + this variable can be ignored." + ::= { fileCopyMgt 4 } + +fileCopyFileType OBJECT-TYPE + SYNTAX INTEGER { + opcode(1), + config(2), + bootRom(3), + loader(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Type of file to copy in fileCopyMgt. opcode(1) indicates operation + code, config(2) indicates configuration file, bootRom(3) indicates + diagnostic image file and loader(5) indicates loader image file. If + the fileCopySrcOperType or fileCopyDestOperType is either runningCfg(2) + or startupCfg(3), this variable can be ignored. bootRom(3) and + loader(5) can be set only when the fileCopySrcOperType is tftp(4) and + fileCopyDestOperType is file(1)." + ::= { fileCopyMgt 5 } + +fileCopyUnitId OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the switch unit for stackable devices. + When performing the 'copy unit file' or 'copy file unit' action, + if neither fileCopySrcOperType nor fileCopyDestOperType + is unit(5), this variable can be ignored." + ::= { fileCopyMgt 7 } + +fileCopyAction OBJECT-TYPE + SYNTAX INTEGER + { + notCopying(1), + copy(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting this object to copy(2) to begin the copy operation. When + the device is not copying, this object will have a value of + notCopying(1)." + ::= { fileCopyMgt 8 } + + +fileCopyStatus OBJECT-TYPE + SYNTAX INTEGER { + fileCopyTftpUndefError(1), + fileCopyTftpFileNotFound(2), + fileCopyTftpAccessViolation(3), + fileCopyTftpDiskFull(4), + fileCopyTftpIllegalOperation(5), + fileCopyTftpUnkownTransferId(6), + fileCopyTftpFileExisted(7), + fileCopyTftpNoSuchUser(8), + fileCopyTftpTimeout(9), + fileCopyTftpSendError(10), + fileCopyTftpReceiverError(11), + fileCopyTftpSocketOpenError(12), + fileCopyTftpSocketBindError(13), + fileCopyTftpUserCancel(14), + fileCopyTftpCompleted(15), + fileCopyParaError(16), + fileCopyBusy(17), + fileCopyUnknown(18), + fileCopyReadFileError(19), + fileCopySetStartupError(20), + fileCopyFileSizeExceed(21), + fileCopyMagicWordError(22), + fileCopyImageTypeError(23), + fileCopyHeaderChecksumError(24), + fileCopyImageChecksumError(25), + fileCopyWriteFlashFinish(26), + fileCopyWriteFlashError(27), + fileCopyWriteFlashProgramming(28), + fileCopyError(29), + fileCopySuccess(30), + fileCopyCompleted(31), +-- +-- ES4612-20-00499, 2008-12-09, support FTPS +-- + fileCopyFileNotFound(41), + fileCopyServerPermissionDenied(42), + fileCopyStorageFull(43), + fileCopyConnectError(44), + fileCopyServerNotInService(45), + fileCopyDataConnectionOpenError(46), + fileCopyLogInError(47), + fileCopyInvalidFileName(48), + fileCopyServerNotAcceptProvidedCiphers(49), + fileCopyServerNotSupportFtps(50), + fileCopyFileUnavailable(51), + fileCopyUnclassifiedError(52), + fileCopyTimeout(53), + fileCopyProjectIdError(54), + fileCopyFileNumExceed(55), + fileCopySameVersion(56) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the last copy procedure, if any. This + object will have a value of fileCopyUnknown(18) if no + copy operation has been performed. The listed values are + identical to fileAutoDownloadResultStatus." + ::= { fileCopyMgt 9 } + +fileCopyServerInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Internet address type of the remote server. Only ipv4(1) + type is supported." + ::= { fileCopyMgt 20 } + +fileCopyServerInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Internet address of the remote server." + ::= { fileCopyMgt 21 } + +fileCopyServerUserName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..127)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Login user name for the remote server. When this variable is + empty, the system will use 'anonymous' as user name to log in + to the remote server." + ::= { fileCopyMgt 22 } + +fileCopyServerPassword OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..127)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Login password for the remote server. This variable can only + be written. When this variable is read, it always returns a + zero-length string." + ::= { fileCopyMgt 23 } + +-- +-- This mangement performs the display and delete operation. +-- + +fileInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF FileInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This table contain the information of the file system; + we can also perform the delete, set startup file operation." + + ::= { fileInfoMgt 1 } + +fileInfoEntry OBJECT-TYPE + SYNTAX FileInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptually row for fileInfoTable." + INDEX { fileInfoUnitID, IMPLIED fileInfoFileName} + ::= { fileInfoTable 1 } + +FileInfoEntry ::= SEQUENCE + { + fileInfoUnitID Integer32, + fileInfoFileName DisplayString, + fileInfoFileType INTEGER, + fileInfoIsStartUp TruthValue, + fileInfoFileSize Integer32, + fileInfoCreationTime DisplayString, + fileInfoDelete INTEGER + } + +fileInfoUnitID OBJECT-TYPE + SYNTAX Integer32(1..1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The switch unit in a stacking system, in a + non-stacking system, this value is always 1." + ::= { fileInfoEntry 1 } + +fileInfoFileName OBJECT-TYPE + SYNTAX DisplayString (SIZE (1..32)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The file Name of the file System in the device." + ::= { fileInfoEntry 2 } + +fileInfoFileType OBJECT-TYPE + SYNTAX INTEGER + { + diag(1), + runtime(2), + syslog(3), + cmdlog(4), + config(5), + postlog(6), + private(7), + certificate(8), + webarchive(9) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The file type of the file System in the device." + ::= { fileInfoEntry 3 } + +fileInfoIsStartUp OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This flag indicate whether this file is a startup file. Set this + object to true(1) to indicate that this is a startup file. Setting this + object to false(2) is a invalid operation." + ::= { fileInfoEntry 4 } + +fileInfoFileSize OBJECT-TYPE + SYNTAX Integer32 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The sizes( in bytes) of the file." + ::= { fileInfoEntry 5 } + +fileInfoCreationTime OBJECT-TYPE + SYNTAX DisplayString(SIZE(20)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The creation time of the file, This is a text string in the + following form, based on Unix: 'Mmm _d hh:mm:ss yyyy'. 'Mmm' + are the first three letters of the English name of the month. + '_d' is the day of month. A single-digit day is preceded by + a space. 'hh:mm:ss' is a 24-hour representations of hours, + minutes, and seconds. A single-digit hour is preceded by a + zero. 'yyyy' is the four-digit year. An example is: + 'Jan 1 02:03:04 2002'." + ::= { fileInfoEntry 6 } + +fileInfoDelete OBJECT-TYPE + SYNTAX INTEGER + { + noDelete(1), + delete(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Write this object to delete(2) to delete a file, when + read, this always return noDelete(1)." + ::= { fileInfoEntry 7 } + +--fileAutoDownloadResultTable + +fileAutoDownloadResultTable OBJECT-TYPE + SYNTAX SEQUENCE OF FileAutoDownloadResultEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This table contains file auto download result information." + ::= { fileMgt 3 } + +fileAutoDownloadResultEntry OBJECT-TYPE + SYNTAX FileAutoDownloadResultEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for fileAutoDownloadResultTable." + INDEX {fileAutoDownloadResultUnitID} + ::= { fileAutoDownloadResultTable 1 } + +FileAutoDownloadResultEntry ::= SEQUENCE + { + fileAutoDownloadResultUnitID Integer32, + fileAutoDownloadResultAction INTEGER, + fileAutoDownloadResultStatus INTEGER + } + +fileAutoDownloadResultUnitID OBJECT-TYPE + SYNTAX Integer32(1..1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The switch unit in a stacking system, in a + non-stacking system, this value is always 1." + ::= { fileAutoDownloadResultEntry 1 } + +fileAutoDownloadResultAction OBJECT-TYPE + SYNTAX INTEGER + { + notCopying(1), + copying(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The status of the auto download action. + value copying(2) will be obtained if the auto download action is currently processing, + or value notCopying(1) will be obtained if no auto download action is currently processing. + + You can check the download result through the fileAutoDownloadResultStatus object + after the download action has finished. + + Please note that this object is read-only, since the auto download action is triggered + automatically by the system when an image file or a config file is set as startup setting + through the fileInfoIsStartUp, restartOpCodeFile or restartConfigFile objects, + but not set by the user manually through this fileAutoDownloadResultAction object." + ::= { fileAutoDownloadResultEntry 2 } + +fileAutoDownloadResultStatus OBJECT-TYPE + SYNTAX INTEGER { + fileCopyTftpUndefError(1), + fileCopyTftpFileNotFound(2), + fileCopyTftpAccessViolation(3), + fileCopyTftpDiskFull(4), + fileCopyTftpIllegalOperation(5), + fileCopyTftpUnkownTransferId(6), + fileCopyTftpFileExisted(7), + fileCopyTftpNoSuchUser(8), + fileCopyTftpTimeout(9), + fileCopyTftpSendError(10), + fileCopyTftpReceiverError(11), + fileCopyTftpSocketOpenError(12), + fileCopyTftpSocketBindError(13), + fileCopyTftpUserCancel(14), + fileCopyTftpCompleted(15), + fileCopyParaError(16), + fileCopyBusy(17), + fileCopyUnknown(18), + fileCopyReadFileError(19), + fileCopySetStartupError(20), + fileCopyFileSizeExceed(21), + fileCopyMagicWordError(22), + fileCopyImageTypeError(23), + fileCopyHeaderChecksumError(24), + fileCopyImageChecksumError(25), + fileCopyWriteFlashFinish(26), + fileCopyWriteFlashError(27), + fileCopyWriteFlashProgramming(28), + fileCopyError(29), + fileCopySuccess(30), + fileCopyCompleted(31), +-- +-- ES4612-20-00499, 2008-12-09, support FTPS +-- + fileCopyFileNotFound(41), + fileCopyServerPermissionDenied(42), + fileCopyStorageFull(43), + fileCopyConnectError(44), + fileCopyServerNotInService(45), + fileCopyDataConnectionOpenError(46), + fileCopyLogInError(47), + fileCopyInvalidFileName(48), + fileCopyServerNotAcceptProvidedCiphers(49), + fileCopyServerNotSupportFtps(50), + fileCopyFileUnavailable(51), + fileCopyUnclassifiedError(52), + fileCopyTimeout(53), + fileCopyProjectIdError(54), + fileCopyFileNumExceed(55), + fileCopySameVersion(56) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The last auto download result status. + value fileCopyUnknown(18) will be obtained + if no download action has been performed before. + The listed values are identical to fileCopyStatus." + ::= { fileAutoDownloadResultEntry 3 } + +-- +--dnsMgt +-- + +--dnsHostTable +dnsDomainLookup OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable the IP Domain Naming System (DNS)-based host name-to-address translation." + ::= { dnsMgt 1 } + +dnsDomainName OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To define a default domain name to complete + unqualified host names (names without a dotted-decimal domain name)." + ::= { dnsMgt 2 } + +--dnsCacheTable +dnsCacheTable OBJECT-TYPE + SYNTAX SEQUENCE OF DnsCacheEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "To display the RRs in DNS cache." + ::= { dnsMgt 7 } + +dnsCacheEntry OBJECT-TYPE + SYNTAX DnsCacheEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for the dnsCacheTable." + INDEX { dnsCacheIndex } + ::= { dnsCacheTable 1 } + +DnsCacheEntry ::= SEQUENCE + { + dnsCacheIndex Integer32, + dnsCacheFlag Integer32, + dnsCacheType INTEGER, + dnsCacheTtl Integer32, + dnsCacheDomain DisplayString, + dnsCacheInetAddressType InetAddressType, + dnsCacheInetAddress InetAddress + } + +dnsCacheIndex OBJECT-TYPE + SYNTAX Integer32(1280..6400) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry sequence number." + ::= { dnsCacheEntry 1 } + +dnsCacheFlag OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Always get 4, means this record is unreliable." + ::= { dnsCacheEntry 2 } + +dnsCacheType OBJECT-TYPE + SYNTAX INTEGER + { + address(1), + cname(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Cache Type: address(1); cname(2)." + ::= { dnsCacheEntry 3 } + +dnsCacheTtl OBJECT-TYPE + SYNTAX Integer32(0..876000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DNS cache TTL." + ::= { dnsCacheEntry 5 } + +dnsCacheDomain OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..255)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The DNS cache domain." + ::= { dnsCacheEntry 6 } + +dnsCacheInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the type of address + denoted in dnsHostAddrInetAddress type. + Only ipv4(1) and ipv6(2) types are supported." + ::= { dnsCacheEntry 7 } + +dnsCacheInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "IP address of DNS cache item." + ::= { dnsCacheEntry 8 } + +dnsHostTable OBJECT-TYPE + SYNTAX SEQUENCE OF DnsHostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual table of dnsHostEntry. + The dnsHostTable and dnsHostAddrTable are used to define + static host name-to-address mapping." + ::= { dnsMgt 8 } + +dnsHostEntry OBJECT-TYPE + SYNTAX DnsHostEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for the dnsHostTable." + INDEX { dnsHostIndex } + ::= { dnsHostTable 1 } + +DnsHostEntry ::= SEQUENCE + { + dnsHostIndex Integer32, + dnsHostName DisplayString, + dnsHostStatus ValidStatus + } + +dnsHostIndex OBJECT-TYPE + SYNTAX Integer32(1..16) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry sequence number." + ::= { dnsHostEntry 1 } + +dnsHostName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Host name." + ::= { dnsHostEntry 2 } + +dnsHostStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { dnsHostEntry 3 } + +--dnsHostAddrTable +dnsHostAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF DnsHostAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual table of dnsHostAddrEntry. + The dnsHostTable and dnsHostAddrTable are used to define + static host name-to-address mapping." + ::= { dnsMgt 9 } + +dnsHostAddrEntry OBJECT-TYPE + SYNTAX DnsHostAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for the dnsHostAddrTable." + INDEX { dnsHostIndex, dnsHostAddrInetAddressType, + IMPLIED dnsHostAddrInetAddress} + ::= { dnsHostAddrTable 1 } + +DnsHostAddrEntry ::= SEQUENCE +{ + dnsHostAddrInetAddressType InetAddressType, + dnsHostAddrInetAddress InetAddress, + dnsHostAddrStatus ValidStatus +} + +dnsHostAddrInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Indicates the type of address + denoted in dnsHostAddrInetAddress type. + Only ipv4(1), ipv6(2) and ipv6z(4) type are supported." + ::= { dnsHostAddrEntry 1 } + +dnsHostAddrInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the address of the host. + Adding one address to two different hosts is not allowed." + ::= { dnsHostAddrEntry 2 } + +dnsHostAddrStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { dnsHostAddrEntry 3 } + +--dnsDomainListTable +dnsDomainListTable OBJECT-TYPE + SYNTAX SEQUENCE OF DnsDomainListEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This table defines a list of default domain names to complete unqualified host names." + ::= { dnsMgt 10 } + +dnsDomainListEntry OBJECT-TYPE + SYNTAX DnsDomainListEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for the dnsDomainListTable." + INDEX { dnsDomainListIndex } + ::= { dnsDomainListTable 1 } + +DnsDomainListEntry ::= SEQUENCE + { + dnsDomainListIndex Integer32, + dnsDomainListName DisplayString, + dnsDomainListStatus ValidStatus + } + +dnsDomainListIndex OBJECT-TYPE + SYNTAX Integer32(1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry sequence number." + ::= { dnsDomainListEntry 1 } + +dnsDomainListName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..255)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Domain name." + ::= { dnsDomainListEntry 2 } + +dnsDomainListStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { dnsDomainListEntry 3 } + +dnsNameServerInetTable OBJECT-TYPE + SYNTAX SEQUENCE OF DnsNameServerInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Specifies the address of one or more name servers to use for + name and address resolution." + ::= { dnsMgt 11 } + +dnsNameServerInetEntry OBJECT-TYPE + SYNTAX DnsNameServerInetEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row for dnsNameServerInetTable." + INDEX { dnsNameServerInetAddressType, IMPLIED dnsNameServerInetAddress } + ::= { dnsNameServerInetTable 1 } + +DnsNameServerInetEntry ::= SEQUENCE +{ + dnsNameServerInetAddressType InetAddressType, + dnsNameServerInetAddress InetAddress, + dnsNameServerInetStatus ValidStatus +} + +dnsNameServerInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Type of address. Only ipv4(1), ipv6(2) and ipv6z(4) types are + supported." + ::= { dnsNameServerInetEntry 1 } + +dnsNameServerInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "IP address of name server." + ::= { dnsNameServerInetEntry 2 } + +dnsNameServerInetStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { dnsNameServerInetEntry 3 } + +-- +-- This mangement automatically upgrades image. +-- + +fileAutoUpgradeOpCodeStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this variable to enabled(1) to enable the device to + automatically upgrade the current software image when a new + version is detected. Set this variable to disabled(2) to + disable this feature." + ::= { fileAutoUpgradeMgt 1 } + +fileAutoUpgradeOpCodePath OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The URL (Universal Resource Location) of the image file + location for automatic upgrades. The URL schema can be set to + TFTP. The Hostname is the IP address of the server. The + last character of the URL is always a '/' and the filename must + not be included in the URL." + ::= { fileAutoUpgradeMgt 2 } + +fileAutoUpgradeOpCodeFileName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..127)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The file name of the image file." + ::= { fileAutoUpgradeMgt 3 } + +fileAutoUpgradeOpCodeReloadStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this variable to enabled(1) to automatically reload switch + when upgrade is done. Set this variable to disabled(2) to + disable this feature." + ::= { fileAutoUpgradeMgt 4 } + +-- +-- poeMgt +-- + +-- +-- PSE/PD for IEEE draft 802.3at v3.2, Feb. 2009 +-- + +-- PSE global objects + +pethPseMainExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF PethPseMainExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of objects that display and control attributes of the main + power source in a PSE device. Ethernet switches are one example of + boxes that would support these objects. Values of all read-write + objects in this table are persistent at restart/reboot." + REFERENCE "IEEE 802.3af, POWER-ETHERNET-MIB.pethMainPseTable" + ::= { poeMgt 5 } + +pethPseMainExtEntry OBJECT-TYPE + SYNTAX PethPseMainExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A set of objects that display and control the Main power of a PSE." + AUGMENTS { pethMainPseEntry } + ::= { pethPseMainExtTable 1 } + +PethPseMainExtEntry ::= SEQUENCE +{ + pethPseMainExtDllPowerType INTEGER, + pethPseMainExtDllPowerSource INTEGER +} + +pethPseMainExtDllPowerType OBJECT-TYPE + SYNTAX INTEGER + { + type2Pse(0), + type1Pse(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the local system is a PSE or a PD + and whether it is Type 1 or Type 2." + REFERENCE + "IEEE Std 802.3at Section 30.9.1.1.12 + aDLLPowerType" + ::= { pethPseMainExtEntry 1 } + +pethPseMainExtDllPowerSource OBJECT-TYPE + SYNTAX INTEGER + { + unknown(0), + primary(1), + backup(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The power sources of the local system." + REFERENCE + "IEEE Std 802.3at Section 30.9.1.1.14 + aDLLPowerSource" + ::= { pethPseMainExtEntry 2 } + +-- +-- PSE Port Table +-- + +pethPsePortExtTable OBJECT-TYPE + SYNTAX SEQUENCE OF PethPsePortExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table of objects that display and control the power characteristics + of power Ethernet ports on a Power Source Entity (PSE) device. + This group will be implemented in managed power Ethernet switches and + mid-span devices. Values of all read-write objects in this table are + persistent at restart/reboot." + REFERENCE "IEEE 802.3af, POWER-ETHERNET-MIB.pethPsePortTable" + ::= { poeMgt 6 } + +pethPsePortExtEntry OBJECT-TYPE + SYNTAX PethPsePortExtEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A set of objects that display and control the power characteristics of + a power Ethernet PSE port." + AUGMENTS { pethPsePortEntry } + ::= { pethPsePortExtTable 1 } + +PethPsePortExtEntry ::= SEQUENCE +{ + pethPsePortExtMirroredDllPdRequestedPowerValue INTEGER, + pethPsePortExtDllPseAllocatedPowerValue INTEGER, + pethPsePortTimeRange DisplayString, + pethPsePortTimeRangeStatus INTEGER, + pethPsePortExtMaximumPowerValue INTEGER, + pethPsePortExtUsedPowerValue INTEGER +} + +pethPsePortExtMirroredDllPdRequestedPowerValue OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Returns the PD requested power value received from the remote system. + The definition and encoding of PD requested power value is the same as + described in pethPdPortDllPdRequestedPowerValue." + REFERENCE + "IEEE Std 802.3at Section 30.9.1.1.18 + aMirroredDLLPDRequestedPowerValue" + ::= { pethPsePortExtEntry 4 } + +pethPsePortExtDllPseAllocatedPowerValue OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Returns the PSE allocated power value that the local system has + currently allocated to the remote system. The PSE allocated power value + is the maximum input average power that the PSE wants the PD to ever + draw under this allocation if it is accepted. The PSE allocated power + value is encoded according to Equation (33-20), where X is the decimal + value of pethPsePortExtDllPseAllocatedPowerValue." + REFERENCE + "IEEE Std 802.3at Section 30.9.1.1.20 + aDLLPSEAllocatedPowerValue" + ::= { pethPsePortExtEntry 6 } + +pethPsePortTimeRange OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..16)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name of the time range entry bound to the port. + This object should be equal to one of the timeRangeName + objects in timeRangeTable. The object works when + pethPsePortAdminEnable is enabled(1)." + ::= { pethPsePortExtEntry 11 } + +pethPsePortTimeRangeStatus OBJECT-TYPE + SYNTAX INTEGER + { + none(0), + active(1), + inactive(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "If no time range entry is bound to the port, value of this + object is none(0). If PoE time range of the port is active, + value of this object is active(1). If PoE time range of + the port is inactive, value of this object is inactive(2)." + ::= { pethPsePortExtEntry 12 } + +pethPsePortExtMaximumPowerValue OBJECT-TYPE + SYNTAX INTEGER (3000..34200) + UNITS "milliwatts" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Returns the user-configurable maximum power value that + the local system has currently allocated to the remote system. + The units of this variable is milliwatts." + ::= { pethPsePortExtEntry 13 } + +pethPsePortExtUsedPowerValue OBJECT-TYPE + SYNTAX INTEGER + UNITS "milliwatts" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Returns the currently used power value that + the local system is delivering to the remote system. + The units of this variable is milliwatts." + ::= { pethPsePortExtEntry 14 } + +-- +-- mcastStormMgt +-- +mcastStormMgt OBJECT IDENTIFIER ::= { stormMgt 1 } + +mcastStormTable OBJECT-TYPE + SYNTAX SEQUENCE OF McastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table to manage the control of multicast storms for ports." + ::= { mcastStormMgt 1 } + +mcastStormEntry OBJECT-TYPE + SYNTAX McastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row of multiStormTable." + INDEX { mcastStormIfIndex } + ::= { mcastStormTable 1 } + +McastStormEntry ::= SEQUENCE +{ + mcastStormIfIndex InterfaceIndex, + mcastStormStatus EnabledStatus, + mcastStormPktRate Integer32 +} + +mcastStormIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (including trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { mcastStormEntry 1 } + +mcastStormStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Whether multicast storm protection is enabled." + ::= { mcastStormEntry 2 } + +mcastStormPktRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Multicast storm threshold as packets per second. + If this entry is for a trunk, this is the value + for each member port. The range is 500 to 1488100." + ::= { mcastStormEntry 4 } + +-- +-- bcastStormMgt +-- + +-- Management for broadcast storm control for ports. + +bcastStormMgt OBJECT IDENTIFIER ::= { stormMgt 3 } +bcastStormTable OBJECT-TYPE + SYNTAX SEQUENCE OF BcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table to manage the control of broadcast storms for ports." + ::= { bcastStormMgt 1 } + +bcastStormEntry OBJECT-TYPE + SYNTAX BcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row of bcastStormTable." + INDEX { bcastStormIfIndex } + ::= { bcastStormTable 1 } + +BcastStormEntry ::= SEQUENCE +{ + bcastStormIfIndex InterfaceIndex, + bcastStormStatus EnabledStatus, + bcastStormPktRate Integer32 +} + +bcastStormIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (including trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { bcastStormEntry 1 } + +bcastStormStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Whether broadcast storm protection is enabled." + ::= { bcastStormEntry 2 } + +bcastStormPktRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Broadcast storm threshold as packets per second. + If this entry is for a trunk, this is the value + for each member port. The range is 500 to 1488100." + ::= { bcastStormEntry 4 } + +-- +-- unknownUcastStormMgt +-- +unknownUcastStormMgt OBJECT IDENTIFIER ::= {stormMgt 4 } + +unknownUcastStormTable OBJECT-TYPE + SYNTAX SEQUENCE OF UnknownUcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table to manage the unknown unicast storm control." + ::= { unknownUcastStormMgt 1 } + +unknownUcastStormEntry OBJECT-TYPE + SYNTAX UnknownUcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row of unknownUcastStormTable." + INDEX { unknownUcastStormIfIndex } + ::= { unknownUcastStormTable 1 } + +UnknownUcastStormEntry ::= SEQUENCE +{ + unknownUcastStormIfIndex InterfaceIndex, + unknownUcastStormStatus EnabledStatus, + unknownUcastStormPktRate Integer32 +} + +unknownUcastStormIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port or trunk interface of the portTable. The interface + identified by a particular value of this index is the same + interface as identified by the same value of ifIndex in the + IF-MIB." + ::= { unknownUcastStormEntry 1 } + +unknownUcastStormStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates that the unknown unicast + storm protection is enabled/disabled." + ::= { unknownUcastStormEntry 2 } + +unknownUcastStormPktRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the packet rate(packet per second) of the storm protection. + The range is 500 to 1488100." + ::= { unknownUcastStormEntry 4 } + +-- +-- Auto Traffic Control +-- +atcMgt OBJECT IDENTIFIER ::= { stormMgt 5 } + +atcBcastStormTcApplyTime OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the timing when the ATC (Auto + Traffic Control) is activated after the broadcast traffic + being detected as the storm." + ::= { atcMgt 1 } + +atcBcastStormTcReleaseTime OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the timing when the ATC is released + after the broadcast traffic being detected as no storm." + ::= { atcMgt 2 } + +atcBcastStormTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtcBcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table contains the Auto Traffic Control configuration + and the status for broadcast traffic." + ::= { atcMgt 3 } + +atcBcastStormEntry OBJECT-TYPE + SYNTAX AtcBcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row of the table." + INDEX { atcBcastStormIfIndex } + ::= { atcBcastStormTable 1 } + +AtcBcastStormEntry ::= SEQUENCE +{ + atcBcastStormIfIndex InterfaceIndex, + atcBcastStormEnable EnabledStatus, + atcBcastStormAutoRelease EnabledStatus, + atcBcastStormSampleType INTEGER, + atcBcastStormCurrentTrafficRate Integer32, + atcBcastStormAlarmFireThreshold Integer32, + atcBcastStormAlarmClearThreshold Integer32, + atcBcastStormTcAction INTEGER, + atcBcastStormAlarmFireTrapStatus EnabledStatus, + atcBcastStormAlarmClearTrapStatus EnabledStatus, + atcBcastStormTcApplyTrapStatus EnabledStatus, + atcBcastStormTcReleaseTrapStatus EnabledStatus +} + +atcBcastStormIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The specified port on which the ATC is applied." + ::= { atcBcastStormEntry 1 } + +atcBcastStormEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the ATC of the broadcast + traffic is applied." + ::= { atcBcastStormEntry 2 } + +atcBcastStormAutoRelease OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the Auto-Release feature + of ATC is applied." + ::= { atcBcastStormEntry 3 } + +atcBcastStormSampleType OBJECT-TYPE + SYNTAX INTEGER + { + packet-rate(1), + octet-rate(2), + percent(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the unit of traffic rate and threshold." + ::= { atcBcastStormEntry 4 } +atcBcastStormCurrentTrafficRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The parameter indicates the current broadcast traffic rate." + ::= { atcBcastStormEntry 5 } + +atcBcastStormAlarmFireThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates that if the current broadcast traffic rate + exceeds the specified threshold, it will be treated as the storm." + ::= { atcBcastStormEntry 6 } + +atcBcastStormAlarmClearThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates that if the current broadcast traffic + falls below the specified threshold it will be treated as the + normal traffic." + ::= { atcBcastStormEntry 7 } + +atcBcastStormTcAction OBJECT-TYPE + SYNTAX INTEGER + { + rate-control(1), + shutdown(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the protecting action which + ATC will applied to the specified port." + ::= { atcBcastStormEntry 8 } + +atcBcastStormAlarmFireTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has + to be sent when the broadcast storm has been detected." + ::= { atcBcastStormEntry 9 } + +atcBcastStormAlarmClearTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has + to be sent when the broadcast storm has been detected as + the normal traffic." + ::= { atcBcastStormEntry 10 } + +atcBcastStormTcApplyTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has to be sent when + the ATC is activated." + ::= { atcBcastStormEntry 11 } + +atcBcastStormTcReleaseTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has to be sent when + the ATC is released." + ::= { atcBcastStormEntry 12 } + +atcMcastStormTcApplyTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the timing when the ATC (Auto + Traffic Control) is activated after the broadcast traffic + being detected as the storm." + ::= { atcMgt 4 } + +atcMcastStormTcReleaseTime OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the timing when the ATC is released + after the broadcast traffic being detected as no storm." + ::= { atcMgt 5 } + +atcMcastStormTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtcMcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table contains the Auto Traffic Control configuration + and the status for mulicast traffic." + ::= { atcMgt 6 } + +atcMcastStormEntry OBJECT-TYPE + SYNTAX AtcMcastStormEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row of the table." + INDEX { atcMcastStormIfIndex } + ::= { atcMcastStormTable 1 } + +AtcMcastStormEntry ::= SEQUENCE +{ + atcMcastStormIfIndex InterfaceIndex, + atcMcastStormEnable EnabledStatus, + atcMcastStormAutoRelease EnabledStatus, + atcMcastStormSampleType INTEGER, + atcMcastStormCurrentTrafficRate Integer32, + atcMcastStormAlarmFireThreshold Integer32, + atcMcastStormAlarmClearThreshold Integer32, + atcMcastStormTcAction INTEGER, + atcMcastStormAlarmFireTrapStatus EnabledStatus, + atcMcastStormAlarmClearTrapStatus EnabledStatus, + atcMcastStormTcApplyTrapStatus EnabledStatus, + atcMcastStormTcReleaseTrapStatus EnabledStatus +} + +atcMcastStormIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The specified port on which the ATC is applied." + ::= { atcMcastStormEntry 1 } + +atcMcastStormEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the ATC of the mulicast + traffic is applied." + ::= { atcMcastStormEntry 2 } + +atcMcastStormAutoRelease OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the Auto-Release feature + of ATC is applied." + ::= { atcMcastStormEntry 3 } + +atcMcastStormSampleType OBJECT-TYPE + SYNTAX INTEGER + { + packet-rate(1), + octet-rate(2), + percent(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the unit of traffic rate and threshold." + ::= { atcMcastStormEntry 4 } +atcMcastStormCurrentTrafficRate OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The parameter indicates the current mulicast traffic rate." + ::= { atcMcastStormEntry 5 } + +atcMcastStormAlarmFireThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates that if the current mulicast traffic rate + exceeds the specified threshold, it will be treated as the storm." + ::= { atcMcastStormEntry 6 } + +atcMcastStormAlarmClearThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates that if the current mulicast traffic + falls below the specified threshold it will be treated as the + normal traffic." + ::= { atcMcastStormEntry 7 } + +atcMcastStormTcAction OBJECT-TYPE + SYNTAX INTEGER + { + rate-control(1), + shutdown(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates the protecting action which + ATC will applied to the specified port." + ::= { atcMcastStormEntry 8 } + +atcMcastStormAlarmFireTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has + to be sent when the mulicast storm has been detected." + ::= { atcMcastStormEntry 9 } + +atcMcastStormAlarmClearTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has + to be sent when the mulicast storm has been detected as + the normal traffic." + ::= { atcMcastStormEntry 10 } + +atcMcastStormTcApplyTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has to be sent when + the ATC is activated." + ::= { atcMcastStormEntry 11 } + +atcMcastStormTcReleaseTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter indicates whether the trap has to be sent when + the ATC is released." + ::= { atcMcastStormEntry 12 } + +-- +-- sysResourceMgt +-- +-- monitor the configuration changes for the product + + cpuStatus OBJECT IDENTIFIER ::= { sysResourceMgt 2 } + memoryStatus OBJECT IDENTIFIER ::= { sysResourceMgt 3 } + +-- cpuStatus + + cpuCurrentUti OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current CPU utilization in percent in the past 5 seconds." + ::= { cpuStatus 1 } + + cpuStatMaxUti OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum CPU utilization in percent in the past 60 seconds." + ::= { cpuStatus 2 } + + cpuStatAvgUti OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average CPU utilization in percent in the past 60 seconds." + ::= { cpuStatus 3 } + + cpuPeakTime OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time when the CPU utilization reaches cpuUtiRisingThreshold + in the format of 'Mmm _d hh:mm:ss yyyy' as defined + in sysCurrentTime of this MIB." + ::= { cpuStatus 4 } + + cpuPeakDuration OBJECT-TYPE + SYNTAX INTEGER + UNITS "second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The duration from the CPU utilization reaches cpuUtiRisingThreshold + to reaches cpuUtiFallingThreshold, in seconds." + ::= { cpuStatus 5 } + + cpuUtiRisingThreshold OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rising threshold of the cpu utilization." + ::= { cpuStatus 6 } + + cpuUtiFallingThreshold OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The falling threshold of the cpu utilization." + ::= { cpuStatus 7 } + +-- memoryStatus + + memoryTotal OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total amount of the memory in kilobytes." + ::= { memoryStatus 1 } + + memoryAllocated OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of the memory allocated in kilobytes." + ::= { memoryStatus 2 } + + memoryFreed OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of the free memory in kilobytes." + ::= { memoryStatus 3} + + memoryFreedInPercent OBJECT-TYPE + SYNTAX INTEGER(1..100) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "the memory freed in proportion to the total memory." + ::= { memoryStatus 4 } + + memoryUtiRisingThreshold OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rising threshold of the memory utilization." + ::= { memoryStatus 5 } + + memoryUtiFallingThreshold OBJECT-TYPE + SYNTAX INTEGER(1..100) + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The falling threshold of the memory utilization." + ::= { memoryStatus 6 } + +-- taskCpuTable + +taskCpuTable OBJECT-TYPE + SYNTAX SEQUENCE OF TaskCpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of descriptive and status information describing the + CPU utilization of each task." + ::= { sysResourceMgt 4 } + +taskCpuEntry OBJECT-TYPE + SYNTAX TaskCpuEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the table, describing the CPU utilization of one + task." + INDEX { taskCpuName } + ::= { taskCpuTable 1 } + +TaskCpuEntry ::= SEQUENCE +{ + taskCpuName DisplayString, + taskCpuCurrentUti Integer32, + taskCpuStatMaxUti Integer32, + taskCpuStatAvgUti Integer32 +} + +taskCpuName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..15)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The name of the task." + ::= { taskCpuEntry 1 } + +taskCpuCurrentUti OBJECT-TYPE + SYNTAX Integer32 (1..10000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current CPU utilization in hundredths of a percent in the + past 5 seconds." + ::= { taskCpuEntry 2 } + +taskCpuStatMaxUti OBJECT-TYPE + SYNTAX Integer32 (1..10000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The maximum CPU utilization in hundredths of a percent in the + past 60 seconds." + ::= { taskCpuEntry 3 } + +taskCpuStatAvgUti OBJECT-TYPE + SYNTAX Integer32 (1..10000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The average CPU utilization in hundredths of a percent in the + past 60 seconds." + ::= { taskCpuEntry 4 } + +-- cpuGuard + +cpuGuard OBJECT IDENTIFIER ::= { sysResourceMgt 5 } + +cpuGuardStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard status." + ::= { cpuGuard 1 } + +cpuGuardHighWatermark OBJECT-TYPE + SYNTAX Integer32 (20..100) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard high-watermark." + ::= { cpuGuard 2 } + +cpuGuardLowWatermark OBJECT-TYPE + SYNTAX Integer32 (20..100) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard low-watermark." + ::= { cpuGuard 3 } + +cpuGuardMaxThreshold OBJECT-TYPE + SYNTAX Integer32 (50..500) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard maximum threshold." + ::= { cpuGuard 4 } + +cpuGuardMinThreshold OBJECT-TYPE + SYNTAX Integer32 (50..500) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard minimum threshold." + ::= { cpuGuard 5 } + +cpuGuardTrapStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The CPU guard trap status." + ::= { cpuGuard 6 } + +cpuGuardCurrentThreshold OBJECT-TYPE + SYNTAX Integer32 (50..500) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current CPU guard threshold." + ::= { cpuGuard 7 } + +-- +--mvrMgt +-- + + +mvrForwardingPriority OBJECT-TYPE + SYNTAX Integer32(0..7|65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Configure MVR multicast stream forwarding priority. + If value is 65535, it means the priority is disabled." + ::= { mvrMgt 18 } + + +mvrDomainTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrDomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the MVR port." + ::= { mvrMgt 20 } + +mvrDomainEntry OBJECT-TYPE + SYNTAX MvrDomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR Domain." + INDEX {mvrDomainId} + ::= { mvrDomainTable 1 } + +MvrDomainEntry ::= SEQUENCE +{ + mvrDomainId Integer32, + mvrDomainStatus EnabledStatus, + mvrDomainRunningStatus INTEGER, + mvrDomainVlanId VlanIndex, + mvrDomainUpstreamSourceIp IpAddress, + mvrDomainClearDynamicGroups TruthValue +} + +mvrDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Speicfies which MVR domain to configure." + ::= { mvrDomainEntry 1 } + +mvrDomainStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MVR(Multicast VLAN + Registration) on the device." + ::= { mvrDomainEntry 2} + +mvrDomainRunningStatus OBJECT-TYPE + SYNTAX INTEGER + { + active(1), + inactive(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Describes the running status of MVR (Multicast VLAN Registration) + to the switch. A value of active(1) indicates that all necessary + conditions in the MVR environment are satisfied. A value of inactive(2) + indicates that some necessary conditions in the MVR environment are + not satisfied." + ::= { mvrDomainEntry 3} + +mvrDomainVlanId OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To set VLAN for MVR.The VLAN identified by a particular + value of this index is the same VLAN as identified by the + same value of dot1qVlanIndex in the Q-BRIDGE-MIB." + ::= { mvrDomainEntry 4 } + + +mvrDomainUpstreamSourceIp OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set the source IP address which MVR will carry in IP header when send IGMP packet to upstream router + through MVR source port." + ::= { mvrDomainEntry 5 } + +mvrDomainClearDynamicGroups OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear dynamic learned groups" + ::= { mvrDomainEntry 6} + +mvrDomainPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrDomainPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the MVR port." + ::= { mvrMgt 21 } + +mvrDomainPortEntry OBJECT-TYPE + SYNTAX MvrDomainPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR port." + INDEX { + mvrPortDomainId, + mvrDomainIfIndex + } + ::= { mvrDomainPortTable 1 } + +MvrDomainPortEntry ::= SEQUENCE +{ + mvrPortDomainId Integer32, + mvrDomainIfIndex InterfaceIndex, + mvrDomainPortType INTEGER, + mvrDomainPortImmediateLeave EnabledStatus, + mvrDomainPortActive INTEGER, + mvrDomainPortImmediateLeaveByHostIp EnabledStatus + +} + +mvrPortDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Speicfies which MVR domain to configure." + ::= { mvrDomainPortEntry 1 } + +mvrDomainIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port interface of the portTable. The interface + identified by a particular value of this index is the + same interface as identified by the same value of ifIndex + in the IF-MIB." + ::= { mvrDomainPortEntry 2 } + +mvrDomainPortType OBJECT-TYPE + SYNTAX INTEGER + { + none(0), + source(1), + receiver(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "For configuring the MVR port type. To disable the MVR + port type, use the none(0)." + ::= { mvrDomainPortEntry 3 } + +mvrDomainPortImmediateLeave OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable immediate leave on MVR port." + ::= { mvrDomainPortEntry 4 } + +mvrDomainPortActive OBJECT-TYPE + SYNTAX INTEGER + { + active(1), + inactive(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "To indicate if the port is associated with the MVR group. + If the port is the MVR receiver port or the MVR source + port in MVR vlan, the status is active(1); otherwise + the status is inactive(2)." + ::= { mvrDomainPortEntry 5 } + +mvrDomainPortImmediateLeaveByHostIp OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable immediate leave by host IP on MVR port." + ::= { mvrDomainPortEntry 6 } + +mvrProfileTable OBJECT IDENTIFIER ::= {mvrMgt 22 } + + +mvrProfileCtlTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrProfileCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR profile." + ::= { mvrProfileTable 1 } + +MvrProfileCtlEntry ::= SEQUENCE +{ + mvrProfileCtlId Integer32, + mvrProfileName OCTET STRING, + mvrProfileCtlAction INTEGER +} + + +mvrProfileCtlEntry OBJECT-TYPE + SYNTAX MvrProfileCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR profile." + INDEX {mvrProfileCtlId} + ::= { mvrProfileCtlTable 1 } + + +mvrProfileCtlId OBJECT-TYPE + SYNTAX Integer32 (0..31) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvrProfileCtlEntry 1 } + +mvrProfileName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR Profile name which identify a group range. + + NOTE: All mvrProfileCtlEntry use the same buffer to temply store the mvrProfileName before + mvrProfileCtlAction really creat the profile." + ::= { mvrProfileCtlEntry 2 } + +mvrProfileCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(2) to create profile. Set this object + to destory(3) to delete profile. When + the action is complete, this object becomes noAction(1)." + ::= { mvrProfileCtlEntry 5 } + +mvrProfileGroupCtlTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrProfileGroupCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR group ranges for MVR profile." + ::= { mvrProfileTable 2 } + +MvrProfileGroupCtlEntry ::= SEQUENCE +{ + mvrProfileGropuCtlProfileId Integer32, + mvrProfileGroupCtlId Integer32, + mvrProfileGroupStartIPAddress IpAddress, + mvrProfileGroupEndIPAddress IpAddress, + mvrProfileGroupCtlAction INTEGER +} + +mvrProfileGroupCtlEntry OBJECT-TYPE + SYNTAX MvrProfileGroupCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the group ranges on MVR profile." + INDEX {mvrProfileGropuCtlProfileId, mvrProfileGroupCtlId} + ::= { mvrProfileGroupCtlTable 1 } + +mvrProfileGropuCtlProfileId OBJECT-TYPE + SYNTAX Integer32 (0..31) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= {mvrProfileGroupCtlEntry 1} + + +mvrProfileGroupCtlId OBJECT-TYPE + SYNTAX Integer32 (0..63) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which group range in MVR profile" + ::= { mvrProfileGroupCtlEntry 2 } + +mvrProfileGroupStartIPAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR Profile range start IP address. + + NOTE: All mvrProfileGroupCtlEntry use the same buffer to temply store the mvrProfileStartIPAddress before + mvrProfileGroupCtlAction really creat the group rang on profile." + ::= { mvrProfileGroupCtlEntry 3} + +mvrProfileGroupEndIPAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR Profile range end IP address. + + NOTE: All mvrProfileGroupCtlEntry use the same buffer to temply store the mvrProfileEndIPAddress before + mvrProfileGroupCtlAction really creat the group rang on profile." + ::= { mvrProfileGroupCtlEntry 4 } + +mvrProfileGroupCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(2) to create group range. Set this object + to destory(3) to delete group range. When + the action is complete, this object becomes noAction(1). + + NOTE: If mvrProfileGroupStartIPAddress and mvrProfileGroupEndIPAddress + pattern already exist on other mvrProfileGroupCtlId, it won't be stored. + " + ::= { mvrProfileGroupCtlEntry 5 } + + +mvrDomainAssociatedProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrDomainAssociatedProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Configure MVR domain associate which MVR profile" + ::= {mvrMgt 23 } + +mvrDomainAssociatedProfileEntry OBJECT-TYPE + SYNTAX MvrDomainAssociatedProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring MVR domain associate MVR profile." + INDEX { + mvrProfileDomainId, + mvrProfileId + } + ::= { mvrDomainAssociatedProfileTable 1 } + +MvrDomainAssociatedProfileEntry ::= SEQUENCE +{ + mvrProfileDomainId Integer32, + mvrProfileId Integer32, + mvrProfileAction INTEGER +} + +mvrProfileDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvrDomainAssociatedProfileEntry 1 } + +mvrProfileId OBJECT-TYPE + SYNTAX Integer32 (0..63) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvrDomainAssociatedProfileEntry 2 } + +mvrProfileAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(1) to associate profile. Set this object + to destory(2) to deassociate profile. When + the action is complete, this object becomes noAction(0)." + ::= { mvrDomainAssociatedProfileEntry 3 } + +mvrDomainGroupStaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrDomainGroupStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the static members of the + MVR group." + ::= { mvrMgt 24 } + +mvrDomainGroupStaticEntry OBJECT-TYPE + SYNTAX MvrDomainGroupStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the static members of the + MVR group." + INDEX { + mvrGroupStaticDomainId, + mvrDomainGroupStaticAddress, + mvrDomainGroupStaticReceiverVlan} + ::= { mvrDomainGroupStaticTable 1 } + +MvrDomainGroupStaticEntry ::= SEQUENCE +{ + mvrGroupStaticDomainId Integer32, + mvrDomainGroupStaticAddress IpAddress, + mvrDomainGroupStaticReceiverVlan Integer32, + mvrDomainGroupStaticPorts PortList + +} + +mvrGroupStaticDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvrDomainGroupStaticEntry 1 } + +mvrDomainGroupStaticAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The multicast address of the MVR group." + ::= { mvrDomainGroupStaticEntry 2 } + +mvrDomainGroupStaticReceiverVlan OBJECT-TYPE + SYNTAX Integer32(1..4093) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The receiver vlan of this MVR group" + ::= { mvrDomainGroupStaticEntry 3 } + +mvrDomainGroupStaticPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The set of ports configured by management in this entry. + Ports entered in this list will be the static members + of this MVR group." + ::= { mvrDomainGroupStaticEntry 4 } + + +mvrDomainGroupCurrentTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrDomainGroupCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for the current members of the MVR group." + ::= { mvrMgt 25 } + +mvrDomainGroupCurrentEntry OBJECT-TYPE + SYNTAX MvrDomainGroupCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for the current members of the MVR group." + INDEX { + mvrGroupCurrenDomainId, + mvrDomainGroupCurrentAddress, + mvrDomainGroupCurrentReceiverVlan + } + ::= { mvrDomainGroupCurrentTable 1 } + +MvrDomainGroupCurrentEntry ::= SEQUENCE +{ + mvrGroupCurrenDomainId Integer32, + mvrDomainGroupCurrentAddress IpAddress, + mvrDomainGroupCurrentReceiverVlan Integer32, + mvrDomainGroupCurrentPorts PortList +} + +mvrGroupCurrenDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvrDomainGroupCurrentEntry 1 } + +mvrDomainGroupCurrentAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The multicast address of the MVR group." + ::= { mvrDomainGroupCurrentEntry 2 } + +mvrDomainGroupCurrentReceiverVlan OBJECT-TYPE + SYNTAX Integer32(1..4093) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the receiver VLAN of the MVR group." + ::= { mvrDomainGroupCurrentEntry 3 } + +mvrDomainGroupCurrentPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The complete set of ports currently associated with this + MVR group." + ::= { mvrDomainGroupCurrentEntry 4 } + +mvrProxySwitching OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MVR(Multicast VLAN + Registration) proxy switching ability on the device. " + ::= { mvrMgt 27 } + +mvrRobustnessValue OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Paremete to set IGMP robustness value. + This value apply to proxy-switching for how many IGMP report/leave will be send out from source port, + and how many g-s query will be send on receiver port. + " + ::= { mvrMgt 28 } + +mvrProxyQueryInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set the query interval that active receiver port will use to send out general query " + ::= { mvrMgt 29 } + +mvrSourcePortmode OBJECT-TYPE + SYNTAX INTEGER + { + dynamic(1), + forward(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Paremete to set MVR Source Port forward mode. + When set dynamic, MVR source port won't forward multicast streams received from other source port. + When set forward, MVR source port will forward multicast streams received from other source port. + These multicast stream all are in MVR group range. + " + ::= { mvrMgt 30 } + +mvrPortStatisticsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrPortStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of service per port." + ::= {mvrMgt 32 } + +mvrPortStatisticsEntry OBJECT-TYPE + SYNTAX MvrPortStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of service per port." + INDEX { mvrPortStatisticsDomainId, mvrPortStatisticsPortIndex } + ::= {mvrPortStatisticsTable 1} + +MvrPortStatisticsEntry ::= + SEQUENCE { + mvrPortStatisticsDomainId Integer32, + mvrPortStatisticsPortIndex InterfaceIndex, + mvrPortStatisticsNumGroups Unsigned32, + mvrPortStatisticsNumJoinSend Unsigned32, + mvrPortStatisticsNumJoins Unsigned32, + mvrPortStatisticsNumJoinSuccess Unsigned32, + mvrPortStatisticsNumLeavesSend Unsigned32, + mvrPortStatisticsNumLeaves Unsigned32, + mvrPortStatisticsNumGeneralQuerySend Unsigned32, + mvrPortStatisticsNumGeneralQueryRecevied Unsigned32, + mvrPortStatisticsNumSepcificQuerySend Unsigned32, + mvrPortStatisticsNumSpecificQueryReceived Unsigned32, + mvrPortStatisticsNumInvalidReport Unsigned32, + mvrPortStatisticsClearStatistics TruthValue + } + +mvrPortStatisticsDomainId OBJECT-TYPE + SYNTAX Integer32(1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "MVR domain ID." + ::= { mvrPortStatisticsEntry 1 } + +mvrPortStatisticsPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The port and the trunk (excluding trunk members) + interface of the mvrPortTable. The interface + identified by a particular value of this index + is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { mvrPortStatisticsEntry 2 } + +mvrPortStatisticsNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mvrPortStatisticsEntry 3 } + +mvrPortStatisticsNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send " + ::= { mvrPortStatisticsEntry 4 } + +mvrPortStatisticsNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join recieved " + ::= { mvrPortStatisticsEntry 5 } + +mvrPortStatisticsNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join group success " + ::= { mvrPortStatisticsEntry 6 } + +mvrPortStatisticsNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send" + ::= { mvrPortStatisticsEntry 7 } + +mvrPortStatisticsNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mvrPortStatisticsEntry 8} + +mvrPortStatisticsNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send. " + ::= { mvrPortStatisticsEntry 9} + +mvrPortStatisticsNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received. " + ::= { mvrPortStatisticsEntry 10} + +mvrPortStatisticsNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send. " + ::= { mvrPortStatisticsEntry 11} + +mvrPortStatisticsNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query received. " + ::= { mvrPortStatisticsEntry 12} + +mvrPortStatisticsNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received. " + ::= { mvrPortStatisticsEntry 13} + +mvrPortStatisticsClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN all statistics " + ::= { mvrPortStatisticsEntry 14} + +mvrVlanStatisticsTable OBJECT-TYPE + SYNTAX SEQUENCE OF MvrVlanStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of Mvr statistics VLAN." + ::= {mvrMgt 33 } + +mvrVlanStatisticsEntry OBJECT-TYPE + SYNTAX MvrVlanStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of Mvr statistics VLAN." + INDEX { mvrVlanStatisticsDomainId, mvrVlanStatisticsVlanId } + ::= {mvrVlanStatisticsTable 1} + +MvrVlanStatisticsEntry ::= + SEQUENCE { + mvrVlanStatisticsDomainId Integer32, + mvrVlanStatisticsVlanId VlanIndex, + mvrVlanStatisticsNumGroups Unsigned32, + mvrVlanStatisticsNumJoinSend Unsigned32, + mvrVlanStatisticsNumJoins Unsigned32, + mvrVlanStatisticsNumJoinSuccess Unsigned32, + mvrVlanStatisticsNumLeavesSend Unsigned32, + mvrVlanStatisticsNumLeaves Unsigned32, + mvrVlanStatisticsNumGeneralQuerySend Unsigned32, + mvrVlanStatisticsNumGeneralQueryRecevied Unsigned32, + mvrVlanStatisticsNumSepcificQuerySend Unsigned32, + mvrVlanStatisticsNumSpecificQueryReceived Unsigned32, + mvrVlanStatisticsNumInvalidReport Unsigned32, + mvrVlanStatisticsClearStatistics TruthValue + } + +mvrVlanStatisticsDomainId OBJECT-TYPE + SYNTAX Integer32(1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "VLAN ID" + ::= { mvrVlanStatisticsEntry 1 } + +mvrVlanStatisticsVlanId OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "VLAN ID" + ::= { mvrVlanStatisticsEntry 2 } + +mvrVlanStatisticsNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mvrVlanStatisticsEntry 3 } + +mvrVlanStatisticsNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send." + ::= { mvrVlanStatisticsEntry 4 } + +mvrVlanStatisticsNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join received " + ::= { mvrVlanStatisticsEntry 5 } + +mvrVlanStatisticsNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of jion success " + ::= { mvrVlanStatisticsEntry 6 } + +mvrVlanStatisticsNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send." + ::= { mvrVlanStatisticsEntry 7 } + +mvrVlanStatisticsNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mvrVlanStatisticsEntry 8} + +mvrVlanStatisticsNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send " + ::= { mvrVlanStatisticsEntry 9} + +mvrVlanStatisticsNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received " + ::= { mvrVlanStatisticsEntry 10} + +mvrVlanStatisticsNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send" + ::= { mvrVlanStatisticsEntry 11} + +mvrVlanStatisticsNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of sepcific query received " + ::= { mvrVlanStatisticsEntry 12} + +mvrVlanStatisticsNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received" + ::= { mvrVlanStatisticsEntry 13} + +mvrVlanStatisticsClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN statistics" + ::= { mvrVlanStatisticsEntry 14} + +-- +-- mvr6Mgmt +-- + +mvr6DomainTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6DomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the MVR port." + ::= { mvr6Mgt 1 } + +mvr6DomainEntry OBJECT-TYPE + SYNTAX Mvr6DomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR Domain." + INDEX {mvr6DomainId} + ::= { mvr6DomainTable 1 } + +Mvr6DomainEntry ::= SEQUENCE +{ + mvr6DomainId Integer32, + mvr6DomainStatus EnabledStatus, + mvr6DomainRunningStatus INTEGER, + mvr6DomainVlanId VlanIndex, + mvr6DomainUpstreamSourceIpv6 InetAddressIPv6, + mvr6DomainClearDynamicGroups TruthValue +} + +mvr6DomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Speicfies which MVR domain to configure." + ::= { mvr6DomainEntry 1 } + +mvr6DomainStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MVR(Multicast VLAN + Registration) on the device." + ::= { mvr6DomainEntry 2 } + +mvr6DomainRunningStatus OBJECT-TYPE + SYNTAX INTEGER + { + active(1), + inactive(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Describes the running status of MVR (Multicast VLAN Registration) + to the switch. A value of active(1) indicates that all necessary + conditions in the MVR environment are satisfied. A value of inactive(2) + indicates that some necessary conditions in the MVR environment are + not satisfied." + ::= { mvr6DomainEntry 3 } + +mvr6DomainVlanId OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To set VLAN for MVR.The VLAN identified by a particular + value of this index is the same VLAN as identified by the + same value of dot1qVlanIndex in the Q-BRIDGE-MIB." + ::= { mvr6DomainEntry 4 } + + +mvr6DomainUpstreamSourceIpv6 OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set the source IP address which MVR will carry in IP header when send IGMP packet to upstream router + through MVR source port." + ::= { mvr6DomainEntry 5 } + +mvr6DomainClearDynamicGroups OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear dynamic learned groups" + ::= { mvr6DomainEntry 6} + +mvr6DomainPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6DomainPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the MVR port." + ::= { mvr6Mgt 2 } + +mvr6DomainPortEntry OBJECT-TYPE + SYNTAX Mvr6DomainPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR port." + INDEX { + mvr6PortDomainId, + mvr6DomainIfIndex + } + ::= { mvr6DomainPortTable 1 } + +Mvr6DomainPortEntry ::= SEQUENCE +{ + mvr6PortDomainId Integer32, + mvr6DomainIfIndex InterfaceIndex, + mvr6DomainPortType INTEGER, + mvr6DomainPortImmediateLeave EnabledStatus, + mvr6DomainPortActive INTEGER, + mvr6DomainPortImmediateLeaveByHostIp EnabledStatus + +} + +mvr6PortDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Speicfies which MVR domain to configure." + ::= { mvr6DomainPortEntry 1 } + +mvr6DomainIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port interface of the portTable. The interface + identified by a particular value of this index is the + same interface as identified by the same value of ifIndex + in the IF-MIB." + ::= { mvr6DomainPortEntry 2 } + +mvr6DomainPortType OBJECT-TYPE + SYNTAX INTEGER + { + none(0), + source(1), + receiver(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "For configuring the MVR port type. To disable the MVR + port type, use the none(0)." + ::= { mvr6DomainPortEntry 3 } + +mvr6DomainPortImmediateLeave OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable immediate leave on MVR port." + ::= { mvr6DomainPortEntry 4 } + +mvr6DomainPortActive OBJECT-TYPE + SYNTAX INTEGER + { + active(1), + inactive(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "To indicate if the port is associated with the MVR group. + If the port is the MVR receiver port or the MVR source + port in MVR vlan, the status is active(1); otherwise + the status is inactive(2)." + ::= { mvr6DomainPortEntry 5 } + +mvr6DomainPortImmediateLeaveByHostIp OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To enable immediate leave by host IP on MVR port." + ::= { mvr6DomainPortEntry 6 } + +mvr6ProfileTable OBJECT IDENTIFIER ::= {mvr6Mgt 22 } + + +mvr6ProfileCtlTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6ProfileCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR6 profile." + ::= { mvr6ProfileTable 1 } + +Mvr6ProfileCtlEntry ::= SEQUENCE +{ + mvr6ProfileCtlId Integer32, + mvr6ProfileName OCTET STRING, + mvr6ProfileCtlAction INTEGER +} + + +mvr6ProfileCtlEntry OBJECT-TYPE + SYNTAX Mvr6ProfileCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR6 profile." + INDEX { mvr6ProfileCtlId } + ::= { mvr6ProfileCtlTable 1 } + + +mvr6ProfileCtlId OBJECT-TYPE + SYNTAX Integer32 (0..15) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR6 profile" + ::= { mvr6ProfileCtlEntry 1 } + +mvr6ProfileName OBJECT-TYPE + SYNTAX OCTET STRING + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR6 Profile name which identify a group range. + + NOTE: All mvr6ProfileCtlEntry use the same buffer to temply store the mvrProfileName before + mvr6ProfileCtlAction really creat the profile." + ::= { mvr6ProfileCtlEntry 2 } + +mvr6ProfileCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(2) to create profile. Set this object + to destory(3) to delete profile. When + the action is complete, this object becomes noAction(1)." + ::= { mvr6ProfileCtlEntry 5 } + +mvr6ProfileGroupCtlTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6ProfileGroupCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MVR group ranges for MVR6 profile." + ::= { mvr6ProfileTable 2 } + +Mvr6ProfileGroupCtlEntry ::= SEQUENCE +{ + mvr6ProfileGropuCtlProfileId Integer32, + mvr6ProfileGroupCtlId Integer32, + mvr6ProfileGroupStartIPAddress InetAddress, + mvr6ProfileGroupEndIPAddress InetAddress, + mvr6ProfileGroupCtlAction INTEGER +} + +mvr6ProfileGroupCtlEntry OBJECT-TYPE + SYNTAX Mvr6ProfileGroupCtlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the group ranges on MVR6 profile." + INDEX {mvr6ProfileGropuCtlProfileId, mvr6ProfileGroupCtlId} + ::= { mvr6ProfileGroupCtlTable 1 } + +mvr6ProfileGropuCtlProfileId OBJECT-TYPE + SYNTAX Integer32 (0..15) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR6 profile" + ::= {mvr6ProfileGroupCtlEntry 1} + + +mvr6ProfileGroupCtlId OBJECT-TYPE + SYNTAX Integer32 (0..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which group range in MVR6 profile" + ::= { mvr6ProfileGroupCtlEntry 2 } + +mvr6ProfileGroupStartIPAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR Profile range start IP address. + + NOTE: All Mvr6ProfileGroupCtlEntry use the same buffer to temply store the mvr6ProfileStartIPAddress before + mvr6ProfileGroupCtlAction really creat the group rang on profile." + ::= { mvr6ProfileGroupCtlEntry 3} + +mvr6ProfileGroupEndIPAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MVR6 Profile range end IP address. + + NOTE: All Mvr6ProfileGroupCtlEntry use the same buffer to temply store the mvr6ProfileEndIPAddress before + mvr6ProfileGroupCtlAction really creat the group rang on profile." + ::= { mvr6ProfileGroupCtlEntry 4 } + +mvr6ProfileGroupCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(2) to create group range. Set this object + to destory(3) to delete group range. When + the action is complete, this object becomes noAction(1). + + NOTE: If mvr6ProfileGroupStartIPAddress and mvr6ProfileGroupEndIPAddress + pattern already exist on other mvr6ProfileGroupCtlAction, it won't be stored." + + ::= { mvr6ProfileGroupCtlEntry 5 } + +mvr6DomainAssociatedProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6DomainAssociatedProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Configure MVR domain associate which MVR profile" + ::= {mvr6Mgt 4} + +mvr6DomainAssociatedProfileEntry OBJECT-TYPE + SYNTAX Mvr6DomainAssociatedProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring MVR domain associate MVR profile." + INDEX { + mvr6ProfileDomainId, + mvr6ProfileId + } + ::= { mvr6DomainAssociatedProfileTable 1 } + +Mvr6DomainAssociatedProfileEntry ::= SEQUENCE +{ + mvr6ProfileDomainId Integer32, + mvr6ProfileId Integer32, + mvr6ProfileAction INTEGER +} + +mvr6ProfileDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvr6DomainAssociatedProfileEntry 1 } + +mvr6ProfileId OBJECT-TYPE + SYNTAX Integer32 (0..15) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvr6DomainAssociatedProfileEntry 2 } + +mvr6ProfileAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(0), + create(1), + destory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this object to create(1) to associate profile. Set this object + to destory(2) to deassociate profile. When + the action is complete, this object becomes noAction(0)." + ::= { mvr6DomainAssociatedProfileEntry 3 } + +mvr6DomainGroupStaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6DomainGroupStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the static members of the + MVR group." + ::= { mvr6Mgt 5 } + +mvr6DomainGroupStaticEntry OBJECT-TYPE + SYNTAX Mvr6DomainGroupStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the static members of the + MVR group." + INDEX { + mvr6GroupStaticDomainId, + mvr6DomainGroupStaticAddress, + mvr6DomainGroupStaticReceiverVlan} + ::= { mvr6DomainGroupStaticTable 1 } + +Mvr6DomainGroupStaticEntry ::= SEQUENCE +{ + mvr6GroupStaticDomainId Integer32, + mvr6DomainGroupStaticAddress InetAddressIPv6, + mvr6DomainGroupStaticReceiverVlan Integer32, + mvr6DomainGroupStaticPorts PortList + +} + +mvr6GroupStaticDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvr6DomainGroupStaticEntry 1 } + +mvr6DomainGroupStaticAddress OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The multicast address of the MVR group." + ::= { mvr6DomainGroupStaticEntry 2 } + +mvr6DomainGroupStaticReceiverVlan OBJECT-TYPE + SYNTAX Integer32(1..4093) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The receiver vlan of this MVR group" + ::= { mvr6DomainGroupStaticEntry 3 } + +mvr6DomainGroupStaticPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The set of ports configured by management in this entry. + Ports entered in this list will be the static members + of this MVR group." + ::= { mvr6DomainGroupStaticEntry 4 } + + +mvr6DomainGroupCurrentTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6DomainGroupCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for the current members of the MVR group." + ::= { mvr6Mgt 6 } + +mvr6DomainGroupCurrentEntry OBJECT-TYPE + SYNTAX Mvr6DomainGroupCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for the current members of the MVR group." + INDEX { + mvr6GroupCurrenDomainId, + mvr6DomainGroupCurrentAddress, + mvr6DomainGroupCurrentReceiverVlan + } + ::= { mvr6DomainGroupCurrentTable 1 } + +Mvr6DomainGroupCurrentEntry ::= SEQUENCE +{ + mvr6GroupCurrenDomainId Integer32, + mvr6DomainGroupCurrentAddress OCTET STRING, + mvr6DomainGroupCurrentReceiverVlan Integer32, + mvr6DomainGroupCurrentPorts PortList +} + +mvr6GroupCurrenDomainId OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Profile ID to index which MVR profile" + ::= { mvr6DomainGroupCurrentEntry 1 } + +mvr6DomainGroupCurrentAddress OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (1..47)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The multicast address of the MVR group." + ::= { mvr6DomainGroupCurrentEntry 2 } + +mvr6DomainGroupCurrentReceiverVlan OBJECT-TYPE + SYNTAX Integer32(1..4093) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the receiver VLAN of the MVR group." + ::= { mvr6DomainGroupCurrentEntry 3 } + +mvr6DomainGroupCurrentPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The complete set of ports currently associated with this + MVR group." + ::= { mvr6DomainGroupCurrentEntry 4 } + +mvr6ProxySwitching OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MVR(Multicast VLAN + Registration) proxy switching ability on the device. " + ::= { mvr6Mgt 16 } + +mvr6RobustnessValue OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Paremete to set IGMP robustness value. + This value apply to proxy-switching for how many IGMP report/leave will be send out from source port, + and how many g-s query will be send on receiver port. + " + ::= { mvr6Mgt 17 } + +mvr6ProxyQueryInterval OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set the query interval that active receiver port will use to send out general query " + ::= { mvr6Mgt 23 } + +mvr6SourcePortMode OBJECT-TYPE + SYNTAX INTEGER + { + dynamic(1), + forward(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Dynamic means active source port will only forward multicast stream when it has group joined. + Forward means active source port will always forward MVR group range multicast streams recieved on + another acitve source port." + ::= { mvr6Mgt 24 } + + +mvr6PortStatisticsTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6PortStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of Mvr6 statistics VLAN." + ::= {mvr6Mgt 26 } + +mvr6PortStatisticsEntry OBJECT-TYPE + SYNTAX Mvr6PortStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of Mvr6 statistics VLAN." + INDEX { mvr6PortStatisticsDomainId, mvr6PortStatisticsPortIndex } + ::= {mvr6PortStatisticsTable 1} + +Mvr6PortStatisticsEntry ::= + SEQUENCE { + mvr6PortStatisticsDomainId Integer32, + mvr6PortStatisticsPortIndex InterfaceIndex, + mvr6PortStatisticsNumGroups Unsigned32, + mvr6PortStatisticsNumJoinSend Unsigned32, + mvr6PortStatisticsNumJoins Unsigned32, + mvr6PortStatisticsNumJoinSuccess Unsigned32, + mvr6PortStatisticsNumLeavesSend Unsigned32, + mvr6PortStatisticsNumLeaves Unsigned32, + mvr6PortStatisticsNumGeneralQuerySend Unsigned32, + mvr6PortStatisticsNumGeneralQueryRecevied Unsigned32, + mvr6PortStatisticsNumSepcificQuerySend Unsigned32, + mvr6PortStatisticsNumSpecificQueryReceived Unsigned32, + mvr6PortStatisticsNumInvalidReport Unsigned32, + mvr6PortStatisticsClearStatistics TruthValue + } + +mvr6PortStatisticsDomainId OBJECT-TYPE + SYNTAX Integer32(1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The port and the trunk (excluding trunk members) + interface of the mvr6PortTable. The interface + identified by a particular value of this index + is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { mvr6PortStatisticsEntry 1 } + + +mvr6PortStatisticsPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The port and the trunk (excluding trunk members) + interface of the mvr6PortTable. The interface + identified by a particular value of this index + is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { mvr6PortStatisticsEntry 2 } + +mvr6PortStatisticsNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mvr6PortStatisticsEntry 3 } + +mvr6PortStatisticsNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send " + ::= { mvr6PortStatisticsEntry 4 } + +mvr6PortStatisticsNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join recieved " + ::= { mvr6PortStatisticsEntry 5 } + +mvr6PortStatisticsNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join group success " + ::= { mvr6PortStatisticsEntry 6 } + +mvr6PortStatisticsNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send" + ::= { mvr6PortStatisticsEntry 7 } + +mvr6PortStatisticsNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mvr6PortStatisticsEntry 8} + +mvr6PortStatisticsNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send. " + ::= { mvr6PortStatisticsEntry 9} + +mvr6PortStatisticsNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received. " + ::= { mvr6PortStatisticsEntry 10} + +mvr6PortStatisticsNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send. " + ::= { mvr6PortStatisticsEntry 11} + +mvr6PortStatisticsNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query received. " + ::= { mvr6PortStatisticsEntry 12} + +mvr6PortStatisticsNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received. " + ::= { mvr6PortStatisticsEntry 13} + +mvr6PortStatisticsClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN all statistics " + ::= { mvr6PortStatisticsEntry 14} + +mvr6VlanStatisticsTable OBJECT-TYPE + SYNTAX SEQUENCE OF Mvr6VlanStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of Mvr6 statistics VLAN." + ::= {mvr6Mgt 27 } + +mvr6VlanStatisticsEntry OBJECT-TYPE + SYNTAX Mvr6VlanStatisticsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of Mvr6 statistics VLAN." + INDEX { mvr6VlanStatisticsDomainId, mvr6VlanStatisticsVlanId } + ::= {mvr6VlanStatisticsTable 1} + +Mvr6VlanStatisticsEntry ::= + SEQUENCE { + mvr6VlanStatisticsDomainId Integer32, + mvr6VlanStatisticsVlanId VlanIndex, + mvr6VlanStatisticsNumGroups Unsigned32, + mvr6VlanStatisticsNumJoinSend Unsigned32, + mvr6VlanStatisticsNumJoins Unsigned32, + mvr6VlanStatisticsNumJoinSuccess Unsigned32, + mvr6VlanStatisticsNumLeavesSend Unsigned32, + mvr6VlanStatisticsNumLeaves Unsigned32, + mvr6VlanStatisticsNumGeneralQuerySend Unsigned32, + mvr6VlanStatisticsNumGeneralQueryRecevied Unsigned32, + mvr6VlanStatisticsNumSepcificQuerySend Unsigned32, + mvr6VlanStatisticsNumSpecificQueryReceived Unsigned32, + mvr6VlanStatisticsNumInvalidReport Unsigned32, + mvr6VlanStatisticsClearStatistics TruthValue + } + +mvr6VlanStatisticsDomainId OBJECT-TYPE + SYNTAX Integer32(1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "domain ID" + ::= { mvr6VlanStatisticsEntry 1 } + +mvr6VlanStatisticsVlanId OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "VLAN ID" + ::= { mvr6VlanStatisticsEntry 2 } + +mvr6VlanStatisticsNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mvr6VlanStatisticsEntry 3 } + +mvr6VlanStatisticsNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send." + ::= { mvr6VlanStatisticsEntry 4 } + +mvr6VlanStatisticsNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join received " + ::= { mvr6VlanStatisticsEntry 5 } + +mvr6VlanStatisticsNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of jion success " + ::= { mvr6VlanStatisticsEntry 6 } + +mvr6VlanStatisticsNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send." + ::= { mvr6VlanStatisticsEntry 7 } + +mvr6VlanStatisticsNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mvr6VlanStatisticsEntry 8} + +mvr6VlanStatisticsNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send " + ::= { mvr6VlanStatisticsEntry 9} + +mvr6VlanStatisticsNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received " + ::= { mvr6VlanStatisticsEntry 10} + +mvr6VlanStatisticsNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send" + ::= { mvr6VlanStatisticsEntry 11} + +mvr6VlanStatisticsNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of sepcific query received " + ::= { mvr6VlanStatisticsEntry 12} + +mvr6VlanStatisticsNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received" + ::= { mvr6VlanStatisticsEntry 13} + +mvr6VlanStatisticsClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN statistics" + ::= { mvr6VlanStatisticsEntry 14} + +mvr6ForwardingPriority OBJECT-TYPE + SYNTAX Integer32(0..7|65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Configure MVR multicast stream forwarding priority. + If value is 65535, it means the priority is disabled." + ::= { mvr6Mgt 28 } + + + +-- +-- dhcpSnoopMgt +-- + +-- Management of DHCP snooping and IP souce guard. + +dhcpSnoopGlobal OBJECT IDENTIFIER ::= { dhcpSnoopMgt 1 } +dhcpSnoopVlan OBJECT IDENTIFIER ::= { dhcpSnoopMgt 2 } +dhcpSnoopInterface OBJECT IDENTIFIER ::= { dhcpSnoopMgt 3 } +dhcpSnoopBindings OBJECT IDENTIFIER ::= { dhcpSnoopMgt 4 } +dhcpSnoopStatistics OBJECT IDENTIFIER ::= { dhcpSnoopMgt 5 } + +dhcpSnoopEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the DHCP Snooping feature is + enabled." + ::= { dhcpSnoopGlobal 1 } + +dhcpSnoopVerifyMacAddressEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether DHCP Snooping Mac address + verification is enabled." + ::= { dhcpSnoopGlobal 2 } + +dhcpSnoopInformationOptionEnable OBJECT-TYPE + + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the DHCP snooping information option(option 82) feature is + enabled." + ::= { dhcpSnoopGlobal 3 } + +dhcpSnoopInformationOptionPolicy OBJECT-TYPE + SYNTAX INTEGER + { + drop(1), + keep(2), + replace(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates which reforwarding policy shall be used for DHCP + snooping information option(option 82). A value of drop(1) means to drop + the DHCP request packet which has the information option(option 82). + A value of keep(2) means to keep the existing information option(option 82) + of the DHCP request packet. A value of replace(3), which is the default value, + means to replace the existing information option(option 82) of the DHCP + request packet." + ::= { dhcpSnoopGlobal 4 } + +dhcpSnoopBindingsTableCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(1), + store(2), + clear(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set this to store(2) to store DHCP snooping binding entries to flash. + Set this to clear(3) to clear DHCP snooping binding entries from flash. + noAction(1) will always be obtained when reading this variable." + ::= { dhcpSnoopGlobal 5 } + +dhcpSnoopLimitRate OBJECT-TYPE + SYNTAX Integer32(0..2048) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates the limit rate that DHCP packet redirected to CPU. + Set this to 0 means no rate limit for DHCP packet." + ::= { dhcpSnoopGlobal 6} + +-- +dhcpSnoopVlanConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF DhcpSnoopVlanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains DHCP Snooping configurations of existing VLANs." + ::= { dhcpSnoopVlan 1 } + +dhcpSnoopVlanConfigEntry OBJECT-TYPE + SYNTAX DhcpSnoopVlanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to enable + or disable DHCP Snooping at each existing VLAN." + INDEX { dhcpSnoopVlanIndex } + ::= { dhcpSnoopVlanConfigTable 1 } + +DhcpSnoopVlanConfigEntry ::= SEQUENCE +{ + dhcpSnoopVlanIndex VlanIndex, + dhcpSnoopVlanEnable EnabledStatus +} + +dhcpSnoopVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the VLAN ID on which DHCP Snooping + feature is configured." + ::= { dhcpSnoopVlanConfigEntry 1 } + +dhcpSnoopVlanEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether DHCP Snooping is enabled in + this VLAN." + ::= { dhcpSnoopVlanConfigEntry 2 } + +-- +dhcpSnoopPortConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF DhcpSnoopPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table provides the mechanism to configure the trust + state of each port or trunk for DHCP Snooping purpose." + ::= { dhcpSnoopInterface 1 } + +dhcpSnoopPortConfigEntry OBJECT-TYPE + SYNTAX DhcpSnoopPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to enable or disable + trust state of each port or trunk for DHCP Snooping purpose." + INDEX { dhcpSnoopPortIfIndex } + ::= { dhcpSnoopPortConfigTable 1 } + +DhcpSnoopPortConfigEntry ::= SEQUENCE +{ + dhcpSnoopPortIfIndex InterfaceIndex, + dhcpSnoopPortTrustEnable EnabledStatus +} + +dhcpSnoopPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port or trunk." + ::= { dhcpSnoopPortConfigEntry 1 } + +dhcpSnoopPortTrustEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the port or trunk is trusted + for DHCP Snooping purpose." + ::= { dhcpSnoopPortConfigEntry 2 } +-- +dhcpSnoopBindingsTable OBJECT-TYPE + SYNTAX SEQUENCE OF DhcpSnoopBindingsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the DHCP bindings information learnt by + the device." + ::= { dhcpSnoopBindings 1 } + +dhcpSnoopBindingsEntry OBJECT-TYPE + SYNTAX DhcpSnoopBindingsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the Mac address, IP address type, + IP address, VLAN number, interface number, leased time and + status." + INDEX { dhcpSnoopBindingsVlanIndex, dhcpSnoopBindingsMacAddress } + ::= { dhcpSnoopBindingsTable 1 } + +DhcpSnoopBindingsEntry ::= SEQUENCE +{ + dhcpSnoopBindingsVlanIndex VlanIndex, + dhcpSnoopBindingsMacAddress MacAddress, + dhcpSnoopBindingsAddrType InetAddressType, + dhcpSnoopBindingsEntryType INTEGER, + dhcpSnoopBindingsIpAddress IpAddress, + dhcpSnoopBindingsPortIfIndex InterfaceIndex, + dhcpSnoopBindingsLeaseTime Unsigned32 +} + +dhcpSnoopBindingsVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the VLAN which a DHCP client host + belongs to." + ::= { dhcpSnoopBindingsEntry 1 } + +dhcpSnoopBindingsMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the MAC address of a DHCP client + host." + ::= { dhcpSnoopBindingsEntry 2 } + +dhcpSnoopBindingsAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the type of IP address denoted in + dhcpSnoopBindingsIpAddress type." + ::= { dhcpSnoopBindingsEntry 3 } + +dhcpSnoopBindingsEntryType OBJECT-TYPE + SYNTAX INTEGER { dynamic(1), static(2) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates that this binding is obtained from + dynamically learning or is a static configuraion." + ::= { dhcpSnoopBindingsEntry 4 } + +dhcpSnoopBindingsIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the allocated IP address of + a DHCP client host." + ::= { dhcpSnoopBindingsEntry 5 } + +dhcpSnoopBindingsPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the port or trunk where a DHCP client + host connects to." + ::= { dhcpSnoopBindingsEntry 6 } + +dhcpSnoopBindingsLeaseTime OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the leased time of this DHCP + bindings." + ::= { dhcpSnoopBindingsEntry 7 } + +-- + +dhcpSnoopTotalForwardedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of packets subjected to + DHCP Snooping is forwarded." + ::= { dhcpSnoopStatistics 1 } + +dhcpSnoopUntrustedPortDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the number of packets subjected to DHCP Snooping + is dropped because they come from untrusted interface." + ::= { dhcpSnoopStatistics 3 } + +-- +-- clusterMgt +-- + +clusterEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enables or disables clustering on the device." + ::= { clusterMgt 1 } + +clusterCommanderEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enables or disables the device as commander in a cluster." + ::= { clusterMgt 2 } + +clusterIpPool OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The start internal IP address of a cluster pool." + ::= { clusterMgt 4 } + +clusterClearCandidateTable OBJECT-TYPE + SYNTAX INTEGER + { + noClear(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting this object to clear(2) starts to clear the candidate table." + ::= { clusterMgt 5 } + +clusterRole OBJECT-TYPE + SYNTAX INTEGER + { + commander(1), + candidate(2), + activeMember(3), + disabled(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current role of the device in a cluster. + commander(1) : The switch is the controlling device in a + cluster. + candidate(2) : The switch has been discovered by the commander, + but it has not been manually configured + for access from the commander. + activeMember(3): The switch has been manually configured for access + from the commander and it is active + in the cluster. + disabled(5) : The switch has clustering disabled." + ::= { clusterMgt 6 } + +clusterMemberCount OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of members in a cluster." + ::= { clusterMgt 7 } + +clusterCandidateCount OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of candidates in a cluster." + ::= { clusterMgt 8 } + +clusterCandidateTable OBJECT-TYPE + SYNTAX SEQUENCE OF ClusterCandidateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table listing cluster candidates." + ::= { clusterMgt 9 } + +clusterCandidateEntry OBJECT-TYPE + SYNTAX ClusterCandidateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A conceptual row containing the information of the candidate." + INDEX { clusterCandidateMacAddr} + ::= { clusterCandidateTable 1 } + +ClusterCandidateEntry ::= + SEQUENCE { + clusterCandidateMacAddr MacAddress, + clusterCandidateDesc DisplayString, + clusterCandidateRole INTEGER + } + +clusterCandidateMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The MAC address of the candidate." + ::= {clusterCandidateEntry 1 } + +clusterCandidateDesc OBJECT-TYPE + SYNTAX DisplayString (SIZE (0..42)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of the candidate." + ::= {clusterCandidateEntry 3 } + +clusterCandidateRole OBJECT-TYPE + SYNTAX INTEGER + { + candidate(2), + activeMember(3), + inactiveMember(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The role of the candidate. + candidate(2) : The switch is discovered by the commander, + but it has not been manually configured for + access from the commander. + activeMember(3) : The switch is manually configured for access + from the commander and it is active in the + cluster. + inactiveMember(4): The switch is manually configured for access + from the commander, but it is inactive in + the cluster." + ::= {clusterCandidateEntry 4 } + +clusterMemberTable OBJECT-TYPE + SYNTAX SEQUENCE OF ClusterMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A table listing clustering members." + ::= { clusterMgt 10 } + +clusterMemberEntry OBJECT-TYPE + SYNTAX ClusterMemberEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A conceptual row containing the information of the member." + INDEX { clusterMemberId} + ::= { clusterMemberTable 1 } + +ClusterMemberEntry ::= + SEQUENCE { + clusterMemberId Unsigned32, + clusterMemberMacAddr MacAddress, + clusterMemberDesc DisplayString, + clusterMemberActive INTEGER + } + +clusterMemberId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The ID of the member." + ::= {clusterMemberEntry 1 } + +clusterMemberMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the member." + ::= {clusterMemberEntry 2 } + +clusterMemberDesc OBJECT-TYPE + SYNTAX DisplayString(SIZE (0..42)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The description of the member." + ::= {clusterMemberEntry 3 } + +clusterMemberActive OBJECT-TYPE + SYNTAX INTEGER + { + activeMember(3), + inactiveMember(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active status of the member. + activeMember(3) : The switch is manually configured for access + from the commander and it is active in the + cluster. + inactiveMember(4): The switch is manually configured for access + from the commander, but it is inactive in + the cluster." + ::= {clusterMemberEntry 4 } + +clusterMemberAddCtl OBJECT IDENTIFIER ::= { clusterMgt 11 } + +clusterMemberAddCtlMacAddr OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The MAC address of the device associated with clusterMemberAddCtlAction." + ::= { clusterMemberAddCtl 1 } + +clusterMemberAddCtlId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The member id associated with clusterMemberAddCtlAction." + ::= { clusterMemberAddCtl 2 } + +clusterMemberAddCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAdd(1), + add(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Adds the device to members that can be accessed from the commander. + The MAC of the device is the current value of + clusterMemberAddCtlMacAddr and the assigned member ID is the current + value of clusterMemberAddCtlId. Set this object to add(2) to begin + adding the member." + ::= { clusterMemberAddCtl 5 } + +clusterMemberRemoveCtl OBJECT IDENTIFIER ::= { clusterMgt 12 } + +clusterMemberRemoveCtlId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The member ID associated with clusterMemberRemoveCtlAction." + ::= { clusterMemberRemoveCtl 1 } + +clusterMemberRemoveCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noRemove(1), + remove(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Removes the device from members that can be accessed from the commander. + The member ID is the current value of clusterMemberRemoveCtlId. + Set this object to remove(2) to begin removing the member." + ::= { clusterMemberRemoveCtl 2 } + +-- +-- ipSrcGuardMgt +-- + +ipSrcGuardConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF IpSrcGuardConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the configurations to enable or disable + IP Source Guard at each port or trunk." + ::= { ipSrcGuardMgt 1 } + +ipSrcGuardConfigEntry OBJECT-TYPE + SYNTAX IpSrcGuardConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to enable + or disable IP Source Guard at each port or trunk." + INDEX { ipSrcGuardPortIfIndex } + ::= { ipSrcGuardConfigTable 1 } + +IpSrcGuardConfigEntry ::= SEQUENCE +{ + ipSrcGuardPortIfIndex InterfaceIndex, + ipSrcGuardMode INTEGER +} + +ipSrcGuardPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object idents the port or trunk which is capable of + IP Source Guard feature." + ::= { ipSrcGuardConfigEntry 1 } + +ipSrcGuardMode OBJECT-TYPE + SYNTAX INTEGER { diabled(0), srcIp(1), srcIpMac(2) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether Ip Source Guard is enabled + at this interface. If the value equals 0, it means Ip Source + Guard is disabled. If the value equals 1, it means Ip Source + Guard is enabled, and packets are filtered by checking source ip. + If the value equals 2, it means Ip Source Guard is enabled + and packets are filtered by checking source ip and source mac." + ::= { ipSrcGuardConfigEntry 2 } +-- + +ipSrcGuardAclTable OBJECT-TYPE + SYNTAX SEQUENCE OF IpSrcGuardAclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the IP Source Guard ACL binding information + learned by the device or configured by the user." + ::= { ipSrcGuardMgt 3 } + +ipSrcGuardAclEntry OBJECT-TYPE + SYNTAX IpSrcGuardAclEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the IP address, Mac address, entry type, + VLAN number, interface number and status." + INDEX { ipSrcGuardAclBindingIpAddress, + ipSrcGuardAclBindingMacAddress, + ipSrcGuardAclBindingEntryType} + ::= { ipSrcGuardAclTable 1 } + +IpSrcGuardAclEntry ::= SEQUENCE +{ + ipSrcGuardAclBindingIpAddress IpAddress, + ipSrcGuardAclBindingMacAddress MacAddress, + ipSrcGuardAclBindingEntryType INTEGER, + ipSrcGuardAclBindingVlanIndex VlanIndex, + ipSrcGuardAclBindingPortIfIndex InterfaceIndex, + ipSrcGuardAclBindingStatus RowStatus +} + +ipSrcGuardAclBindingIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the IP address of a ACL binding entry." + ::= { ipSrcGuardAclEntry 1 } + +ipSrcGuardAclBindingMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the MAC address of a ACL binding entry." + ::= { ipSrcGuardAclEntry 2 } + +ipSrcGuardAclBindingEntryType OBJECT-TYPE + SYNTAX INTEGER { static(1), dhcp(2), bootp(3)} + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates that this binding is obtained from + dynamically learning or is a static configuraion." + ::= { ipSrcGuardAclEntry 3 } + +ipSrcGuardAclBindingVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This object indicates the VLAN which a ACL binding belongs to." + ::= { ipSrcGuardAclEntry 4 } + +ipSrcGuardAclBindingPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This object indicates the port or trunk where a ACL binding associated." + ::= { ipSrcGuardAclEntry 5 } + +ipSrcGuardAclBindingStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The status of this conceptual row entry. This object issued to + manage the creation and deletion of conceptual rows. + The status column has six defined values: - 'active', which + indicates that the conceptual row is available for use by the + managed device; - 'notInService', which indicates that the + conceptual row exists in the agent, but is unavailable for use + by the managed device." + ::= { ipSrcGuardAclEntry 6 } + +-- +-- oamMgt +-- +oamPortClearStatTable OBJECT-TYPE + SYNTAX SEQUENCE OF OamPortClearStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the information of clear OAM statistics + at each port." + ::= { oamMgt 3 } + +oamPortClearStatEntry OBJECT-TYPE + SYNTAX OamPortClearStatEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An entry contains the information of clear OAM statistics + at each port." + INDEX { oamPortClearStatIndex } + ::= { oamPortClearStatTable 1 } + +OamPortClearStatEntry ::= SEQUENCE +{ + oamPortClearStatIndex InterfaceIndex, + oamClearStatistics INTEGER +} + +oamPortClearStatIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object shows the ifIndex value of the port excluding + trunk." + ::= { oamPortClearStatEntry 1 } + +oamClearStatistics OBJECT-TYPE + SYNTAX INTEGER + { + noClear(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the counters for OAM. + Set this variable to clear(2) to perform the clear operation, + noClear(1) will always be displayed when reading this + variable." + ::= { oamPortClearStatEntry 2 } + +oamLoopbackTable OBJECT-TYPE + SYNTAX SEQUENCE OF OamLoopbackEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for OAM remote loopback test." + ::= { oamMgt 4 } + +oamLoopbackEntry OBJECT-TYPE + SYNTAX OamLoopbackEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for OAM remote loopback test." + INDEX { oamLoopbackTestIfIndex } + ::= { oamLoopbackTable 1 } + +OamLoopbackEntry ::= SEQUENCE +{ + oamLoopbackTestIfIndex InterfaceIndex, + oamLoopbackTestPacketNumber Integer32, + oamLoopbackTestPacketSize Integer32, + oamLoopbackTestAction INTEGER, + oamLoopbackTestResultTx Counter32, + oamLoopbackTestResultRx Counter32, + oamLoopbackTestResultLossRate Integer32 +} + +oamLoopbackTestIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port + (excluding trunk and trunk members). The interface + identified by a particular value of this index is the same + interface as identified by the same value of ifIndex in the + IF-MIB." + ::= { oamLoopbackEntry 1 } + +oamLoopbackTestPacketNumber OBJECT-TYPE + SYNTAX Integer32(1..99999999) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting the packet number when performing loopback test." + ::= { oamLoopbackEntry 2} + +oamLoopbackTestPacketSize OBJECT-TYPE + SYNTAX Integer32(64..1518) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting the packet size when performing loopback test." + ::= { oamLoopbackEntry 3 } + +oamLoopbackTestAction OBJECT-TYPE + SYNTAX INTEGER + { + noTest(1), + test(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting this object to test(2) to begin the loopback test. + This object will be noTest(1) when the loopback test is + canceled or the loopback test has finished." + ::= { oamLoopbackEntry 4} + +oamLoopbackTestResultTx OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "A count of the the total number of loopback frames transmitted + at last loopback test on this interface." + ::= { oamLoopbackEntry 5} + +oamLoopbackTestResultRx OBJECT-TYPE + SYNTAX Counter32 + UNITS "frames" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "A count of the the total number of loopback frames received + at last loopback test on this interface." + ::= { oamLoopbackEntry 6} + +oamLoopbackTestResultLossRate OBJECT-TYPE + SYNTAX Integer32 (0..10000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Packet loss rate of this loopback test operation in hundredths + of a percent. This variable is calculated by + oamLoopbackTestResultRx and oamLoopbackTestResultTx." + ::= { oamLoopbackEntry 7} + +oamPrivateEventLogType OBJECT-TYPE + SYNTAX INTEGER + { + connectionToRemoteDeviceUp(1001), + connectionToRemoteDeviceDown(1002), + linkFaultClear(1003), + dyingGaspEventClear(1004), + criticalLinkEventClear(1005) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object augments the dot3OamEventLogType + of dot3OamEventLogTable in DOT3-OAM-MIB. + When the OUI (dot3OamEventLogOui) is 0x0012CF, the following + event types are defined: + connectionToRemoteDeviceUp(1001), + connectionToRemoteDeviceDown(1002), + linkFaultClear(1003), + dyingGaspEventClear(1004), + criticalLinkEventClear(1005) + All these events are not threshold crossing events." + ::= { oamMgt 5 } + +oamPortClearEventLogTable OBJECT-TYPE + SYNTAX SEQUENCE OF OamPortClearEventLogEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table containing the information of clear OAM event log + at each port." + ::= { oamMgt 6 } + +oamPortClearEventLogEntry OBJECT-TYPE + SYNTAX OamPortClearEventLogEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An entry containing the information of clear OAM event log + at each port." + INDEX { oamPortClearEventLogIndex } + ::= { oamPortClearEventLogTable 1 } + +OamPortClearEventLogEntry ::= SEQUENCE +{ + oamPortClearEventLogIndex InterfaceIndex, + oamPortClearEventLogAction INTEGER +} + +oamPortClearEventLogIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port + (excluding trunk and trunk members). The interface + identified by a particular value of this index is the same + interface as identified by the same value of ifIndex in the + IF-MIB." + ::= { oamPortClearEventLogEntry 1 } + +oamPortClearEventLogAction OBJECT-TYPE + SYNTAX INTEGER + { + noClear(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the event log for OAM. + Set this variable to clear(2) to perform the clear operation. + noClear(1) will always be displayed when reading this + variable." + ::= { oamPortClearEventLogEntry 2 } + +-- +-- dynamicArpInspectionMgt +-- + +daiGlobal OBJECT IDENTIFIER ::= { dynamicArpInspectionMgt 1 } +daiVlan OBJECT IDENTIFIER ::= { dynamicArpInspectionMgt 2 } +daiInterface OBJECT IDENTIFIER ::= { dynamicArpInspectionMgt 3 } +daiLog OBJECT IDENTIFIER ::= { dynamicArpInspectionMgt 4 } +daiStatistics OBJECT IDENTIFIER ::= { dynamicArpInspectionMgt 5 } + +daiGlobalStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable dynamic ARP inspection. + Set disabled(2) to disable dynamic ARP inspection." + ::= { daiGlobal 1 } + +daiGlobalSrcMacValidation OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable validation of source MAC address. + Set disabled(2) to disable validation of source MAC + address." + ::= { daiGlobal 2 } + +daiGlobalDestMacValidation OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable validation of destination + MAC address. Set disabled(2) to disable validation + of destination MAC address." + ::= { daiGlobal 3 } + +daiGlobalIpAddrValidation OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable validation of IP address. + Set disabled(2) to disable validation of IP address." + ::= { daiGlobal 4 } + +daiGlobalLogNumber OBJECT-TYPE + SYNTAX Integer32(0..256) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of log buffers for saving log message. + The value 0 means not generating system messages." + ::= { daiGlobal 5 } + +daiGlobalLogInterval OBJECT-TYPE + SYNTAX Integer32(0..86400) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The value of the time interval for saving log messages." + ::= { daiGlobal 6 } + +daiGlobalAdditionalValidStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The vaule of this object is disabled(2) when the status of + daiGlobalSrcMacValidation, daiGlobalDestMacValidation, + and daiGlobalIpAddrValidation are disabled; enabled(1) + when one or more of these variables are enabled." + ::= { daiGlobal 7 } + +daiVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF DaiVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains dynamic ARP inspection configurations + for existing VLANs." + ::= { daiVlan 1 } + +daiVlanEntry OBJECT-TYPE + SYNTAX DaiVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance containing the configuration of dynamic ARP + inspection for each existing VLAN." + INDEX { daiVlanIndex } + ::= { daiVlanTable 1 } + +DaiVlanEntry ::= SEQUENCE +{ + daiVlanIndex VlanIndex, + daiVlanStatus EnabledStatus, + daiVlanArpAclName DisplayString, + daiVlanArpAclStatus INTEGER +} + +daiVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the VLAN ID on which dynamic ARP + inspection is configured." + ::= { daiVlanEntry 1 } + +daiVlanStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether dynamic ARP inspection + is enabled in this VLAN." + ::= { daiVlanEntry 2 } + +daiVlanArpAclName OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..15)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies the ARP ACL name bound to the interface. + The default value of daiVlanArpAclStatus is dynamic(2)." + ::= { daiVlanEntry 3 } + +daiVlanArpAclStatus OBJECT-TYPE + SYNTAX INTEGER + { + static(1), + dynamic(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set to static(1) means packets not matching the ACL are + dropped. Set to dynamic(2) means packets not matching the + ACL are validated by the DHCP snooping binding table. + When daiVlanArpAclName is configured, the default value + of daiVlanArpAclStatus is dynamic(2)." + ::= { daiVlanEntry 4 } + +daiPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF DaiPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table containing dynamic ARP inspection configurations + for port interfaces." + ::= { daiInterface 1 } + +daiPortEntry OBJECT-TYPE + SYNTAX DaiPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance containing the configuration of dynamic ARP + inspection at each port interface." + INDEX { daiPortIfIndex } + ::= { daiPortTable 1 } + +DaiPortEntry ::= SEQUENCE +{ + daiPortIfIndex InterfaceIndex, + daiPortTrustStatus EnabledStatus, + daiPortRateLimit Unsigned32 +} + +daiPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port." + ::= { daiPortEntry 1 } + +daiPortTrustStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the port is trusted for + dynamic ARP inspection." + ::= { daiPortEntry 2 } + +daiPortRateLimit OBJECT-TYPE + SYNTAX Unsigned32(0..2048|'FFFFFFFF'h) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The value of rate limit threshold per second of disposing + ARP messages. Set the value 0xFFFFFFFF as no rate limit." + ::= { daiPortEntry 3 } + +daiLogTable OBJECT-TYPE + SYNTAX SEQUENCE OF DaiLogEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table containing dynamic ARP inspection log + information." + ::= { daiLog 1 } + +daiLogEntry OBJECT-TYPE + SYNTAX DaiLogEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance containing log information of dynamic ARP + inspection at each VLAN interface." + INDEX { daiLogIndex } + ::= { daiLogTable 1 } + +DaiLogEntry ::= SEQUENCE +{ + daiLogIndex Integer32, + daiLogVlan VlanIndex, + daiLogPort InterfaceIndex, + daiLogSrcIpAddress IpAddress, + daiLogDestIpAddress IpAddress, + daiLogSrcMacAddress MacAddress, + daiLogDestMacAddress MacAddress +} + +daiLogIndex OBJECT-TYPE + SYNTAX Integer32(1..256) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the index of dynamic ARP + inspection log information." + ::= { daiLogEntry 1 } + +daiLogVlan OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the VLAN ID of dynamic ARP + inspection log information." + ::= { daiLogEntry 2 } + +daiLogPort OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the ifIndex of dynamic ARP + inspection log information." + ::= { daiLogEntry 3 } + +daiLogSrcIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The source IP address of dynamic ARP inspection + log information." + ::= { daiLogEntry 4 } + +daiLogDestIpAddress OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The destination IP address of dynamic ARP inspection + log information." + ::= { daiLogEntry 5 } + +daiLogSrcMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The source MAC address of dynamic ARP inspection + log information." + ::= { daiLogEntry 6 } + +daiLogDestMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The destination MAC address of dynamic ARP inspection + log information." + ::= { daiLogEntry 7 } + +daiTotalReceivedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets received + before rate limiting." + ::= { daiStatistics 1 } + +daiTotalDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + due to rate limt." + ::= { daiStatistics 2 } + +daiTotalProcessedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets processed + by ARP inspection." + ::= { daiStatistics 3 } + +daiTotalSrcMacDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + by source MAC address validation." + ::= { daiStatistics 4 } + +daiTotalDestMacDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + by destination MAC address validation." + ::= { daiStatistics 5 } + +daiTotalIpAddrDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + by IP address validation." + ::= { daiStatistics 6 } + +daiTotalArpAclDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + by ARP ACL." + ::= { daiStatistics 7 } + +daiTotalDhcpSnoopingDroppedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of ARP packets dropped + by DHCP snooping." + ::= { daiStatistics 8 } + +-- +-- PPPoE Intermediate Agent +-- + +pppoeiaGlobal OBJECT IDENTIFIER ::= { pppoeiaMgt 1 } + +pppoeiaGlobalStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable global status of PPPoE + Intermediate Agent. Set disbaled(2) to disable + global status of PPPoE Intermediate Agent." + ::= { pppoeiaGlobal 1 } + +pppoeiaGlobalAccessNodeId OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..48)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies access node identifier. Use empty to revert to + default value." + ::= { pppoeiaGlobal 2 } + +pppoeiaGlobalOperAccessNodeId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational access node identifier." + ::= { pppoeiaGlobal 3 } + +pppoeiaGlobalGenericErrorMsg OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..127)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies generic error message. Use empty to revert to + default value." + ::= { pppoeiaGlobal 4 } + +pppoeiaGlobalOperGenericErrorMsg OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational generic error message." + ::= { pppoeiaGlobal 5 } + +pppoeiaGlobalClearStatisticsAction OBJECT-TYPE + SYNTAX INTEGER + { + clear(1), + noClear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the counters of all + interfaces. Set clear(1) to perform the clear operation. + The value noClear(2) will always be displayed when reading." + ::= { pppoeiaGlobal 6 } + +pppoeiaPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF PppoeiaPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port configuration in PPPoE Intermediate Agent." + ::= { pppoeiaMgt 2 } + +pppoeiaPortEntry OBJECT-TYPE + SYNTAX PppoeiaPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port configuration in PPPoE Intermediate Agent." + INDEX { pppoeiaPortIndex } + ::= { pppoeiaPortTable 1 } + +PppoeiaPortEntry ::= SEQUENCE +{ + pppoeiaPortIndex InterfaceIndex, + pppoeiaPortStatus EnabledStatus, + pppoeiaPortTrustStatus EnabledStatus, + pppoeiaPortVendorTagStrip EnabledStatus, + pppoeiaPortCircuitId DisplayString, + pppoeiaPortOperCircuitId DisplayString, + pppoeiaPortRemoteId DisplayString, + pppoeiaPortOperRemoteId DisplayString +} + +pppoeiaPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (excluding trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { pppoeiaPortEntry 1 } + +pppoeiaPortStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable PPPoE + Intermediate Agent on interfaces." + ::= { pppoeiaPortEntry 2 } + +pppoeiaPortTrustStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable trust mode of + PPPoE Intermediate Agent on interfaces." + ::= { pppoeiaPortEntry 3 } + +pppoeiaPortVendorTagStrip OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable stripping of + vendor tag status of PPPoE Intermediate Agent on + interfaces." + ::= { pppoeiaPortEntry 4 } + +pppoeiaPortCircuitId OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..10)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies circuit ID of PPPoE Intermediate Agent on + interfaces. Use empty to revert to default value." + ::= { pppoeiaPortEntry 5 } + +pppoeiaPortOperCircuitId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational circuit ID of PPPoE Intermediate Agent on + interfaces." + ::= { pppoeiaPortEntry 6 } + +pppoeiaPortRemoteId OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..63)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies remote ID of PPPoE Intermediate Agent on + interfaces. Use empty to revert to default value." + ::= { pppoeiaPortEntry 7 } + +pppoeiaPortOperRemoteId OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational remote ID of PPPoE Intermediate Agent on + interfaces." + ::= { pppoeiaPortEntry 8 } + +pppoeiaPortStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF PppoeiaPortStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port statistics in PPPoE Intermediate Agent." + ::= { pppoeiaMgt 3 } + +pppoeiaPortStatsEntry OBJECT-TYPE + SYNTAX PppoeiaPortStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port statistics in PPPoE Intermediate Agent." + INDEX { pppoeiaPortStatsIndex } + ::= { pppoeiaPortStatsTable 1 } + +PppoeiaPortStatsEntry ::= SEQUENCE +{ + pppoeiaPortStatsIndex InterfaceIndex, + pppoeiaPortStatsRecvPkts Counter32, + pppoeiaPortStatsRecvPadiPkts Counter32, + pppoeiaPortStatsRecvPadoPkts Counter32, + pppoeiaPortStatsRecvPadrPkts Counter32, + pppoeiaPortStatsRecvPadsPkts Counter32, + pppoeiaPortStatsRecvPadtPkts Counter32, + pppoeiaPortStatsDropUntrustRespPkts Counter32, + pppoeiaPortStatsDropUntrustReqPkts Counter32, + pppoeiaPortStatsDropMalformedPkts Counter32, + pppoeiaPortStatsClearAction INTEGER +} + +pppoeiaPortStatsIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (excluding trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { pppoeiaPortStatsEntry 1 } + +pppoeiaPortStatsRecvPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received packets of the + interface." + ::= { pppoeiaPortStatsEntry 2 } + +pppoeiaPortStatsRecvPadiPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received PPPoE Active + Discovery Initiation packets of the interface." + ::= { pppoeiaPortStatsEntry 3 } + +pppoeiaPortStatsRecvPadoPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received PPPoE Active + Discovery Offer packets of the interface." + ::= { pppoeiaPortStatsEntry 4 } + +pppoeiaPortStatsRecvPadrPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received PPPoE Active + Discovery Request packets of the interface." + ::= { pppoeiaPortStatsEntry 5 } + +pppoeiaPortStatsRecvPadsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received PPPoE Active + Discovery Session-confirmation packets of the interface." + ::= { pppoeiaPortStatsEntry 6 } + +pppoeiaPortStatsRecvPadtPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of received PPPoE Active + Discovery Terminate packets of the interface." + ::= { pppoeiaPortStatsEntry 7 } + +pppoeiaPortStatsDropUntrustRespPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of response packets + dropped because they were untrusted." + ::= { pppoeiaPortStatsEntry 8 } + +pppoeiaPortStatsDropUntrustReqPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of request packets + dropped because they were untrusted." + ::= { pppoeiaPortStatsEntry 9 } + +pppoeiaPortStatsDropMalformedPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of malformed packets + dropped because they were untrusted." + ::= { pppoeiaPortStatsEntry 10 } + +pppoeiaPortStatsClearAction OBJECT-TYPE + SYNTAX INTEGER + { + clear(1), + noClear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the counters of specified + interface. Set clear(1) to perform the clear operation. + The value noClear(2) will always be displayed when reading." + ::= { pppoeiaPortStatsEntry 11 } + + +-- +-- erpsMgt +-- + +-- Management for Ethernet Ring Protection Switching(ERPS) protocol. + +erpsGlobalStatus OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Configures the ERPS function for an entire switch. + Note that the ERPS domain will not take effect unless + it becomes active and the global status is enabled." + ::= { erpsMgt 1 } + +erpsGlobalClearStatisticsAction OBJECT-TYPE + SYNTAX INTEGER + { + clear(1), + noClear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the counters of all + ERPS domains. Set to clear(1) to perform the clear operation. + The value noClear(2) will always be displayed when reading." + ::= { erpsMgt 3 } + +erpsDomainTable OBJECT-TYPE + SYNTAX SEQUENCE OF ErpsDomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for ERPS domain configuration." + ::= { erpsMgt 2 } + +erpsDomainEntry OBJECT-TYPE + SYNTAX ErpsDomainEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for ERPS domain configuration." + INDEX + { + erpsDomainIndex + } + ::= { erpsDomainTable 1 } + +ErpsDomainEntry ::= SEQUENCE +{ + erpsDomainIndex Integer32, + erpsDomainName DisplayString, + erpsDomainMegLevel INTEGER, + erpsDomainNodeId MacAddress, + erpsDomainWestRingPort Integer32, + erpsDomainEastRingPort Integer32, + erpsDomainRplPort INTEGER, + erpsDomainGuardTimer Integer32, + erpsDomainHoldoffTimer Integer32, + erpsDomainWtrTimer Integer32, + erpsDomainControlVlanID Integer32, + erpsDomainNodeState INTEGER, + erpsDomainWestRingPortState INTEGER, + erpsDomainEastRingPortState INTEGER, + erpsDomainRowStatus RowStatus, + erpsDomainMajorDomainIndex Integer32, + erpsDomainPropagateTC INTEGER, + erpsDomainWestMepId Integer32, + erpsDomainEastMepId Integer32, + erpsDomainNonErpsDevProtect INTEGER, + erpsDomainNodeType INTEGER, + erpsDomainNonRevertive INTEGER, + erpsDomainRapsDefMac INTEGER, + erpsDomainRapsWithoutVc INTEGER, + erpsDomainVersion INTEGER, + erpsDomainForcedSwitch INTEGER, + erpsDomainManualSwitch INTEGER, + erpsDomainClear INTEGER, + erpsDomainStatsClearAction INTEGER, + erpsDomainWtbTimer Integer32, + erpsDomainWtrExpire Integer32, + erpsDomainWtbExpire Integer32, + erpsDomainWestRingPortSf INTEGER, + erpsDomainEastRingPortSf INTEGER, + erpsDomainMultiRplOwnerWarn INTEGER +} + +erpsDomainIndex OBJECT-TYPE + SYNTAX Integer32(1..255) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An index that uniquely identifies an entry in the + erpsDomainTable." + ::= { erpsDomainEntry 1 } + +erpsDomainName OBJECT-TYPE + SYNTAX DisplayString (SIZE(1..12)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The domain name that uniquely identifies an entry in the + erpsDomainTable." + ::= { erpsDomainEntry 2 } + +erpsDomainMegLevel OBJECT-TYPE + SYNTAX INTEGER(0..7) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures the maintenance entity group (MEG) level which is + used to provide a communication channel for ring automatic + protection switching (R-APS) information." + ::= { erpsDomainEntry 3 } + +erpsDomainNodeId OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures the node id whcih is a MAC address unique to the + ring node." + ::= { erpsDomainEntry 4 } + +erpsDomainWestRingPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Each node on the ring connects to the ring through two ports. + As part of the protection switching scheme, one port can be + configured as the west port for the specified domain. The east + port and west port can not be configured as the same port. + + The interface identified by a particular value of this index + is the same interface as identified by the same value of + ifIndex in the IF-MIB. A value of 0 means no west ring port + configured for this domain." + ::= { erpsDomainEntry 5 } + +erpsDomainEastRingPort OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Each node on the ring connects to the ring through two ports. + As part of the protection switching scheme, one port can be + configured as the east port for the specified domain. The east + port and west port can not be configured as the same port. + + The interface identified by a particular value of this index + is the same interface as identified by the same value of + ifIndex in the IF-MIB. A value of 0 means no east ring port + configured for this domain." + ::= { erpsDomainEntry 6 } + +erpsDomainRplPort OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + west(2), + east(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the port for ring protection link which + under normal conditions, i.e., without any failure or request, + is blocked for traffic channel, to prevent the formation of + loops." + ::= { erpsDomainEntry 8 } + +erpsDomainGuardTimer OBJECT-TYPE + SYNTAX Integer32 (10..2000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures the value of the guard timer which is used to + prevent ring nodes from receiving outdated R-APS messages. + The range is in 10 ms steps between 10 ms and 2 seconds, + with a default value of 500 ms." + DEFVAL { 500 } + ::= { erpsDomainEntry 9 } + +erpsDomainHoldoffTimer OBJECT-TYPE + SYNTAX Integer32 (0..10000) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures the value of the holdoff timer which is used to + prevent reporting error event immediately to protection + switching if the provisioned holdoff timer value is non-zero. + The range is in 100 ms steps between 0 and 10 seconds, + with a default value of 0 ms." + DEFVAL { 0 } + ::= { erpsDomainEntry 10 } + +erpsDomainWtrTimer OBJECT-TYPE + SYNTAX Integer32 (5..12) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures the value of the wait-to-restore timer which is used + by the RPL owner node to prevent frequent switching operations + that may be caused by intermittent failures. + The range is in 1 minute steps between 5 and 12 minutes + with a default value of 5 minutes. + This object will not take effect for the non RPL owner node." + DEFVAL { 5 } + ::= { erpsDomainEntry 11 } + +erpsDomainControlVlanID OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This is defined as dot1qVlanIndex in the Q-BRIDGE-MIB. + Configures one control VLAN for each ERPS domain. The control + VLAN is used only to send and receive ERPS message. A control + VLAN can not belong to more than one ERPS domain. A value of 0 + means no control VLAN configured for this domain." + ::= { erpsDomainEntry 12 } + +erpsDomainNodeState OBJECT-TYPE + SYNTAX INTEGER + { + init(1), + idle(2), + protection(3), + manualSwitch(4), + forcedSwitch(5), + pending(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the node's current state. + It displays one of the following states + (1) init -- The node is in the init state. + (The node state will stay in init state if global status + or domain status is not enabled.) + (2) idle -- The node is in idle state (i.e., no detected + failures, and receiving only 'NR, RB' R-APS frames). + (3) protection -- The node is in protection state. + (4) manualSwitch -- The node is in manual switch state. + (5) forcedSwitch -- The node is in forced switch state. + (6) pending -- The node is in pending state." + ::= { erpsDomainEntry 13 } + +erpsDomainWestRingPortState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + blocking(2), + forwarding(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the west ring port's current state. + It displays one of the following states + (1) unknown -- The port's current state is unknown. + (The port's current state will stay in unknown state + if the node's current state is in init state.) + (2) blocking -- The transmission and reception of traffic + are blocked. + (3) forwarding -- The traffic can be transmitted and received + normally." + ::= { erpsDomainEntry 14 } + +erpsDomainEastRingPortState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + blocking(2), + forwarding(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the east ring port's current state. + It displays one of the following states + (1) unknown -- The port's current state is unknown. + (The port's current state will stay in unknown state + if the node's current state is in init state.) + (2) blocking -- The transmission and reception of traffic + are blocked. + (3) forwarding -- The traffic can be transmitted and received + normally." + ::= { erpsDomainEntry 15 } + +erpsDomainRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The status of this conceptual row entry. This object is used to + manage the creation and deletion of conceptual rows. + + The status column has six defined values: + + - 'active', which indicates that the conceptual row is + available for use by the managed device; + + - 'notInService', which indicates that the conceptual row + exists in the agent, but is unavailable for use by the managed + device (see NOTE below); + + - 'notReady', which indicates that the conceptual row exists in + the agent, but is missing information necessary in order to be + available for use by the managed device; + + - 'createAndGo', which is supplied by a management station + wishing to create a new instance of a conceptual row and to + have its status automatically set to active, making it + available for use by the managed device; + + - 'createAndWait', which is supplied by a management station + wishing to create a new instance of a conceptual row (but not + make it available for use by the managed device); and, + + - 'destroy', which is supplied by a management station wishing + to delete all of the instances associated with an existing + conceptual row. + + Whereas five of the six values (all except 'notReady') may be + specified in a management protocol set operation, only three + values will be returned in response to a management protocol + retrieval operation: 'notReady', 'notInService' or 'active'. + That is, when queried, an existing conceptual row has only + three states: it is either available for use by the managed + device (the status column has value 'active'); it is not + available for use by the managed device, though the agent has + sufficient information to make it so (the status column has + value 'notInService'); or, it is not available for use by + the managed device, and an attempt to make it so would fail + because the agent has insufficient information (the state + column has value 'notReady'). + + For a detailed description of this object, please refer to + SNMPv2-TC MIB. + + Note that other objects can not be modified when the status + is active." + ::= { erpsDomainEntry 16 } + +erpsDomainMajorDomainIndex OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION "An index that uniquely identifies an entry in the + erpsDomainTable. A value of 0 means this domain has no major + domain. + Notes: This objest can not be configured if + erpsDomainRingPortEast has a vaule other than 0." + ::= { erpsDomainEntry 17 } + +erpsDomainPropagateTC OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to enabled(1) to transmit topology change signal to the + major domain. It will not take effect, + if erpsDomainMajorDomainIndex has a value of 0." + ::= { erpsDomainEntry 18 } + +erpsDomainWestMepId OBJECT-TYPE + SYNTAX Integer32 (0..8191) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures a CFM Down MEP on west ring port. A down MEP can be + uniquely select by given a MEPID, domain's MEG level, and + domain's control VLAN ID. A value of 0 means no west MEP is + not configured for this domain." + ::= { erpsDomainEntry 20 } + +erpsDomainEastMepId OBJECT-TYPE + SYNTAX Integer32 (0..8191) + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Configures a CFM Down MEP on east ring port. A down MEP can be + uniquely select by given a MEPID, domain's MEG level, and + domain's control VLAN ID. A value of 0 means no east MEP is + not configured for this domain." + ::= { erpsDomainEntry 21 } + +erpsDomainNonErpsDevProtect OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to enabled(1) to use non-standard protection mechanism for + network containing non-ERPS devices." + ::= { erpsDomainEntry 22 } + +erpsDomainNodeType OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + owner(2), + neighbor(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to none(1) to make this node act as a normal node. + Set to owner(2) to make this node act as an RPL owner. + Set to neighbor(3) to make this node act as an RPL neighbor." + ::= { erpsDomainEntry 23 } + +erpsDomainNonRevertive OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to enabled(1) to enable non-revertive mode operation." + ::= { erpsDomainEntry 24 } + +erpsDomainRapsDefMac OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to enabled(1) to use R-APS default MAC." + ::= { erpsDomainEntry 25 } + +erpsDomainRapsWithoutVc OBJECT-TYPE + SYNTAX INTEGER + { + enabled(1), + disabled(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to enabled(1) to enable R-APS sub ring without + virtual-channel for a sub domain." + ::= { erpsDomainEntry 26 } + +erpsDomainVersion OBJECT-TYPE + SYNTAX INTEGER + { + v1(1), + v2(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to v2(2) to enable ERPS v2 operation." + DEFVAL { 2 } + ::= { erpsDomainEntry 27 } + +erpsDomainForcedSwitch OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + west(2), + east(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to west(2) to perform the forced switch command on west + ring port of specified domain. + Set to east(3) to perform the forced switch command on east + ring port of specified domain. + The value none(1) will be displayed if no forced switch command + is issued on local node." + ::= { erpsDomainEntry 28 } + +erpsDomainManualSwitch OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + west(2), + east(3) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to west(2) to perform the manual switch command on west + ring port of specified domain. + Set to east(3) to perform the manual switch command on east + ring port of specified domain. + The value none(1) will be displayed if no manual switch command + is issued on local node." + ::= { erpsDomainEntry 29 } + +erpsDomainClear OBJECT-TYPE + SYNTAX INTEGER + { + clear(1), + noClear(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Set to clear(1) to perform the clear command on specified + domain. + The value noClear(2) will always be displayed when reading." + ::= { erpsDomainEntry 30 } + +erpsDomainStatsClearAction OBJECT-TYPE + SYNTAX INTEGER + { + clear(1), + noClear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This variable is used to clear the counters of specified + domain. Set to clear(1) to perform the clear operation. + The value noClear(2) will always be displayed when reading." + ::= { erpsDomainEntry 31 } + +erpsDomainWtbTimer OBJECT-TYPE + SYNTAX Integer32 (5010..7000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the value of the wait-to-block timer in ms + which is used by the RPL owner node when recovering from an + operator command (i.e. FS or MS). + This object will not take effect for a non RPL owner node." + ::= { erpsDomainEntry 32 } + +erpsDomainWtbExpire OBJECT-TYPE + SYNTAX Integer32 (0..7000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the time remaining in ms until the + wait-to-block timer countdown expires. + A value of 0 means no countdown is running." + ::= { erpsDomainEntry 33 } + +erpsDomainWtrExpire OBJECT-TYPE + SYNTAX Integer32 (0..720) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Displays the time remaining in seconds until the + wait-to-restore timer countdown expires. + A value of 0 means no countdown is running." + ::= { erpsDomainEntry 34 } + +erpsDomainWestRingPortSf OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + detected(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the west ring port's current SF state. + It displays one of the following states + (1) none -- No SF is detected. + (2) detected -- SF is detected." + ::= { erpsDomainEntry 35 } + +erpsDomainEastRingPortSf OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + detected(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the east ring port's current SF state. + It displays one of the following states + (1) none -- No SF is detected. + (2) detected -- SF is detected." + ::= { erpsDomainEntry 36 } + +erpsDomainMultiRplOwnerWarn OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + detected(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This value displays the multiple PPL owner warning state. + It displays one of the following states + (1) none -- No multiple PPL owner warning is detected. + (2) detected -- Multiple RPL owner warning is detected." + ::= { erpsDomainEntry 37 } + +erpsPortStatsTable OBJECT-TYPE + SYNTAX SEQUENCE OF ErpsPortStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port statistics in ERPS." + ::= { erpsMgt 4 } + +erpsPortStatsEntry OBJECT-TYPE + SYNTAX ErpsPortStatsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port statistics in ERPS." + INDEX { erpsPortStatsDomainIndex, erpsPortStatsPortIndex } + ::= { erpsPortStatsTable 1 } + +ErpsPortStatsEntry ::= SEQUENCE +{ + erpsPortStatsDomainIndex Integer32, + erpsPortStatsPortIndex INTEGER, + erpsPortStatsLocalSfCount Counter32, + erpsPortStatsLocalClrSfCount Counter32, + erpsPortStatsSentSfPkts Counter32, + erpsPortStatsSentNrPkts Counter32, + erpsPortStatsSentNrRbPkts Counter32, + erpsPortStatsSentFsPkts Counter32, + erpsPortStatsSentMsPkts Counter32, + erpsPortStatsSentEventPkts Counter32, + erpsPortStatsSentHealthPkts Counter32, + erpsPortStatsRecvSfPkts Counter32, + erpsPortStatsRecvNrPkts Counter32, + erpsPortStatsRecvNrRbPkts Counter32, + erpsPortStatsRecvFsPkts Counter32, + erpsPortStatsRecvMsPkts Counter32, + erpsPortStatsRecvEventPkts Counter32, + erpsPortStatsRecvHealthPkts Counter32, + erpsPortStatsIgnoreSfPkts Counter32, + erpsPortStatsIgnoreNrPkts Counter32, + erpsPortStatsIgnoreNrRbPkts Counter32, + erpsPortStatsIgnoreFsPkts Counter32, + erpsPortStatsIgnoreMsPkts Counter32, + erpsPortStatsIgnoreEventPkts Counter32, + erpsPortStatsIgnoreHealthPkts Counter32 +} + +erpsPortStatsDomainIndex OBJECT-TYPE + SYNTAX Integer32(1..255) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An index that uniquely identifies an entry in the + erpsDomainTable." + ::= { erpsPortStatsEntry 1 } + +erpsPortStatsPortIndex OBJECT-TYPE + SYNTAX INTEGER + { + west(1), + east(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the port in an ERPS domain. + The value west(1) means the west ring port. + The value east(2) means the east ring port." + ::= { erpsPortStatsEntry 2 } + +erpsPortStatsLocalSfCount OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of + local SF events that occurred on this ring port." + ::= { erpsPortStatsEntry 3 } + +erpsPortStatsLocalClrSfCount OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of + local Clear SF events that occurred on this ring port." + ::= { erpsPortStatsEntry 4 } + +erpsPortStatsSentSfPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS SF messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 5 } + +erpsPortStatsSentNrPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 6 } + +erpsPortStatsSentNrRbPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR-RB messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 7 } + +erpsPortStatsSentFsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS FS messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 8 } + +erpsPortStatsSentMsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS MS messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 9 } + +erpsPortStatsSentEventPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS EVENT messages sent + via this ring port (not including the forwarded ones)." + ::= { erpsPortStatsEntry 10 } + +erpsPortStatsSentHealthPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of non-standard health-check + messages sent via this ring port + (not including the forwarded ones)." + ::= { erpsPortStatsEntry 11 } + +erpsPortStatsRecvSfPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS SF messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 12 } + +erpsPortStatsRecvNrPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 13 } + +erpsPortStatsRecvNrRbPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR-RB messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 14 } + +erpsPortStatsRecvFsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS FS messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 15 } + +erpsPortStatsRecvMsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS MS messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 16 } + +erpsPortStatsRecvEventPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS EVENT messages received + via this ring port (not including the ignored ones)." + ::= { erpsPortStatsEntry 17 } + +erpsPortStatsRecvHealthPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of non-standard health-check + messages received via this ring port + (not including the ignored ones)." + ::= { erpsPortStatsEntry 18 } + +erpsPortStatsIgnoreSfPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS SF messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 19 } + +erpsPortStatsIgnoreNrPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 20 } + +erpsPortStatsIgnoreNrRbPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS NR-RB messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 21 } + +erpsPortStatsIgnoreFsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS FS messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 22 } + +erpsPortStatsIgnoreMsPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS MS messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 23 } + +erpsPortStatsIgnoreEventPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of R-APS EVENT messages ignored + by this ring port because they have been timed out or + for other reasons." + ::= { erpsPortStatsEntry 24 } + +erpsPortStatsIgnoreHealthPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the total number of non-standard health-check + messages ignored by this ring port because they have been + timed out or for other reasons." + ::= { erpsPortStatsEntry 25 } + +-- +-- IPv6 RA Guard +-- + +ipv6RaGuardPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF Ipv6RaGuardPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for IPv6 RA Guard port configuration." + ::= { ipv6RaGuardMgt 1 } + +ipv6RaGuardPortEntry OBJECT-TYPE + SYNTAX Ipv6RaGuardPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for IPv6 RA Guard port configuration." + INDEX { ipv6RaGuardPortIndex } + ::= { ipv6RaGuardPortTable 1 } + +Ipv6RaGuardPortEntry ::= SEQUENCE +{ + ipv6RaGuardPortIndex InterfaceIndex, + ipv6RaGuardPortStatus INTEGER +} + +ipv6RaGuardPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and the trunk (excluding trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { ipv6RaGuardPortEntry 1 } + +ipv6RaGuardPortStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A value of enabled (1) indicates that IPv6 RA Guard feature + is enabled on interfaces. A value of disabled (2) indicates + that the feature is disabled." + ::= { ipv6RaGuardPortEntry 2 } + +-- +-- udldMgt +-- + +udldGlobalMessageInterval OBJECT-TYPE + SYNTAX INTEGER(7..90) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The message interval (in seconds) between UDLD probe + messages on ports that are in advertisement phase and are + determined to be bidirectional." + DEFVAL { 15 } + ::= { udldMgt 1 } + +udldGlobalDetectionInterval OBJECT-TYPE + SYNTAX INTEGER(5..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The detection interval (in seconds) used for UDLD detection + process." + DEFVAL { 5 } + ::= { udldMgt 4 } + +udldGlobalRecoveryInterval OBJECT-TYPE + SYNTAX INTEGER(30..86400) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The recovery interval (in seconds) used to recover + interface shut down by UDLD automatically." + DEFVAL { 300 } + ::= { udldMgt 5 } + +udldGlobalRecovery OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable auto recovery + feature." + DEFVAL { disabled } + ::= { udldMgt 6 } + +udldPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF UdldPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port configuration of UDLD." + ::= { udldMgt 2 } + +udldPortEntry OBJECT-TYPE + SYNTAX UdldPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port configuration of UDLD." + INDEX { udldPortIndex } + ::= { udldPortTable 1 } + +UdldPortEntry ::= SEQUENCE +{ + udldPortIndex InterfaceIndex, + udldPortStatus EnabledStatus, + udldPortAggressiveStatus EnabledStatus, + udldPortOperState INTEGER, + udldPortPortState INTEGER, + udldPortOperMessageInterval INTEGER, + udldPortOperTimeout INTEGER, + udldPortNeighborDevCount INTEGER +} + +udldPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION "The port interface of the portTable. The interface + identified by a particular value of this index is the + same interface as identified by the same value of + ifIndex in the IF-MIB." + ::= { udldPortEntry 1 } + +udldPortStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable UDLD + on this interface." + ::= { udldPortEntry 2 } + +udldPortAggressiveStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This parameter is used to enable/disable aggressive mode of + UDLD on this interface." + ::= { udldPortEntry 3 } + +udldPortOperState OBJECT-TYPE + SYNTAX INTEGER { + disabled(1), + linkDown(2), + linkUp(3), + advertisement(4), + detection(5), + disabledPort(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational state of UDLD on this interface." + ::= { udldPortEntry 4 } + +udldPortPortState OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + neighborsEchoIsEmpty(2), + bidirectional(3), + mismatchWithneighborStateReported(4), + transmitToReceiveLoop(5), + unidirectional(6), + aggressiveModeFailure(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The port state of UDLD on this interface." + ::= { udldPortEntry 5 } + +udldPortOperMessageInterval OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational message interval (in seconds) used by UDLD + on this interface." + ::= { udldPortEntry 6 } + +udldPortOperTimeout OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The operational timeout interval (in seconds) used by UDLD + to decide the basic length of the detection phase on + this interface." + ::= { udldPortEntry 7 } + +udldPortNeighborDevCount OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total number of neighbor devices discovered on this + interface." + ::= { udldPortEntry 8 } + +udldPortNeighborDevTable OBJECT-TYPE + SYNTAX SEQUENCE OF UdldPortNeighborDevEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table of neighbor devices discovered by UDLD + for each interface." + ::= { udldMgt 3 } + +udldPortNeighborDevEntry OBJECT-TYPE + SYNTAX UdldPortNeighborDevEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A conceptual row containing the information + of a neighbor device." + INDEX { udldPortNeighborDevPortIndex, udldPortNeighborDevIndex } + ::= { udldPortNeighborDevTable 1 } + +UdldPortNeighborDevEntry ::= SEQUENCE +{ + udldPortNeighborDevPortIndex InterfaceIndex, + udldPortNeighborDevIndex Integer32, + udldPortNeighborDevDevID DisplayString, + udldPortNeighborDevPortID DisplayString, + udldPortNeighborDevDevName DisplayString, + udldPortNeighborDevNeighborState INTEGER, + udldPortNeighborDevExpire INTEGER, + udldPortNeighborDevMessageInterval INTEGER, + udldPortNeighborDevTimeout INTEGER +} + +udldPortNeighborDevPortIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port (excluding trunk and trunk members) + interface of the portTable. The interface identified by + a particular value of this index is the same interface as + identified by the same value of ifIndex in the IF-MIB." + ::= { udldPortNeighborDevEntry 1 } + +udldPortNeighborDevIndex OBJECT-TYPE + SYNTAX Integer32(1..500) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A 32-bit integer uniquely identifying the nieghbor device + discovered by UDLD on a port interface." + ::= { udldPortNeighborDevEntry 2 } + +udldPortNeighborDevDevID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The device ID of this neighbor device." + ::= { udldPortNeighborDevEntry 3 } + +udldPortNeighborDevPortID OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The port ID of this neighbor device." + ::= { udldPortNeighborDevEntry 4 } + +udldPortNeighborDevDevName OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The device name of this neighbor device." + ::= { udldPortNeighborDevEntry 5 } + +udldPortNeighborDevNeighborState OBJECT-TYPE + SYNTAX INTEGER { + unknown(1), + neighborsEchoIsEmpty(2), + bidirectional(3), + mismatchWithneighborStateReported(4), + unidirectional(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The neighbor state of this neighbor device." + ::= { udldPortNeighborDevEntry 6 } + +udldPortNeighborDevExpire OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The amount of time remaining (in seconds) before this + entry should expire. Whenever this period expires, + this entry will be removed." + ::= { udldPortNeighborDevEntry 7 } + +udldPortNeighborDevMessageInterval OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The message interval (in seconds) of this neighbor device." + ::= { udldPortNeighborDevEntry 8 } + +udldPortNeighborDevTimeout OBJECT-TYPE + SYNTAX INTEGER + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The timeout interval (in seconds) of this neighbor device." + ::= { udldPortNeighborDevEntry 9 } + +-- +-- lbdMgt +-- + +lbdGlobal OBJECT IDENTIFIER ::= { lbdMgt 1 } +lbdInterface OBJECT IDENTIFIER ::= { lbdMgt 2 } + +lbdGlobalStatus OBJECT-TYPE + SYNTAX INTEGER { enabled(1), disabled(2) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set enabled(1) to enable global LBD status. + Set disabled(2) to disable global LBD status." + ::= { lbdGlobal 1 } + +lbdTransmitInterval OBJECT-TYPE + SYNTAX Unsigned32(1..32767) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The transmission interval for LBD control frames." + ::= { lbdGlobal 2 } + +lbdRecoverTime OBJECT-TYPE + SYNTAX Unsigned32(0|60..1000000) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The recover time used by LBD auto recovery mechanism. A + value of 0 disables auto recovery." + ::= { lbdGlobal 3 } + +lbdMode OBJECT-TYPE + SYNTAX INTEGER { port-based(1), vlan-based(2) } + MAX-ACCESS read-write + STATUS deprecated + DESCRIPTION "The detection mode of LBD." + ::= { lbdGlobal 4 } + +lbdAction OBJECT-TYPE + SYNTAX INTEGER { none(1), shutdown(2), block(3) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The protection action of LBD." + ::= { lbdGlobal 5 } + +lbdTrap OBJECT-TYPE + SYNTAX INTEGER { none(1), detect(2), recover(3), both(4) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The kind of SNMP traps for LBD will be sent." + ::= { lbdGlobal 6 } + +lbdPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF LbdPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table containing LBD configurations for all interfaces." + ::= { lbdInterface 1 } + +lbdPortEntry OBJECT-TYPE + SYNTAX LbdPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance containing the configuration of LBD at each + interface." + INDEX { lbdPortIfIndex } + ::= { lbdPortTable 1 } + +LbdPortEntry ::= SEQUENCE +{ + lbdPortIfIndex InterfaceIndex, + lbdPortAdminState INTEGER, + lbdPortOperState INTEGER, + lbdPortLoopedVlan OCTET STRING +} + +lbdPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port." + ::= { lbdPortEntry 1 } + +lbdPortAdminState OBJECT-TYPE + SYNTAX INTEGER { enabled(1), disabled(2) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The LBD administrative port status." + ::= { lbdPortEntry 2 } + +lbdPortOperState OBJECT-TYPE + SYNTAX INTEGER { normal(1), looped(2) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The LBD operative port status." + ::= { lbdPortEntry 3 } + +lbdPortLoopedVlan OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (0..512)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The list of VLANs on which loopback is detected. Only when + oper state is looped and mode is VLAN-based, the value is + nonzero." + ::= { lbdPortEntry 4 } + + +-- +-- mldSnoopMgt +-- + +-- Management for MLD +-- Snooping. + + +mldSnoopStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MLD snooping on the device. + When enabled, the device will examine MLD packets and set + up filters for MLD ports. " + DEFVAL { disabled } + ::= { mldSnoopMgt 1 } + +mldSnoopQuerier OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enables (disables) whether the switch acts as an MLD + querier." + DEFVAL { disabled } + ::= { mldSnoopMgt 2 } + +mldSnoopRobustness OBJECT-TYPE + SYNTAX Integer32 (2..10) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The Robustness Variable allows tuning for the expected + packet loss on a subnet. If a subnet is expected to be + lossy, the Robustness Variable may be increased. MLD is + robust to (Robustness Variable-1) packet losses. The + discussion of the Robustness Variable is in Section 7.1 + of RFC 2710." + DEFVAL { 2 } + ::= { mldSnoopMgt 3 } + +mldSnoopQueryInterval OBJECT-TYPE + SYNTAX Integer32 (60..125) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The interval (in seconds) between MLD host-query + messages sent by the switch." + DEFVAL { 125 } + ::= { mldSnoopMgt 4 } + +mldSnoopQueryMaxResponseTime OBJECT-TYPE + SYNTAX Integer32 (5..25) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time after a query, during which a response is + expected from an endstation. If a querier has sent + a number of queries defined by mldSnoopRobustness, + but an endstation has not responded, a countdown + timer is started using an initial value set by + mldSnoopQueryMaxResponseTime. If the countdown + finishes, and the endstation still has not responded, + then that the endstation is deemed to have + left the multicast group." + DEFVAL { 10 } + ::= { mldSnoopMgt 5 } + +mldSnoopRouterPortExpireTime OBJECT-TYPE + SYNTAX Integer32 (300..500) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets the time (in seconds) the switch waits after + the previous querier has stopped querying before + the router port (which received query packets from + previous querier) expires." + DEFVAL { 300 } + ::= { mldSnoopMgt 6 } + +mldSnoopVersion OBJECT-TYPE + SYNTAX Integer32 (1..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "MLD version snooped" + DEFVAL { 1 } + ::= { mldSnoopMgt 7 } + +mldSnoopUnknownMcastMode OBJECT-TYPE + SYNTAX INTEGER + { + flood(1), + toRouterPort(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets the mldSnoopUnknownMcastMode to define the flooding + behavior when receive the unknown multicast traffic." + ::= { mldSnoopMgt 8 } + +mldSnoopRouterCurrentTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopRouterCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for current router ports." + ::= { mldSnoopMgt 9 } + +mldSnoopRouterCurrentEntry OBJECT-TYPE + SYNTAX MldSnoopRouterCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for current router ports." + INDEX { mldSnoopRouterCurrentVlanIndex } + ::= {mldSnoopRouterCurrentTable 1 } + +MldSnoopRouterCurrentEntry ::= + SEQUENCE { + mldSnoopRouterCurrentVlanIndex Unsigned32, + mldSnoopRouterCurrentPorts PortList + } + +mldSnoopRouterCurrentVlanIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The interface identified by a particular value of + this index is the same interface as identified by + the same value of dot1qVlanIndex in the Q-BRIDGE-MIB. + The entry will only appear here after a configure to + mldSnoopRouterStaticTable." + ::= { mldSnoopRouterCurrentEntry 1 } + +mldSnoopRouterCurrentPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The set of ports which are current router ports, + including static router ports. Please refer to + mldSnoopRouterStaticTable." + ::= { mldSnoopRouterCurrentEntry 2 } + +mldSnoopRouterStaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopRouterStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for static router ports." + ::= { mldSnoopMgt 10 } + +mldSnoopRouterStaticEntry OBJECT-TYPE + SYNTAX MldSnoopRouterStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for static router ports." + INDEX { mldSnoopRouterStaticVlanIndex } + ::= { mldSnoopRouterStaticTable 1 } + +MldSnoopRouterStaticEntry ::= + SEQUENCE { + mldSnoopRouterStaticVlanIndex Unsigned32, + mldSnoopRouterStaticPorts PortList, + mldSnoopRouterStaticStatus ValidStatus + } + +mldSnoopRouterStaticVlanIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The interface identified by a particular value of + this index is the same interface as identified by + the same value of dot1qVlanIndex in the Q-BRIDGE-MIB. + The entry will only appear here after a configure to + mldSnoopRouterStaticTable." + ::= { mldSnoopRouterStaticEntry 1 } + +mldSnoopRouterStaticPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The set of ports which are static router ports." + ::= { mldSnoopRouterStaticEntry 2 } + +mldSnoopRouterStaticStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { mldSnoopRouterStaticEntry 3 } + +mldSnoopMulticastCurrentTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopMulticastCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for current multicast addresses." + ::= { mldSnoopMgt 11 } + +mldSnoopMulticastCurrentEntry OBJECT-TYPE + SYNTAX MldSnoopMulticastCurrentEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for current multicast addresses." + INDEX { mldSnoopMulticastCurrentVlanIndex, + mldSnoopMulticastCurrentIpAddress, + mldSnoopMulticastCurrentSourceIpAddress } + ::= { mldSnoopMulticastCurrentTable 1 } + +MldSnoopMulticastCurrentEntry ::= + SEQUENCE { + mldSnoopMulticastCurrentVlanIndex Unsigned32, + mldSnoopMulticastCurrentIpAddress InetAddressIPv6, + mldSnoopMulticastCurrentSourceIpAddress InetAddressIPv6, + mldSnoopMulticastCurrentPorts PortList + } + +mldSnoopMulticastCurrentVlanIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The interface identified by a particular value of + this index is the same interface as identified by + the same value of dot1qVlanIndex in the Q-BRIDGE-MIB. + The entry will only appear here after a configure to + mldSnoopMulticastStaticTable." + ::= { mldSnoopMulticastCurrentEntry 1 } + +mldSnoopMulticastCurrentIpAddress OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "IPv6 address of multicast group." + ::= { mldSnoopMulticastCurrentEntry 2 } + +mldSnoopMulticastCurrentSourceIpAddress OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "IPv6 address of the source." + ::= { mldSnoopMulticastCurrentEntry 3 } + +mldSnoopMulticastCurrentPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The set of ports which are members of a multicast group, + including static members. Please refer to + mldSnoopMulticastStaticTable." + ::= { mldSnoopMulticastCurrentEntry 4 } + +mldSnoopMulticastStaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopMulticastStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for static multicast addresses." + ::= { mldSnoopMgt 12 } + +mldSnoopMulticastStaticEntry OBJECT-TYPE + SYNTAX MldSnoopMulticastStaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for static multicast addresses." + INDEX { mldSnoopMulticastStaticVlanIndex, + mldSnoopMulticastStaticIpAddress } + ::= { mldSnoopMulticastStaticTable 1 } + +MldSnoopMulticastStaticEntry ::= + SEQUENCE { + mldSnoopMulticastStaticVlanIndex Unsigned32, + mldSnoopMulticastStaticIpAddress InetAddressIPv6, + mldSnoopMulticastStaticPorts PortList, + mldSnoopMulticastStaticStatus ValidStatus + } + +mldSnoopMulticastStaticVlanIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The interface identified by a particular value of + this index is the same interface as identified by + the same value of dot1qVlanIndex in the Q-BRIDGE-MIB. + The entry will only appear here after a configure to + mldSnoopMulticastStaticTable." + ::= { mldSnoopMulticastStaticEntry 1 } + +mldSnoopMulticastStaticIpAddress OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "IPv6 address of multicast group." + ::= { mldSnoopMulticastStaticEntry 2 } + +mldSnoopMulticastStaticPorts OBJECT-TYPE + SYNTAX PortList + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The set of ports which are members." + ::= { mldSnoopMulticastStaticEntry 3 } + +mldSnoopMulticastStaticStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { mldSnoopMulticastStaticEntry 4 } + +mldSnoopCurrentVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopCurrentVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for configuring MLD snooping for each VLAN + which exists in the device by (local or network) + management, or dynamically created as a result of + GVRP requests received." + ::= { mldSnoopMgt 13 } + +mldSnoopCurrentVlanEntry OBJECT-TYPE + SYNTAX MldSnoopCurrentVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for configuring MLD snooping." + INDEX { mldSnoopCurrentVlanIndex } + ::= { mldSnoopCurrentVlanTable 1 } + +MldSnoopCurrentVlanEntry ::= SEQUENCE +{ + mldSnoopCurrentVlanIndex Unsigned32, + mldSnoopCurrentVlanImmediateLeave EnabledStatus, + mldSnoopCurrentVlanImmediateLeaveByHostIp EnabledStatus +} + +mldSnoopCurrentVlanIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Same is dot1qVlanIndex in the Q-BRIDGE-MIB. + This table has only one entry - the entry for + the VLAN of the management interface." + ::= { mldSnoopCurrentVlanEntry 1 } + +mldSnoopCurrentVlanImmediateLeave OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter to enable or disable the + Immediate-Leave feature on this VLAN." + ::= { mldSnoopCurrentVlanEntry 2 } + +mldSnoopCurrentVlanImmediateLeaveByHostIp OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parameter to enable or disable the + Immediate-Leave by-host-ip feature on this VLAN." + ::= { mldSnoopCurrentVlanEntry 3 } + +mldSnoopProxyReporting OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable MLD snooping proxy reporting + on the device." + DEFVAL { enabled } + ::= { mldSnoopMgt 14 } + +mldSnoopUnsolicitedReportInterval OBJECT-TYPE + SYNTAX Unsigned32(1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting this value to specify how long (in seconds) the + uplink ports should transmit unsolicited reports." + DEFVAL { 400 } + ::= { mldSnoopMgt 15 } + +mldSnoopPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of MLD Snooping service per port." + ::= {mldSnoopMgt 16 } + +mldSnoopPortEntry OBJECT-TYPE + SYNTAX MldSnoopPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of MLD Snooping service per port." + INDEX { mldSnoopPortIndex } + ::= {mldSnoopPortTable 1} + +MldSnoopPortEntry ::= + SEQUENCE { + mldSnoopPortIndex Unsigned32, + mldSnoopQueryDrop INTEGER, + mldSnoopMulticastDataDrop INTEGER, + mldSnoopPortNumGroups Unsigned32, + mldSnoopPortNumJoinSend Unsigned32, + mldSnoopPortNumJoins Unsigned32, + mldSnoopPortNumJoinSuccess Unsigned32, + mldSnoopPortNumLeavesSend Unsigned32, + mldSnoopPortNumLeaves Unsigned32, + mldSnoopPortNumGeneralQuerySend Unsigned32, + mldSnoopPortNumGeneralQueryRecevied Unsigned32, + mldSnoopPortNumSepcificQuerySend Unsigned32, + mldsnoopPortNumSpecificQueryReceived Unsigned32, + mldSnoopPortNumInvalidReport Unsigned32, + mldSnoopPortClearStatistics TruthValue + } + +mldSnoopPortIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The port and the trunk (excluding trunk members) + interface of the mldsnpPortTable. The interface + identified by a particular value of this index + is the same interface as identified by the same + value of ifIndex in the IF-MIB." + ::= { mldSnoopPortEntry 1 } + + +mldSnoopQueryDrop OBJECT-TYPE + SYNTAX INTEGER + { + enable(1), + disable(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable dropping MLD Query packet." + DEFVAL { disable } + ::= { mldSnoopPortEntry 3 } + +mldSnoopMulticastDataDrop OBJECT-TYPE + SYNTAX INTEGER + { + enable(1), + disable(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Parameter to enable or disable dropping IPv6 multicast data " + DEFVAL { disable } + ::= { mldSnoopPortEntry 4 } + + +mldSnoopPortNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mldSnoopPortEntry 5 } + +mldSnoopPortNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send " + ::= { mldSnoopPortEntry 6 } + +mldSnoopPortNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join recieved " + ::= { mldSnoopPortEntry 7 } + +mldSnoopPortNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join group success " + ::= { mldSnoopPortEntry 8 } + +mldSnoopPortNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send" + ::= { mldSnoopPortEntry 9 } + +mldSnoopPortNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mldSnoopPortEntry 10} + +mldSnoopPortNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send. " + ::= { mldSnoopPortEntry 11} + +mldSnoopPortNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received. " + ::= { mldSnoopPortEntry 12} + +mldSnoopPortNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send. " + ::= { mldSnoopPortEntry 13} + +mldsnoopPortNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query received. " + ::= { mldSnoopPortEntry 14} + +mldSnoopPortNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received. " + ::= { mldSnoopPortEntry 15} + +mldSnoopPortClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN all statistics " + ::= { mldSnoopPortEntry 16} + + +mldSnoopFilterStatus OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Parameter to enable or disable MLD filtering on the device." + ::= { mldSnoopMgt 17 } + +mldSnoopProfileTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the MLD snooping profile." + ::= { mldSnoopMgt 18 } + +mldSnoopProfileEntry OBJECT-TYPE + SYNTAX MldSnoopProfileEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the MLD snooping profile." + INDEX { mldSnoopProfileId } + ::= { mldSnoopProfileTable 1 } + +MldSnoopProfileEntry ::= SEQUENCE +{ + mldSnoopProfileId Unsigned32, + mldSnoopProfileAction INTEGER, + mldSnoopProfileStatus ValidStatus +} + +mldSnoopProfileId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ID of the MLD snooping profile." + ::= { mldSnoopProfileEntry 1 } + +mldSnoopProfileAction OBJECT-TYPE + SYNTAX INTEGER + { + permit(1), + deny(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The access mode of the MLD snooping profile." + DEFVAL { deny } + ::= { mldSnoopProfileEntry 2 } + +mldSnoopProfileStatus OBJECT-TYPE + SYNTAX ValidStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting this to valid(1) creates an entry. + Setting this to invalid(2) destroys an entry." + ::= { mldSnoopProfileEntry 3 } + +mldSnoopProfileCtl OBJECT IDENTIFIER ::= { mldSnoopMgt 19 } + +mldSnoopProfileCtlId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The ID of the MLD snooping profile. The default value + is zero, meaning that no ID is specified. In order to + create a profile, a non-zero value must be specified." + ::= { mldSnoopProfileCtl 1 } + +mldSnoopProfileCtlInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The address type is associated with this agent. + Only ipv4(1) type is supported." + ::= { mldSnoopProfileCtl 2 } + +mldSnoopProfileCtlStartInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The specified addresses in the start of the controlled + IP multicast addresses." + ::= { mldSnoopProfileCtl 3 } + +mldSnoopProfileCtlEndInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The specified addresses in the end of the controlled + IP multicast addresses." + ::= { mldSnoopProfileCtl 4 } + +mldSnoopProfileCtlAction OBJECT-TYPE + SYNTAX INTEGER + { + noAction(1), + create(2), + destroy(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Setting it to create(2) creates the range of the + controlled IP multicast addresses. + Setting it to destroy(3) destroys the range of the + controlled IP multicast addresses. + When the action is completed, this object becomes + noAction(1)." + ::= { mldSnoopProfileCtl 5 } + +mldSnoopProfileRangeTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopProfileRangeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The table for configuring the range of the MLD snooping + profile." + ::= { mldSnoopMgt 20 } + +mldSnoopProfileRangeEntry OBJECT-TYPE + SYNTAX MldSnoopProfileRangeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The entry for configuring the range of the MLD snooping + profile." + INDEX { mldSnoopProfileRangeProfileId, + mldSnoopProfileRangeInetAddressType, + mldSnoopProfileRangeStartInetAddress, + mldSnoopProfileRangeEndInetAddress + } + ::= { mldSnoopProfileRangeTable 1 } + +MldSnoopProfileRangeEntry ::= SEQUENCE +{ + mldSnoopProfileRangeProfileId Unsigned32, + mldSnoopProfileRangeInetAddressType InetAddressType, + mldSnoopProfileRangeStartInetAddress InetAddress, + mldSnoopProfileRangeEndInetAddress InetAddress, + mldSnoopProfileRangeAction INTEGER +} + +mldSnoopProfileRangeProfileId OBJECT-TYPE + SYNTAX Unsigned32 (1..4294967295) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This is defined as mldSnoopProfileId." + ::= { mldSnoopProfileRangeEntry 1 } + +mldSnoopProfileRangeInetAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The address type is associated with this agent. + Only ipv6(2) type is supported." + ::= { mldSnoopProfileRangeEntry 2 } + +mldSnoopProfileRangeStartInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The specified addresses in the start of the controlled + IPv6 multicast addresses." + ::= { mldSnoopProfileRangeEntry 3 } + +mldSnoopProfileRangeEndInetAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The specified addresses in the end of the controlled + IPv6 multicast addresses." + ::= { mldSnoopProfileRangeEntry 4 } + +mldSnoopProfileRangeAction OBJECT-TYPE + SYNTAX INTEGER + { + permit(1), + deny(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The access mode of the MLD snooping profile." + DEFVAL { deny } + ::= { mldSnoopProfileRangeEntry 5 } + +mldSnoopFilterPortTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopFilterPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port configuration in MLD filtering." + ::= { mldSnoopMgt 21 } + +mldSnoopFilterPortEntry OBJECT-TYPE + SYNTAX MldSnoopFilterPortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port configuration in MLD filtering." + INDEX { mldSnoopFilterPortIndex } + ::= { mldSnoopFilterPortTable 1 } + +MldSnoopFilterPortEntry ::= SEQUENCE +{ + mldSnoopFilterPortIndex Unsigned32, + mldSnoopFilterPortProfileId Integer32 +} + +mldSnoopFilterPortIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and trunk (including trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface identified by the same + value of ifIndex in the IF-MIB." + ::= { mldSnoopFilterPortEntry 1 } + +mldSnoopFilterPortProfileId OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The mldSnoopProfileEntry identified by a particular value of this index + is the same interface identified by the same value of the mldSnoopProfileId + object. If there is no corresponding entry in the mldSnoopProfileTable, + then no association exists. In particular, if this value is zero, no + associated profile will be generated, as zero is not a valid profile index." + ::= { mldSnoopFilterPortEntry 2 } + +mldSnoopThrottlePortTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopThrottlePortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table for port configuration in MLD throttling." + ::= { mldSnoopMgt 22 } + +mldSnoopThrottlePortEntry OBJECT-TYPE + SYNTAX MldSnoopThrottlePortEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Entry for port configuration in MLD throttling." + INDEX { mldSnoopThrottlePortIndex } + ::= { mldSnoopThrottlePortTable 1 } + +MldSnoopThrottlePortEntry ::= SEQUENCE +{ + mldSnoopThrottlePortIndex Unsigned32, + mldSnoopThrottlePortRunningStatus INTEGER, + mldSnoopThrottlePortAction INTEGER, + mldSnoopThrottlePortMaxGroups Integer32, + mldSnoopThrottlePortCurrentGroups Integer32 +} + +mldSnoopThrottlePortIndex OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The port and trunk (including trunk members) interface of + the portTable. The interface identified by a particular value + of this index is the same interface identified by the same + value of ifIndex in the IF-MIB." + ::= { mldSnoopThrottlePortEntry 1 } + +mldSnoopThrottlePortRunningStatus OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Describes the running status of the MLD throttling to the switch. + A value of true(1) indicates the MLD throttling mechanism is active. + A value of false(2) indicates the MLD throttling mechanism is inactive." + ::= { mldSnoopThrottlePortEntry 2 } + +mldSnoopThrottlePortAction OBJECT-TYPE + SYNTAX INTEGER + { + replace(1), + deny(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The action mode of the MLD throttling. A value of replace(1) + means to replace a joined multicast group randomly when an interface + receives an MLD report and the number of current joined multicast groups + is equal to the maximum number of MLD groups that the interface can join. + A value of deny(2) means to deny the MLD report request when an interface + receives an MLD report and the number of current joined multicast groups + is equal to the maximum number of MLD groups that the interface can join." + DEFVAL { deny } + ::= { mldSnoopThrottlePortEntry 3 } + +mldSnoopThrottlePortMaxGroups OBJECT-TYPE + SYNTAX Integer32(0..256) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum number of MLD groups that the interface can join." + ::= { mldSnoopThrottlePortEntry 4 } + +mldSnoopThrottlePortCurrentGroups OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current number of MLD groups that the interface has joined." + ::= { mldSnoopThrottlePortEntry 5} + + +mldSnoopClearDynamicGroups OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The current number of MLD groups that the interface has joined." + ::= { mldSnoopMgt 23} + +mldSnoopVlanTable OBJECT-TYPE + SYNTAX SEQUENCE OF MldSnoopVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of MLD Snooping service per port." + ::= {mldSnoopMgt 24 } + +mldSnoopVlanEntry OBJECT-TYPE + SYNTAX MldSnoopVlanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of MLD Snooping service per VLAN." + INDEX { mldSnoopVlanIndex } + ::= {mldSnoopVlanTable 1} + +MldSnoopVlanEntry ::= + SEQUENCE { + mldSnoopVlanIndex VlanIndex, + mldSnoopVlanNumGroups Unsigned32, + mldSnoopVlanNumJoinSend Unsigned32, + mldSnoopVlanNumJoins Unsigned32, + mldSnoopVlanNumJoinSuccess Unsigned32, + mldSnoopVlanNumLeavesSend Unsigned32, + mldSnoopVlanNumLeaves Unsigned32, + mldSnoopVlanNumGeneralQuerySend Unsigned32, + mldSnoopVlanNumGeneralQueryRecevied Unsigned32, + mldSnoopVlanNumSepcificQuerySend Unsigned32, + mldsnoopVlanNumSpecificQueryReceived Unsigned32, + mldSnoopVlanNumInvalidReport Unsigned32, + mldSnoopVlanClearStatistics TruthValue + } + +mldSnoopVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "VLAN ID" + ::= { mldSnoopVlanEntry 1 } + +mldSnoopVlanNumGroups OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Current learned groups " + ::= { mldSnoopVlanEntry 2 } + +mldSnoopVlanNumJoinSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join send." + ::= { mldSnoopVlanEntry 3 } + +mldSnoopVlanNumJoins OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of join received " + ::= { mldSnoopVlanEntry 4 } + +mldSnoopVlanNumJoinSuccess OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of jion success " + ::= { mldSnoopVlanEntry 5 } + +mldSnoopVlanNumLeavesSend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave send." + ::= { mldSnoopVlanEntry 6 } + +mldSnoopVlanNumLeaves OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of leave received " + ::= { mldSnoopVlanEntry 7} + +mldSnoopVlanNumGeneralQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query send " + ::= { mldSnoopVlanEntry 8} + +mldSnoopVlanNumGeneralQueryRecevied OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of general query received " + ::= { mldSnoopVlanEntry 9} + +mldSnoopVlanNumSepcificQuerySend OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of specific query send" + ::= { mldSnoopVlanEntry 10} + +mldsnoopVlanNumSpecificQueryReceived OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of sepcific query received " + ::= { mldSnoopVlanEntry 11} + +mldSnoopVlanNumInvalidReport OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of invalid report received" + ::= { mldSnoopVlanEntry 12} + +mldSnoopVlanClearStatistics OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clear this VLAN statistics" + ::= { mldSnoopVlanEntry 13} + +-- +-- dhcpv6SnoopMgt +-- + +-- Management of DHCPv6 snooping. + +dhcpv6SnoopGlobal OBJECT IDENTIFIER ::= { dhcpv6SnoopMgt 1 } +dhcpv6SnoopVlan OBJECT IDENTIFIER ::= { dhcpv6SnoopMgt 2 } +dhcpv6SnoopInterface OBJECT IDENTIFIER ::= { dhcpv6SnoopMgt 3 } +dhcpv6SnoopBinding OBJECT IDENTIFIER ::= { dhcpv6SnoopMgt 4 } +dhcpv6SnoopStatistics OBJECT IDENTIFIER ::= { dhcpv6SnoopMgt 5 } + +dhcpv6SnoopEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the DHCPv6 Snooping feature is + enabled." + ::= { dhcpv6SnoopGlobal 1 } + +dhcpv6SnoopBindingTableClearAction OBJECT-TYPE + SYNTAX INTEGER + { + noClear(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Action for clearing dhcpv6SnoopBindingTable. + When this object is set to clear(2), all dynamic entries in dhcpv6SnoopBindingTable will be cleared. + When this object is read, the value of this object is + always noClear(1)." + ::= { dhcpv6SnoopGlobal 2 } + +dhcpv6SnoopStatisticsClearAction OBJECT-TYPE + SYNTAX INTEGER + { + noClear(1), + clear(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Action for clearing dhcpSnoopStatistics. + When this object is set to clear(2), statistics in dhcpSnoopStatistics will be cleared. + When this object is read, the value of this object is + always noClear(1)." + ::= { dhcpv6SnoopGlobal 3 } + +dhcpv6SnoopOptionRemoteIdEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the DHCPv6 snooping remote-id option(option 37) feature is enabled." + ::= { dhcpv6SnoopGlobal 4} + +dhcpv6SnoopOptionRemoteIdPolicy OBJECT-TYPE + SYNTAX INTEGER + { + drop(1), + keep(2), + replace(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates which reforwarding policy shall be used for DHCPv6 snooping remote-id option(option 37). + A value of drop(1) means to drop the DHCPv6 client packet which has remote-id option. + A value of keep(2) means to keep the existing remote-id option of DHCPv6 client packet. + A value of replace(3) means to replace the existing remote-id option of DHCPv6 client packet." + ::= { dhcpv6SnoopGlobal 5 } +-- +dhcpv6SnoopVlanConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dhcpv6SnoopVlanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains DHCPv6 Snooping configurations of existing VLANs." + ::= { dhcpv6SnoopVlan 1 } + +dhcpv6SnoopVlanConfigEntry OBJECT-TYPE + SYNTAX Dhcpv6SnoopVlanConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to enable + or disable DHCPv6 Snooping at each existing VLAN." + INDEX { dhcpv6SnoopVlanIndex } + ::= { dhcpv6SnoopVlanConfigTable 1 } + +Dhcpv6SnoopVlanConfigEntry ::= SEQUENCE +{ + dhcpv6SnoopVlanIndex VlanIndex, + dhcpv6SnoopVlanEnable EnabledStatus +} + +dhcpv6SnoopVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the VLAN ID on which DHCPv6 Snooping + feature is configured." + ::= { dhcpv6SnoopVlanConfigEntry 1 } + +dhcpv6SnoopVlanEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether DHCPv6 Snooping is enabled in + this VLAN." + ::= { dhcpv6SnoopVlanConfigEntry 2 } + +-- +dhcpv6SnoopPortConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dhcpv6SnoopPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table provides the mechanism to configure the trust + state of each port or trunk for DHCPv6 Snooping purpose." + ::= { dhcpv6SnoopInterface 1 } + +dhcpv6SnoopPortConfigEntry OBJECT-TYPE + SYNTAX Dhcpv6SnoopPortConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to enable or disable + trust state of each port or trunk for DHCPv6 Snooping purpose." + INDEX { dhcpv6SnoopPortIfIndex } + ::= { dhcpv6SnoopPortConfigTable 1 } + +Dhcpv6SnoopPortConfigEntry ::= SEQUENCE +{ + dhcpv6SnoopPortIfIndex InterfaceIndex, + dhcpv6SnoopPortTrustEnable EnabledStatus, + dhcpv6SnoopPortMaxBinding Integer32, + dhcpv6SnoopPortCurrentBinding Integer32 +} + +dhcpv6SnoopPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The ifIndex value of the port or trunk." + ::= { dhcpv6SnoopPortConfigEntry 1 } + +dhcpv6SnoopPortTrustEnable OBJECT-TYPE + SYNTAX EnabledStatus + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether the port or trunk is trusted + for DHCP Snooping purpose." + ::= { dhcpv6SnoopPortConfigEntry 2 } + +dhcpv6SnoopPortMaxBinding OBJECT-TYPE + SYNTAX Integer32(1..5) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum number of binding entries of the port or trunk" + ::= { dhcpv6SnoopPortConfigEntry 3} + +dhcpv6SnoopPortCurrentBinding OBJECT-TYPE + SYNTAX Integer32(0..5) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of dynamic binding entrires learned on the port or trunk." + ::= { dhcpv6SnoopPortConfigEntry 4} +-- +dhcpv6SnoopBindingTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dhcpv6SnoopBindingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the DHCPv6 binding entries information + learned by the device." + ::= { dhcpv6SnoopBinding 1 } + +dhcpv6SnoopBindingEntry OBJECT-TYPE + SYNTAX Dhcpv6SnoopBindingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the link-layer address, ia type, + ia id, IPv6 address, VLAN number, interface number, lifetime." + INDEX { + dhcpv6SnoopBindingLinkLayerAddress, + dhcpv6SnoopBindingIaType, + dhcpv6SnoopBindingIaId, + dhcpv6SnoopBindingIpv6Address + } + ::= { dhcpv6SnoopBindingTable 1 } + +Dhcpv6SnoopBindingEntry ::= SEQUENCE +{ + dhcpv6SnoopBindingLinkLayerAddress MacAddress, + dhcpv6SnoopBindingIaType INTEGER, + dhcpv6SnoopBindingIaId Unsigned32, + dhcpv6SnoopBindingIpv6Address InetAddress, + dhcpv6SnoopBindingVlanIndex VlanIndex, + dhcpv6SnoopBindingPortIfIndex InterfaceIndex, + dhcpv6SnoopBindingLifeTime Unsigned32 +} + +dhcpv6SnoopBindingLinkLayerAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the link-layer address of a DHCPv6 + client host." + ::= { dhcpv6SnoopBindingEntry 1 } + + +dhcpv6SnoopBindingIaType OBJECT-TYPE + SYNTAX INTEGER + { + na(3), + ta(4) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the IPv6 address ia type of a DHCPv6 + client host. na - Non-temporary address, ta - temporary address" + ::= { dhcpv6SnoopBindingEntry 2 } + +dhcpv6SnoopBindingIaId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the IPv6 address ia id of a DHCPv6 + client host." + ::= { dhcpv6SnoopBindingEntry 3 } + +dhcpv6SnoopBindingIpv6Address OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the IPv6 address of a DHCPv6 + client host." + ::= { dhcpv6SnoopBindingEntry 4 } + +dhcpv6SnoopBindingVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the VLAN which a DHCPv6 client host + belongs to." + ::= { dhcpv6SnoopBindingEntry 5 } + +dhcpv6SnoopBindingPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the port or trunk where a DHCPv6 client + host connects to." + ::= { dhcpv6SnoopBindingEntry 6 } + +dhcpv6SnoopBindingLifeTime OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This object indicates the life time of this DHCPv6 + binding." + ::= { dhcpv6SnoopBindingEntry 7 } + +-- + +dhcpSnoopRecvClientPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the received number of client packets" + ::= { dhcpv6SnoopStatistics 1 } + +dhcpSnoopSentClientPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the sent number of client packets" + ::= { dhcpv6SnoopStatistics 2 } + +dhcpSnoopDroppedClientPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the dropped number of client packets" + ::= { dhcpv6SnoopStatistics 3 } + +dhcpSnoopRecvServerPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the received number of server packets" + ::= { dhcpv6SnoopStatistics 4 } + +dhcpSnoopSentServerPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the sent number of server packets" + ::= { dhcpv6SnoopStatistics 5 } + +dhcpSnoopDroppedServerPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the dropped number of server packets" + ::= { dhcpv6SnoopStatistics 6} + +dhcpSnoopRecvRelayPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the received number of relay packets" + ::= { dhcpv6SnoopStatistics 7 } + +dhcpSnoopSentRelayPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the sent number of relay packets" + ::= { dhcpv6SnoopStatistics 8 } + +dhcpSnoopDroppedRelayPkts OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the dropped number of relay packets" + ::= { dhcpv6SnoopStatistics 9} + + +-- ip6SrcGuardMgt Table +ip6SrcGuardConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF Ip6SrcGuardConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the configurations to set + IPv6 Source Guard at each port." + ::= { ip6SrcGuardMgt 1 } + +ip6SrcGuardConfigEntry OBJECT-TYPE + SYNTAX Ip6SrcGuardConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the configuration to set + IPv6 Source Guard at each port." + INDEX { ip6SrcGuardPortIfIndex } + ::= { ip6SrcGuardConfigTable 1} + +Ip6SrcGuardConfigEntry ::= SEQUENCE +{ + ip6SrcGuardPortIfIndex InterfaceIndex, + ip6SrcGuardMode INTEGER, + ip6SrcGuardMaxBinding Integer32 +} + +ip6SrcGuardPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object idents the port which is capable of + IPv6 Source Guard feature." + ::= { ip6SrcGuardConfigEntry 1 } + +ip6SrcGuardMode OBJECT-TYPE + SYNTAX INTEGER { disabled(1), srcIp(2)} + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates whether IPv6 Source Guard is enabled + at this interface. If the value equals 1, it means IPv6 Source + Guard is disabled. If the value equals 2, it means IPv6 Source + Guard is enabled, and packets are filtered by checking source ip." + ::= { ip6SrcGuardConfigEntry 2 } + +ip6SrcGuardMaxBinding OBJECT-TYPE + SYNTAX Integer32 (1..5) + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This object indicates the maximum number of bindings associated with the port." + ::= { ip6SrcGuardConfigEntry 3} +-- +ip6SrcGuardAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF Ip6SrcGuardAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "A table contains the IPv6 Source Guard bindings information + learnt by the device or configured by the user." + ::= { ip6SrcGuardMgt 2 } + +ip6SrcGuardAddrEntry OBJECT-TYPE + SYNTAX Ip6SrcGuardAddrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "An instance contains the Mac address, binding type, + IPv6 address, VLAN id, interface id, and status." + INDEX { ip6SrcGuardBindingType, ip6SrcGuardBindingMacAddress, ip6SrcGuardBindingIpv6Address} + ::= { ip6SrcGuardAddrTable 1 } + +Ip6SrcGuardAddrEntry ::= SEQUENCE +{ + ip6SrcGuardBindingType INTEGER, + ip6SrcGuardBindingMacAddress MacAddress, + ip6SrcGuardBindingIpv6Address InetAddressIPv6, + ip6SrcGuardBindingVlanIndex VlanIndex, + ip6SrcGuardBindingPortIfIndex InterfaceIndex, + ip6SrcGuardBindingStatus RowStatus +} + +ip6SrcGuardBindingType OBJECT-TYPE + SYNTAX INTEGER + { + static(1), + dhcp6snp(2), + ndsnp(3) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the binding type of the associated client." + ::= {ip6SrcGuardAddrEntry 1} + +ip6SrcGuardBindingMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the MAC address of the associated client." + ::= {ip6SrcGuardAddrEntry 2} + +ip6SrcGuardBindingIpv6Address OBJECT-TYPE + SYNTAX InetAddressIPv6 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "This object indicates the IPv6 address of the associated client." + ::= {ip6SrcGuardAddrEntry 3} + +ip6SrcGuardBindingVlanIndex OBJECT-TYPE + SYNTAX VlanIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This object indicates the VLAN id of the associated client." + ::= {ip6SrcGuardAddrEntry 4} + +ip6SrcGuardBindingPortIfIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-create + STATUS current + DESCRIPTION "This object indicates the port of the associated client." + ::= {ip6SrcGuardAddrEntry 5} + +ip6SrcGuardBindingStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION "The status of this conceptual row entry. This object issued to + manage the creation and deletion of conceptual rows. + The status column has six defined values: - 'active', which + indicates that the conceptual row is available for use by the + managed device; - 'notInService', which indicates that the + conceptual row exists in the agent, but is unavailable for use + by the managed device." + ::= {ip6SrcGuardAddrEntry 6} + + +-- +-- trap definitions +-- + +ecs4110-Traps OBJECT IDENTIFIER ::= { ecs4110-Notifications 1 } +ecs4110-TrapsPrefix OBJECT IDENTIFIER ::= { ecs4110-Traps 0 } + +swPowerStatusChangeTrap NOTIFICATION-TYPE + OBJECTS { swIndivPowerUnitIndex, swIndivPowerIndex, swIndivPowerStatus } + STATUS current + DESCRIPTION "This trap is sent when the power state changes." + ::= { ecs4110-TrapsPrefix 1 } + +swPortSecurityTrap NOTIFICATION-TYPE + OBJECTS { ifIndex } + STATUS current + DESCRIPTION "This trap is sent when the port is being intruded. This trap + will only be sent when the portSecActionTrap is enabled." + ::= { ecs4110-TrapsPrefix 36 } + +swIpFilterRejectTrap NOTIFICATION-TYPE + OBJECTS { trapIpFilterRejectMode, trapIpFilterRejectIp } + STATUS current + DESCRIPTION "This trap is sent when an incorrect IP address is rejected by + the ipfilter." + ::= { ecs4110-TrapsPrefix 40 } + +--poe traps start +pethPsePortOnOffNotification NOTIFICATION-TYPE + OBJECTS { pethPsePortDetectionStatus } + STATUS current + DESCRIPTION + " This Notification indicates if a Pse Port is delivering power to the PD. This notification SHOULD be sent on + every status change except in searching mode." + ::= { ecs4110-TrapsPrefix 43 } + +pethPsePortPowerMaintenanceStatusNotification NOTIFICATION-TYPE + OBJECTS { pethPsePortPowerMaintenanceStatus } + STATUS current + DESCRIPTION + " This Notification indicates a Port Change Status and + SHOULD be sent on every status change." + ::= { ecs4110-TrapsPrefix 44 } + + +pethMainPowerUsageOnNotification NOTIFICATION-TYPE + OBJECTS { pethMainPseConsumptionPower } + STATUS current + DESCRIPTION + " This Notification indicates PSE Threshold usage indication is + on; the power usage is above the threshold." + ::= { ecs4110-TrapsPrefix 45 } + +pethMainPowerUsageOffNotification NOTIFICATION-TYPE + OBJECTS { pethMainPseConsumptionPower } + STATUS current + DESCRIPTION + " This Notification indicates that the PSE Threshold usage indication + is off; the usage power is below the threshold." + ::= { ecs4110-TrapsPrefix 46 } +--poe traps end + + +-- +-- ATC trap +-- +swAtcBcastStormAlarmFireTrap NOTIFICATION-TYPE + OBJECTS { + atcBcastStormIfIndex, + atcBcastStormSampleType, + atcBcastStormCurrentTrafficRate, + atcBcastStormAlarmFireThreshold + } + STATUS current + DESCRIPTION + "When the broadcast traffic is detected as the storm, this trap + will be fired." + ::= { ecs4110-TrapsPrefix 70 } + +swAtcBcastStormAlarmClearTrap NOTIFICATION-TYPE + OBJECTS { + atcBcastStormIfIndex, + atcBcastStormSampleType, + atcBcastStormCurrentTrafficRate, + atcBcastStormAlarmClearThreshold + } + STATUS current + DESCRIPTION + "When the broadcast storm is detected as the normal traffic, this + trap will be fired." + ::= { ecs4110-TrapsPrefix 71 } + +swAtcBcastStormTcApplyTrap NOTIFICATION-TYPE + OBJECTS { + atcBcastStormIfIndex, + atcBcastStormSampleType, + atcBcastStormCurrentTrafficRate, + atcBcastStormAlarmFireThreshold, + atcBcastStormTcApplyTime + } + STATUS current + DESCRIPTION + "When the ATC is activated, this trap will be fired." + ::= { ecs4110-TrapsPrefix 72 } + +swAtcBcastStormTcReleaseTrap NOTIFICATION-TYPE + OBJECTS { + atcBcastStormIfIndex, + atcBcastStormSampleType, + atcBcastStormCurrentTrafficRate, + atcBcastStormAlarmClearThreshold, + atcBcastStormTcReleaseTime + } + STATUS current + DESCRIPTION + "When the ATC is released, this trap will be fired." + ::= { ecs4110-TrapsPrefix 73 } + +swAtcMcastStormAlarmFireTrap NOTIFICATION-TYPE + OBJECTS { + atcMcastStormIfIndex, + atcMcastStormSampleType, + atcMcastStormCurrentTrafficRate, + atcMcastStormAlarmFireThreshold + } + STATUS current + DESCRIPTION + "When the multicast traffic is detected as the storm, this trap + will be fired." + ::= { ecs4110-TrapsPrefix 74 } + +swAtcMcastStormAlarmClearTrap NOTIFICATION-TYPE + OBJECTS { + atcMcastStormIfIndex, + atcMcastStormSampleType, + atcMcastStormCurrentTrafficRate, + atcMcastStormAlarmClearThreshold + } + STATUS current + DESCRIPTION + "When the multicast storm is detected as the normal traffic, this + trap will be fired." + ::= { ecs4110-TrapsPrefix 75 } + +swAtcMcastStormTcApplyTrap NOTIFICATION-TYPE + OBJECTS { + atcMcastStormIfIndex, + atcMcastStormSampleType, + atcMcastStormCurrentTrafficRate, + atcMcastStormAlarmFireThreshold, + atcMcastStormTcApplyTime + } + STATUS current + DESCRIPTION + "When the ATC is activated, this trap will be fired." + ::= { ecs4110-TrapsPrefix 76 } + +swAtcMcastStormTcReleaseTrap NOTIFICATION-TYPE + OBJECTS { + atcMcastStormIfIndex, + atcMcastStormSampleType, + atcMcastStormCurrentTrafficRate, + atcMcastStormAlarmClearThreshold, + atcMcastStormTcReleaseTime + } + STATUS current + DESCRIPTION + "When the ATC is released, this trap will be fired." + ::= { ecs4110-TrapsPrefix 77 } + +stpBpduGuardPortShutdownTrap NOTIFICATION-TYPE + OBJECTS { ifIndex } + STATUS current + DESCRIPTION "This trap will be sent when an interface is shut down + because of BPDU guard." + ::= { ecs4110-TrapsPrefix 91 } + +swLoopbackDetectionTrap NOTIFICATION-TYPE + OBJECTS { staLoopbackDetectionPortIfIndex } + STATUS current + DESCRIPTION "This trap will be sent when loopback BPDUs have been detected." + ::= { ecs4110-TrapsPrefix 95 } + +networkAccessPortLinkDetectionTrap NOTIFICATION-TYPE + OBJECTS { + ifIndex, + ifOperStatus, + networkAccessPortLinkDetectionMode, + networkAccessPortLinkDetectionAciton + } + STATUS current + DESCRIPTION "This trap is sent when a networkAccessPortLinkDetection + event is triggered." + ::= { ecs4110-TrapsPrefix 96 } + +dot1agCfmMepUpTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepDbRMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when a new remote MEP is discovered." + ::= { ecs4110-TrapsPrefix 97 } + +dot1agCfmMepDownTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepDbRMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when port status or interface status TLV + received from remote MEP indicates it is not up." + ::= { ecs4110-TrapsPrefix 98 } + +dot1agCfmConfigFailTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when a MEP receives a CCM with MPID + which already exists on the same MA in this switch." + ::= { ecs4110-TrapsPrefix 99 } + +dot1agCfmLoopFindTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when a MEP receives its own CCMs." + ::= { ecs4110-TrapsPrefix 100 } + +dot1agCfmMepUnknownTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when a CCM is received from + an unexpected MEP." + ::= { ecs4110-TrapsPrefix 101 } + +dot1agCfmMepMissingTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMepDbRMepIdentifier + } + STATUS current + DESCRIPTION "This trap is sent when the cross-check enable timer expires + and no CCMs were received from an expected (configured) MEP." + ::= { ecs4110-TrapsPrefix 102 } + +dot1agCfmMaUpTrap NOTIFICATION-TYPE + OBJECTS { + dot1agCfmMaIndex + } + STATUS current + DESCRIPTION "This trap is sent when all expected remote MEPs are up." + ::= { ecs4110-TrapsPrefix 103 } + +autoUpgradeTrap NOTIFICATION-TYPE + OBJECTS { + fileCopyFileType, + trapAutoUpgradeResult, + trapAutoUpgradeNewVer + } + STATUS current + DESCRIPTION "This trap is sent when auto upgrade is executed." + ::= { ecs4110-TrapsPrefix 104 } + +swCpuUtiRisingNotification NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This notification indicates that the CPU utilization has risen + from cpuUtiFallingThreshold to cpuUtiRisingThreshold." + ::= { ecs4110-TrapsPrefix 107 } + +swCpuUtiFallingNotification NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This notification indicates that the CPU utilization has fallen + from cpuUtiRisingThreshold to cpuUtiFallingThreshold." + ::= { ecs4110-TrapsPrefix 108 } + +swMemoryUtiRisingThresholdNotification NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This notification indicates that the memory utilization has risen + from memoryUtiFallingThreshold to memoryUtiRisingThreshold." + ::= { ecs4110-TrapsPrefix 109 } + +swMemoryUtiFallingThresholdNotification NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "This notification indicates that the memory utilization has fallen + from memoryUtiRisingThreshold to memoryUtiFallingThreshold." + ::= { ecs4110-TrapsPrefix 110 } + +dhcpRogueServerAttackTrap NOTIFICATION-TYPE + OBJECTS + { + trapDhcpClientPortIfIndex, + trapDhcpServerIpAddress, + trapDhcpServerMacAddress + } + STATUS current + DESCRIPTION "This trap is sent when receiving a DHCP packet from a + rogue server." + ::= { ecs4110-TrapsPrefix 114 } + +macNotificationTrap NOTIFICATION-TYPE + OBJECTS + { + trapIfIndex, + trapVlanId, + trapVarMacAddr, + trapMacNotifyAction + } + STATUS current + DESCRIPTION "This trap is sent when there are changes of the + dynamic MAC addresses on the switch." + ::= { ecs4110-TrapsPrefix 138 } + +lbdDetectionTrap NOTIFICATION-TYPE + OBJECTS { + trapIfIndex, + trapVlanId + } + STATUS current + DESCRIPTION "This trap is sent when a loopback condition is detected + by LBD." + ::= { ecs4110-TrapsPrefix 141 } + +lbdRecoveryTrap NOTIFICATION-TYPE + OBJECTS { + trapIfIndex + } + STATUS current + DESCRIPTION "This trap is sent when a recovery is done by LBD." + ::= { ecs4110-TrapsPrefix 142 } + +sfpThresholdAlarmWarnTrap NOTIFICATION-TYPE + OBJECTS + { + trapSfpThresholdAlarmWarnIfIndex, + trapSfpThresholdAlarmWarnType + } + STATUS current + DESCRIPTION + "This trap is sent when the sfp's A/D quantity is not within alarm/warning thresholds." + ::= { ecs4110-TrapsPrefix 189 } + +udldPortShutdownTrap NOTIFICATION-TYPE + OBJECTS { + udldPortIndex, + trapUdldPortShutdownReason + } + STATUS current + DESCRIPTION "This trap is sent when the port is shut down by UDLD." + ::= { ecs4110-TrapsPrefix 192 } + +userAuthenticationFailureTrap NOTIFICATION-TYPE + OBJECTS { + trapVarLoginUserName, + trapVarSessionType, + trapVarLoginInetAddressType, + trapVarLoginInetAddress + } + STATUS current + DESCRIPTION "This trap will be triggered if authentication is fail." + ::= { ecs4110-TrapsPrefix 199 } + +userAuthenticationSuccessTrap NOTIFICATION-TYPE + OBJECTS { + trapVarLoginUserName, + trapVarSessionType, + trapVarLoginInetAddressType, + trapVarLoginInetAddress + } + STATUS current + DESCRIPTION "This trap will be triggered if authentication is successful." + ::= { ecs4110-TrapsPrefix 200 } + +loginTrap NOTIFICATION-TYPE + OBJECTS { + trapVarLoginUserName, + trapVarSessionType, + trapVarLoginInetAddressType, + trapVarLoginInetAddress + } + STATUS current + DESCRIPTION "This trap is sent when user login." + ::= { ecs4110-TrapsPrefix 201 } + +logoutTrap NOTIFICATION-TYPE + OBJECTS { + trapVarLoginUserName, + trapVarSessionType, + trapVarLoginInetAddressType, + trapVarLoginInetAddress + } + STATUS current + DESCRIPTION "This trap is sent when user logout." + ::= { ecs4110-TrapsPrefix 202 } + +fileCopyTrap NOTIFICATION-TYPE + OBJECTS { + trapVarLoginUserName, + trapVarSessionType, + trapVarLoginInetAddressType, + trapVarLoginInetAddress, + fileCopySrcOperType, + fileCopySrcFileName, + fileCopyDestOperType, + fileCopyDestFileName, + fileCopyFileType, + fileCopyUnitId, + fileCopyStatus, + fileCopyServerInetAddressType, + fileCopyServerInetAddress + } + STATUS current + DESCRIPTION "This trap is sent when file copy is executed. + If the copy action is triggered by system, + the login user information(trapVarLoginUserName/ + trapVarSessionType/trapVarLoginInetAddressTypes/ + trapVarLoginInetAddres) will be null value." + ::= { ecs4110-TrapsPrefix 208 } + +userauthCreateUserTrap NOTIFICATION-TYPE + OBJECTS { + userAuthUserName + } + STATUS current + DESCRIPTION "This trap is sent when create user account." + ::= { ecs4110-TrapsPrefix 209 } + +userauthDeleteUserTrap NOTIFICATION-TYPE + OBJECTS { + userAuthUserName + } + STATUS current + DESCRIPTION "This trap is sent when delete user account." + ::= { ecs4110-TrapsPrefix 210 } + +userauthModifyUserPrivilegeTrap NOTIFICATION-TYPE + OBJECTS { + userAuthUserName, + userAuthPrivilege + } + STATUS current + DESCRIPTION "This trap is sent when modify user privilege." + ::= { ecs4110-TrapsPrefix 211 } + +cpuGuardControlTrap NOTIFICATION-TYPE + STATUS current + DESCRIPTION "This trap is sent when CPU utilization + rises above the high-watermark first time or when CPU utilization + rises from below the low-watermark to above the high-watermark." + ::= { ecs4110-TrapsPrefix 213 } + +cpuGuardReleaseTrap NOTIFICATION-TYPE + STATUS current + DESCRIPTION "This trap is sent when CPU utilization falls from + above the high-watermark to below the low-watermark." + ::= { ecs4110-TrapsPrefix 214 } + +END diff --git a/tests/data/edgecos_ecs4110-28t.json b/tests/data/edgecos_ecs4110-28t.json new file mode 100644 index 0000000000..2611ce9aca --- /dev/null +++ b/tests/data/edgecos_ecs4110-28t.json @@ -0,0 +1,6859 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.259.10.1.39.103", + "sysDescr": "ECS4110-28T", + "sysContact": null, + "version": null, + "hardware": null, + "features": null, + "os": "edgecos", + "type": "network", + "serial": null, + "icon": "edge-core.png", + "location": null + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.259.10.1.39.103", + "sysDescr": "ECS4110-28T", + "sysContact": "", + "version": "R01 1.1.2.0", + "hardware": "ECS4110-28T", + "features": null, + "os": "edgecos", + "type": "network", + "serial": "EC1549000075", + "icon": "edge-core.png", + "location": "" + } + ] + } + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 1", + "ifName": "Port1", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 2", + "ifName": "Port2", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 3", + "ifName": "Port3", + "portName": null, + "ifIndex": 3, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 4", + "ifName": "Port4", + "portName": null, + "ifIndex": 4, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 5", + "ifName": "Port5", + "portName": null, + "ifIndex": 5, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 6", + "ifName": "Port6", + "portName": null, + "ifIndex": 6, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 7", + "ifName": "Port7", + "portName": null, + "ifIndex": 7, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 8", + "ifName": "Port8", + "portName": null, + "ifIndex": 8, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 9", + "ifName": "Port9", + "portName": null, + "ifIndex": 9, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 9", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 10", + "ifName": "Port10", + "portName": null, + "ifIndex": 10, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 10", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 11", + "ifName": "Port11", + "portName": null, + "ifIndex": 11, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 11", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 12", + "ifName": "Port12", + "portName": null, + "ifIndex": 12, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 12", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 13", + "ifName": "Port13", + "portName": null, + "ifIndex": 13, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 13", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 14", + "ifName": "Port14", + "portName": null, + "ifIndex": 14, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 14", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 15", + "ifName": "Port15", + "portName": null, + "ifIndex": 15, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 15", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 16", + "ifName": "Port16", + "portName": null, + "ifIndex": 16, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 16", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 17", + "ifName": "Port17", + "portName": null, + "ifIndex": 17, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 17", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 18", + "ifName": "Port18", + "portName": null, + "ifIndex": 18, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 18", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 19", + "ifName": "Port19", + "portName": null, + "ifIndex": 19, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 19", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 20", + "ifName": "Port20", + "portName": null, + "ifIndex": 20, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 20", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 21", + "ifName": "Port21", + "portName": null, + "ifIndex": 21, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 21", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 22", + "ifName": "Port22", + "portName": null, + "ifIndex": 22, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 22", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 23", + "ifName": "Port23", + "portName": null, + "ifIndex": 23, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 23", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 24", + "ifName": "Port24", + "portName": null, + "ifIndex": 24, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 24", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 25", + "ifName": "Port25", + "portName": null, + "ifIndex": 25, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 25", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 26", + "ifName": "Port26", + "portName": null, + "ifIndex": 26, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 26", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 27", + "ifName": "Port27", + "portName": null, + "ifIndex": 27, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 27", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 28", + "ifName": "Port28", + "portName": null, + "ifIndex": 28, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 28", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Console port", + "ifName": "Console73", + "portName": null, + "ifIndex": 73, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "rs232", + "ifAlias": "Console port", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback Interface 0", + "ifName": "Loopback0", + "portName": null, + "ifIndex": 1000, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "Loopback Interface 0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "VLAN ID 0001", + "ifName": "VLAN1", + "portName": null, + "ifIndex": 1001, + "ifSpeed": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifHighSpeed": null, + "ifOperStatus": null, + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "l3ipvlan", + "ifAlias": "VLAN ID 0001", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 1", + "ifName": "Port1", + "portName": null, + "ifIndex": 1, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 1", + "ifPhysAddress": "cc37ab7d9024", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 2", + "ifName": "Port2", + "portName": null, + "ifIndex": 2, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 2", + "ifPhysAddress": "cc37ab7d9025", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 3", + "ifName": "Port3", + "portName": null, + "ifIndex": 3, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 3", + "ifPhysAddress": "cc37ab7d9026", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 4", + "ifName": "Port4", + "portName": null, + "ifIndex": 4, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 4", + "ifPhysAddress": "cc37ab7d9027", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 5", + "ifName": "Port5", + "portName": null, + "ifIndex": 5, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 5", + "ifPhysAddress": "cc37ab7d9028", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 6", + "ifName": "Port6", + "portName": null, + "ifIndex": 6, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 6", + "ifPhysAddress": "cc37ab7d9029", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 7", + "ifName": "Port7", + "portName": null, + "ifIndex": 7, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 7", + "ifPhysAddress": "cc37ab7d902a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 8", + "ifName": "Port8", + "portName": null, + "ifIndex": 8, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 8", + "ifPhysAddress": "cc37ab7d902b", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 9", + "ifName": "Port9", + "portName": null, + "ifIndex": 9, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 9", + "ifPhysAddress": "cc37ab7d902c", + "ifHardType": null, + "ifLastChange": 575655640, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4807529, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 8727126, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 486435859, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 12586699747, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 40, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 506347, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 331444, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 10", + "ifName": "Port10", + "portName": null, + "ifIndex": 10, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 10", + "ifPhysAddress": "cc37ab7d902d", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 11", + "ifName": "Port11", + "portName": null, + "ifIndex": 11, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 11", + "ifPhysAddress": "cc37ab7d902e", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 12", + "ifName": "Port12", + "portName": null, + "ifIndex": 12, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 12", + "ifPhysAddress": "cc37ab7d902f", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 13", + "ifName": "Port13", + "portName": null, + "ifIndex": 13, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 13", + "ifPhysAddress": "cc37ab7d9030", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 14", + "ifName": "Port14", + "portName": null, + "ifIndex": 14, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 14", + "ifPhysAddress": "cc37ab7d9031", + "ifHardType": null, + "ifLastChange": 119827910, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 200144, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3687012, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 1, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 19848633, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 6191102906, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1995, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 18826431, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 8437666, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 15", + "ifName": "Port15", + "portName": null, + "ifIndex": 15, + "ifSpeed": 1000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 15", + "ifPhysAddress": "cc37ab7d9032", + "ifHardType": null, + "ifLastChange": 1382374101, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 71714, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 101019194, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 10557290, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 144795821881, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1425, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 205444740, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 4002, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 67705055, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 16", + "ifName": "Port16", + "portName": null, + "ifIndex": 16, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 16", + "ifPhysAddress": "cc37ab7d9033", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 17", + "ifName": "Port17", + "portName": null, + "ifIndex": 17, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 17", + "ifPhysAddress": "cc37ab7d9034", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 18", + "ifName": "Port18", + "portName": null, + "ifIndex": 18, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 18", + "ifPhysAddress": "cc37ab7d9035", + "ifHardType": null, + "ifLastChange": 437889687, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 69, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 18761, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 7185, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 25721433, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 1, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 2843, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 931, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 19", + "ifName": "Port19", + "portName": null, + "ifIndex": 19, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 19", + "ifPhysAddress": "cc37ab7d9036", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 20", + "ifName": "Port20", + "portName": null, + "ifIndex": 20, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 20", + "ifPhysAddress": "cc37ab7d9037", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 21", + "ifName": "Port21", + "portName": null, + "ifIndex": 21, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 21", + "ifPhysAddress": "cc37ab7d9038", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 22", + "ifName": "Port22", + "portName": null, + "ifIndex": 22, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 22", + "ifPhysAddress": "cc37ab7d9039", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 23", + "ifName": "Port23", + "portName": null, + "ifIndex": 23, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 23", + "ifPhysAddress": "cc37ab7d903a", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 24", + "ifName": "Port24", + "portName": null, + "ifIndex": 24, + "ifSpeed": 1000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 24", + "ifPhysAddress": "cc37ab7d903b", + "ifHardType": null, + "ifLastChange": 10235, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1298427625, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 365047443, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 251294609341, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 362591532778, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 787895, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 204914268, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 642456, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 67708196, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 25", + "ifName": "Port25", + "portName": null, + "ifIndex": 25, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 25", + "ifPhysAddress": "cc37ab7d903c", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 26", + "ifName": "Port26", + "portName": null, + "ifIndex": 26, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 26", + "ifPhysAddress": "cc37ab7d903d", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 27", + "ifName": "Port27", + "portName": null, + "ifIndex": 27, + "ifSpeed": 1000000000, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "lowerLayerDown", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 27", + "ifPhysAddress": "cc37ab7d903e", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Ethernet Port on unit 1, port 28", + "ifName": "Port28", + "portName": null, + "ifIndex": 28, + "ifSpeed": 1000000000, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 1000, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 1518, + "ifType": "ethernetCsmacd", + "ifAlias": "Ethernet Port on unit 1, port 28", + "ifPhysAddress": "cc37ab7d903f", + "ifHardType": null, + "ifLastChange": 893278540, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 395474901, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 1304777879, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 383158828090, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 252189691600, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 208479612, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 998887, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 71382407, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 644154, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Console port", + "ifName": "Console73", + "portName": null, + "ifIndex": 73, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "rs232", + "ifAlias": "Console port", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Loopback Interface 0", + "ifName": "Loopback0", + "portName": null, + "ifIndex": 1000, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "false", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 0, + "ifType": "softwareLoopback", + "ifAlias": "Loopback Interface 0", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "VLAN ID 0001", + "ifName": "VLAN1", + "portName": null, + "ifIndex": 1001, + "ifSpeed": null, + "ifConnectorPresent": "true", + "ifPromiscuousMode": "true", + "ifHighSpeed": 0, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "l3ipvlan", + "ifAlias": "VLAN ID 0001", + "ifPhysAddress": "cc37ab7d9023", + "ifHardType": null, + "ifLastChange": 319, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.259.10.1.39.1.39.2.1.0", + "processor_index": "0", + "processor_type": "edgecos", + "processor_usage": 75, + "processor_descr": "Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "edgecos", + "mempool_precision": 1, + "mempool_descr": "Memory", + "mempool_perc": 0, + "mempool_used": 0, + "mempool_free": 0, + "mempool_total": 0, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + }, + "poller": { + "mempools": [ + { + "mempool_index": "0", + "entPhysicalIndex": null, + "hrDeviceIndex": null, + "mempool_type": "edgecos", + "mempool_precision": 1, + "mempool_descr": "Memory", + "mempool_perc": 83, + "mempool_used": 111763456, + "mempool_free": 22454272, + "mempool_total": 134217728, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 75 + } + ] + } + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 1, + "vlan_domain": 1, + "vlan_name": "DefaultVlan", + "vlan_type": null, + "vlan_mtu": null + } + ], + "ports_vlans": [ + { + "vlan": 1, + "baseport": 1, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 2, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 3, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 4, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 5, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 6, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 7, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 8, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 9, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 10, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 11, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 12, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 13, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 14, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 15, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 16, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 17, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 18, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 19, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 20, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 21, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 22, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 23, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 24, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 25, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 26, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 27, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + }, + { + "vlan": 1, + "baseport": 28, + "priority": 0, + "state": "unknown", + "cost": 0, + "untagged": 1 + } + ] + } + } +} diff --git a/tests/snmpsim/edgecos_ecs4110-28t.snmprec b/tests/snmpsim/edgecos_ecs4110-28t.snmprec new file mode 100644 index 0000000000..f65188094c --- /dev/null +++ b/tests/snmpsim/edgecos_ecs4110-28t.snmprec @@ -0,0 +1,2007 @@ +1.3.6.1.2.1.1.1.0|4|ECS4110-28T +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.259.10.1.39.103 +1.3.6.1.2.1.1.3.0|67|1455821255 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.1|4|Ethernet Port on unit 1, port 1 +1.3.6.1.2.1.2.2.1.2.2|4|Ethernet Port on unit 1, port 2 +1.3.6.1.2.1.2.2.1.2.3|4|Ethernet Port on unit 1, port 3 +1.3.6.1.2.1.2.2.1.2.4|4|Ethernet Port on unit 1, port 4 +1.3.6.1.2.1.2.2.1.2.5|4|Ethernet Port on unit 1, port 5 +1.3.6.1.2.1.2.2.1.2.6|4|Ethernet Port on unit 1, port 6 +1.3.6.1.2.1.2.2.1.2.7|4|Ethernet Port on unit 1, port 7 +1.3.6.1.2.1.2.2.1.2.8|4|Ethernet Port on unit 1, port 8 +1.3.6.1.2.1.2.2.1.2.9|4|Ethernet Port on unit 1, port 9 +1.3.6.1.2.1.2.2.1.2.10|4|Ethernet Port on unit 1, port 10 +1.3.6.1.2.1.2.2.1.2.11|4|Ethernet Port on unit 1, port 11 +1.3.6.1.2.1.2.2.1.2.12|4|Ethernet Port on unit 1, port 12 +1.3.6.1.2.1.2.2.1.2.13|4|Ethernet Port on unit 1, port 13 +1.3.6.1.2.1.2.2.1.2.14|4|Ethernet Port on unit 1, port 14 +1.3.6.1.2.1.2.2.1.2.15|4|Ethernet Port on unit 1, port 15 +1.3.6.1.2.1.2.2.1.2.16|4|Ethernet Port on unit 1, port 16 +1.3.6.1.2.1.2.2.1.2.17|4|Ethernet Port on unit 1, port 17 +1.3.6.1.2.1.2.2.1.2.18|4|Ethernet Port on unit 1, port 18 +1.3.6.1.2.1.2.2.1.2.19|4|Ethernet Port on unit 1, port 19 +1.3.6.1.2.1.2.2.1.2.20|4|Ethernet Port on unit 1, port 20 +1.3.6.1.2.1.2.2.1.2.21|4|Ethernet Port on unit 1, port 21 +1.3.6.1.2.1.2.2.1.2.22|4|Ethernet Port on unit 1, port 22 +1.3.6.1.2.1.2.2.1.2.23|4|Ethernet Port on unit 1, port 23 +1.3.6.1.2.1.2.2.1.2.24|4|Ethernet Port on unit 1, port 24 +1.3.6.1.2.1.2.2.1.2.25|4|Ethernet Port on unit 1, port 25 +1.3.6.1.2.1.2.2.1.2.26|4|Ethernet Port on unit 1, port 26 +1.3.6.1.2.1.2.2.1.2.27|4|Ethernet Port on unit 1, port 27 +1.3.6.1.2.1.2.2.1.2.28|4|Ethernet Port on unit 1, port 28 +1.3.6.1.2.1.2.2.1.2.73|4|Console port +1.3.6.1.2.1.2.2.1.2.1000|4|Loopback Interface 0 +1.3.6.1.2.1.2.2.1.2.1001|4|VLAN ID 0001 +1.3.6.1.2.1.2.2.1.3.1|2|6 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.3.3|2|6 +1.3.6.1.2.1.2.2.1.3.4|2|6 +1.3.6.1.2.1.2.2.1.3.5|2|6 +1.3.6.1.2.1.2.2.1.3.6|2|6 +1.3.6.1.2.1.2.2.1.3.7|2|6 +1.3.6.1.2.1.2.2.1.3.8|2|6 +1.3.6.1.2.1.2.2.1.3.9|2|6 +1.3.6.1.2.1.2.2.1.3.10|2|6 +1.3.6.1.2.1.2.2.1.3.11|2|6 +1.3.6.1.2.1.2.2.1.3.12|2|6 +1.3.6.1.2.1.2.2.1.3.13|2|6 +1.3.6.1.2.1.2.2.1.3.14|2|6 +1.3.6.1.2.1.2.2.1.3.15|2|6 +1.3.6.1.2.1.2.2.1.3.16|2|6 +1.3.6.1.2.1.2.2.1.3.17|2|6 +1.3.6.1.2.1.2.2.1.3.18|2|6 +1.3.6.1.2.1.2.2.1.3.19|2|6 +1.3.6.1.2.1.2.2.1.3.20|2|6 +1.3.6.1.2.1.2.2.1.3.21|2|6 +1.3.6.1.2.1.2.2.1.3.22|2|6 +1.3.6.1.2.1.2.2.1.3.23|2|6 +1.3.6.1.2.1.2.2.1.3.24|2|6 +1.3.6.1.2.1.2.2.1.3.25|2|6 +1.3.6.1.2.1.2.2.1.3.26|2|6 +1.3.6.1.2.1.2.2.1.3.27|2|6 +1.3.6.1.2.1.2.2.1.3.28|2|6 +1.3.6.1.2.1.2.2.1.3.73|2|33 +1.3.6.1.2.1.2.2.1.3.1000|2|24 +1.3.6.1.2.1.2.2.1.3.1001|2|136 +1.3.6.1.2.1.2.2.1.4.1|2|1518 +1.3.6.1.2.1.2.2.1.4.2|2|1518 +1.3.6.1.2.1.2.2.1.4.3|2|1518 +1.3.6.1.2.1.2.2.1.4.4|2|1518 +1.3.6.1.2.1.2.2.1.4.5|2|1518 +1.3.6.1.2.1.2.2.1.4.6|2|1518 +1.3.6.1.2.1.2.2.1.4.7|2|1518 +1.3.6.1.2.1.2.2.1.4.8|2|1518 +1.3.6.1.2.1.2.2.1.4.9|2|1518 +1.3.6.1.2.1.2.2.1.4.10|2|1518 +1.3.6.1.2.1.2.2.1.4.11|2|1518 +1.3.6.1.2.1.2.2.1.4.12|2|1518 +1.3.6.1.2.1.2.2.1.4.13|2|1518 +1.3.6.1.2.1.2.2.1.4.14|2|1518 +1.3.6.1.2.1.2.2.1.4.15|2|1518 +1.3.6.1.2.1.2.2.1.4.16|2|1518 +1.3.6.1.2.1.2.2.1.4.17|2|1518 +1.3.6.1.2.1.2.2.1.4.18|2|1518 +1.3.6.1.2.1.2.2.1.4.19|2|1518 +1.3.6.1.2.1.2.2.1.4.20|2|1518 +1.3.6.1.2.1.2.2.1.4.21|2|1518 +1.3.6.1.2.1.2.2.1.4.22|2|1518 +1.3.6.1.2.1.2.2.1.4.23|2|1518 +1.3.6.1.2.1.2.2.1.4.24|2|1518 +1.3.6.1.2.1.2.2.1.4.25|2|1518 +1.3.6.1.2.1.2.2.1.4.26|2|1518 +1.3.6.1.2.1.2.2.1.4.27|2|1518 +1.3.6.1.2.1.2.2.1.4.28|2|1518 +1.3.6.1.2.1.2.2.1.4.73|2|0 +1.3.6.1.2.1.2.2.1.4.1000|2|0 +1.3.6.1.2.1.2.2.1.4.1001|2|1500 +1.3.6.1.2.1.2.2.1.6.1|4x|CC37AB7D9024 +1.3.6.1.2.1.2.2.1.6.2|4x|CC37AB7D9025 +1.3.6.1.2.1.2.2.1.6.3|4x|CC37AB7D9026 +1.3.6.1.2.1.2.2.1.6.4|4x|CC37AB7D9027 +1.3.6.1.2.1.2.2.1.6.5|4x|CC37AB7D9028 +1.3.6.1.2.1.2.2.1.6.6|4x|CC37AB7D9029 +1.3.6.1.2.1.2.2.1.6.7|4x|CC37AB7D902A +1.3.6.1.2.1.2.2.1.6.8|4x|CC37AB7D902B +1.3.6.1.2.1.2.2.1.6.9|4x|CC37AB7D902C +1.3.6.1.2.1.2.2.1.6.10|4x|CC37AB7D902D +1.3.6.1.2.1.2.2.1.6.11|4x|CC37AB7D902E +1.3.6.1.2.1.2.2.1.6.12|4x|CC37AB7D902F +1.3.6.1.2.1.2.2.1.6.13|4x|CC37AB7D9030 +1.3.6.1.2.1.2.2.1.6.14|4x|CC37AB7D9031 +1.3.6.1.2.1.2.2.1.6.15|4x|CC37AB7D9032 +1.3.6.1.2.1.2.2.1.6.16|4x|CC37AB7D9033 +1.3.6.1.2.1.2.2.1.6.17|4x|CC37AB7D9034 +1.3.6.1.2.1.2.2.1.6.18|4x|CC37AB7D9035 +1.3.6.1.2.1.2.2.1.6.19|4x|CC37AB7D9036 +1.3.6.1.2.1.2.2.1.6.20|4x|CC37AB7D9037 +1.3.6.1.2.1.2.2.1.6.21|4x|CC37AB7D9038 +1.3.6.1.2.1.2.2.1.6.22|4x|CC37AB7D9039 +1.3.6.1.2.1.2.2.1.6.23|4x|CC37AB7D903A +1.3.6.1.2.1.2.2.1.6.24|4x|CC37AB7D903B +1.3.6.1.2.1.2.2.1.6.25|4x|CC37AB7D903C +1.3.6.1.2.1.2.2.1.6.26|4x|CC37AB7D903D +1.3.6.1.2.1.2.2.1.6.27|4x|CC37AB7D903E +1.3.6.1.2.1.2.2.1.6.28|4x|CC37AB7D903F +1.3.6.1.2.1.2.2.1.6.73|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1000|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1001|4x|CC37AB7D9023 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.7.3|2|1 +1.3.6.1.2.1.2.2.1.7.4|2|1 +1.3.6.1.2.1.2.2.1.7.5|2|1 +1.3.6.1.2.1.2.2.1.7.6|2|1 +1.3.6.1.2.1.2.2.1.7.7|2|1 +1.3.6.1.2.1.2.2.1.7.8|2|1 +1.3.6.1.2.1.2.2.1.7.9|2|1 +1.3.6.1.2.1.2.2.1.7.10|2|1 +1.3.6.1.2.1.2.2.1.7.11|2|1 +1.3.6.1.2.1.2.2.1.7.12|2|1 +1.3.6.1.2.1.2.2.1.7.13|2|1 +1.3.6.1.2.1.2.2.1.7.14|2|1 +1.3.6.1.2.1.2.2.1.7.15|2|1 +1.3.6.1.2.1.2.2.1.7.16|2|1 +1.3.6.1.2.1.2.2.1.7.17|2|1 +1.3.6.1.2.1.2.2.1.7.18|2|1 +1.3.6.1.2.1.2.2.1.7.19|2|1 +1.3.6.1.2.1.2.2.1.7.20|2|1 +1.3.6.1.2.1.2.2.1.7.21|2|1 +1.3.6.1.2.1.2.2.1.7.22|2|1 +1.3.6.1.2.1.2.2.1.7.23|2|1 +1.3.6.1.2.1.2.2.1.7.24|2|1 +1.3.6.1.2.1.2.2.1.7.25|2|1 +1.3.6.1.2.1.2.2.1.7.26|2|1 +1.3.6.1.2.1.2.2.1.7.27|2|1 +1.3.6.1.2.1.2.2.1.7.28|2|1 +1.3.6.1.2.1.2.2.1.7.73|2|1 +1.3.6.1.2.1.2.2.1.7.1000|2|1 +1.3.6.1.2.1.2.2.1.7.1001|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|7 +1.3.6.1.2.1.2.2.1.8.2|2|7 +1.3.6.1.2.1.2.2.1.8.3|2|7 +1.3.6.1.2.1.2.2.1.8.4|2|7 +1.3.6.1.2.1.2.2.1.8.5|2|7 +1.3.6.1.2.1.2.2.1.8.6|2|7 +1.3.6.1.2.1.2.2.1.8.7|2|7 +1.3.6.1.2.1.2.2.1.8.8|2|7 +1.3.6.1.2.1.2.2.1.8.9|2|7 +1.3.6.1.2.1.2.2.1.8.10|2|7 +1.3.6.1.2.1.2.2.1.8.11|2|7 +1.3.6.1.2.1.2.2.1.8.12|2|7 +1.3.6.1.2.1.2.2.1.8.13|2|7 +1.3.6.1.2.1.2.2.1.8.14|2|7 +1.3.6.1.2.1.2.2.1.8.15|2|1 +1.3.6.1.2.1.2.2.1.8.16|2|7 +1.3.6.1.2.1.2.2.1.8.17|2|7 +1.3.6.1.2.1.2.2.1.8.18|2|7 +1.3.6.1.2.1.2.2.1.8.19|2|7 +1.3.6.1.2.1.2.2.1.8.20|2|7 +1.3.6.1.2.1.2.2.1.8.21|2|7 +1.3.6.1.2.1.2.2.1.8.22|2|7 +1.3.6.1.2.1.2.2.1.8.23|2|7 +1.3.6.1.2.1.2.2.1.8.24|2|1 +1.3.6.1.2.1.2.2.1.8.25|2|7 +1.3.6.1.2.1.2.2.1.8.26|2|7 +1.3.6.1.2.1.2.2.1.8.27|2|7 +1.3.6.1.2.1.2.2.1.8.28|2|1 +1.3.6.1.2.1.2.2.1.8.73|2|1 +1.3.6.1.2.1.2.2.1.8.1000|2|1 +1.3.6.1.2.1.2.2.1.8.1001|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.9.3|67|0 +1.3.6.1.2.1.2.2.1.9.4|67|0 +1.3.6.1.2.1.2.2.1.9.5|67|0 +1.3.6.1.2.1.2.2.1.9.6|67|0 +1.3.6.1.2.1.2.2.1.9.7|67|0 +1.3.6.1.2.1.2.2.1.9.8|67|0 +1.3.6.1.2.1.2.2.1.9.9|67|575655640 +1.3.6.1.2.1.2.2.1.9.10|67|0 +1.3.6.1.2.1.2.2.1.9.11|67|0 +1.3.6.1.2.1.2.2.1.9.12|67|0 +1.3.6.1.2.1.2.2.1.9.13|67|0 +1.3.6.1.2.1.2.2.1.9.14|67|119827910 +1.3.6.1.2.1.2.2.1.9.15|67|1382374101 +1.3.6.1.2.1.2.2.1.9.16|67|0 +1.3.6.1.2.1.2.2.1.9.17|67|0 +1.3.6.1.2.1.2.2.1.9.18|67|437889687 +1.3.6.1.2.1.2.2.1.9.19|67|0 +1.3.6.1.2.1.2.2.1.9.20|67|0 +1.3.6.1.2.1.2.2.1.9.21|67|0 +1.3.6.1.2.1.2.2.1.9.22|67|0 +1.3.6.1.2.1.2.2.1.9.23|67|0 +1.3.6.1.2.1.2.2.1.9.24|67|10235 +1.3.6.1.2.1.2.2.1.9.25|67|0 +1.3.6.1.2.1.2.2.1.9.26|67|0 +1.3.6.1.2.1.2.2.1.9.27|67|0 +1.3.6.1.2.1.2.2.1.9.28|67|893278540 +1.3.6.1.2.1.2.2.1.9.73|67|0 +1.3.6.1.2.1.2.2.1.9.1000|67|0 +1.3.6.1.2.1.2.2.1.9.1001|67|319 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.13.3|65|0 +1.3.6.1.2.1.2.2.1.13.4|65|0 +1.3.6.1.2.1.2.2.1.13.5|65|0 +1.3.6.1.2.1.2.2.1.13.6|65|0 +1.3.6.1.2.1.2.2.1.13.7|65|0 +1.3.6.1.2.1.2.2.1.13.8|65|0 +1.3.6.1.2.1.2.2.1.13.9|65|0 +1.3.6.1.2.1.2.2.1.13.10|65|0 +1.3.6.1.2.1.2.2.1.13.11|65|0 +1.3.6.1.2.1.2.2.1.13.12|65|0 +1.3.6.1.2.1.2.2.1.13.13|65|0 +1.3.6.1.2.1.2.2.1.13.14|65|0 +1.3.6.1.2.1.2.2.1.13.15|65|0 +1.3.6.1.2.1.2.2.1.13.16|65|0 +1.3.6.1.2.1.2.2.1.13.17|65|0 +1.3.6.1.2.1.2.2.1.13.18|65|0 +1.3.6.1.2.1.2.2.1.13.19|65|0 +1.3.6.1.2.1.2.2.1.13.20|65|0 +1.3.6.1.2.1.2.2.1.13.21|65|0 +1.3.6.1.2.1.2.2.1.13.22|65|0 +1.3.6.1.2.1.2.2.1.13.23|65|0 +1.3.6.1.2.1.2.2.1.13.24|65|0 +1.3.6.1.2.1.2.2.1.13.25|65|0 +1.3.6.1.2.1.2.2.1.13.26|65|0 +1.3.6.1.2.1.2.2.1.13.27|65|0 +1.3.6.1.2.1.2.2.1.13.28|65|0 +1.3.6.1.2.1.2.2.1.13.73|65|0 +1.3.6.1.2.1.2.2.1.13.1000|65|0 +1.3.6.1.2.1.2.2.1.13.1001|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.14.3|65|0 +1.3.6.1.2.1.2.2.1.14.4|65|0 +1.3.6.1.2.1.2.2.1.14.5|65|0 +1.3.6.1.2.1.2.2.1.14.6|65|0 +1.3.6.1.2.1.2.2.1.14.7|65|0 +1.3.6.1.2.1.2.2.1.14.8|65|0 +1.3.6.1.2.1.2.2.1.14.9|65|0 +1.3.6.1.2.1.2.2.1.14.10|65|0 +1.3.6.1.2.1.2.2.1.14.11|65|0 +1.3.6.1.2.1.2.2.1.14.12|65|0 +1.3.6.1.2.1.2.2.1.14.13|65|0 +1.3.6.1.2.1.2.2.1.14.14|65|1 +1.3.6.1.2.1.2.2.1.14.15|65|0 +1.3.6.1.2.1.2.2.1.14.16|65|0 +1.3.6.1.2.1.2.2.1.14.17|65|0 +1.3.6.1.2.1.2.2.1.14.18|65|0 +1.3.6.1.2.1.2.2.1.14.19|65|0 +1.3.6.1.2.1.2.2.1.14.20|65|0 +1.3.6.1.2.1.2.2.1.14.21|65|0 +1.3.6.1.2.1.2.2.1.14.22|65|0 +1.3.6.1.2.1.2.2.1.14.23|65|0 +1.3.6.1.2.1.2.2.1.14.24|65|0 +1.3.6.1.2.1.2.2.1.14.25|65|0 +1.3.6.1.2.1.2.2.1.14.26|65|0 +1.3.6.1.2.1.2.2.1.14.27|65|0 +1.3.6.1.2.1.2.2.1.14.28|65|0 +1.3.6.1.2.1.2.2.1.14.73|65|0 +1.3.6.1.2.1.2.2.1.14.1000|65|0 +1.3.6.1.2.1.2.2.1.14.1001|65|0 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.19.3|65|0 +1.3.6.1.2.1.2.2.1.19.4|65|0 +1.3.6.1.2.1.2.2.1.19.5|65|0 +1.3.6.1.2.1.2.2.1.19.6|65|0 +1.3.6.1.2.1.2.2.1.19.7|65|0 +1.3.6.1.2.1.2.2.1.19.8|65|0 +1.3.6.1.2.1.2.2.1.19.9|65|0 +1.3.6.1.2.1.2.2.1.19.10|65|0 +1.3.6.1.2.1.2.2.1.19.11|65|0 +1.3.6.1.2.1.2.2.1.19.12|65|0 +1.3.6.1.2.1.2.2.1.19.13|65|0 +1.3.6.1.2.1.2.2.1.19.14|65|0 +1.3.6.1.2.1.2.2.1.19.15|65|0 +1.3.6.1.2.1.2.2.1.19.16|65|0 +1.3.6.1.2.1.2.2.1.19.17|65|0 +1.3.6.1.2.1.2.2.1.19.18|65|0 +1.3.6.1.2.1.2.2.1.19.19|65|0 +1.3.6.1.2.1.2.2.1.19.20|65|0 +1.3.6.1.2.1.2.2.1.19.21|65|0 +1.3.6.1.2.1.2.2.1.19.22|65|0 +1.3.6.1.2.1.2.2.1.19.23|65|0 +1.3.6.1.2.1.2.2.1.19.24|65|0 +1.3.6.1.2.1.2.2.1.19.25|65|0 +1.3.6.1.2.1.2.2.1.19.26|65|0 +1.3.6.1.2.1.2.2.1.19.27|65|0 +1.3.6.1.2.1.2.2.1.19.28|65|0 +1.3.6.1.2.1.2.2.1.19.73|65|0 +1.3.6.1.2.1.2.2.1.19.1000|65|0 +1.3.6.1.2.1.2.2.1.19.1001|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.2.2.1.20.3|65|0 +1.3.6.1.2.1.2.2.1.20.4|65|0 +1.3.6.1.2.1.2.2.1.20.5|65|0 +1.3.6.1.2.1.2.2.1.20.6|65|0 +1.3.6.1.2.1.2.2.1.20.7|65|0 +1.3.6.1.2.1.2.2.1.20.8|65|0 +1.3.6.1.2.1.2.2.1.20.9|65|0 +1.3.6.1.2.1.2.2.1.20.10|65|0 +1.3.6.1.2.1.2.2.1.20.11|65|0 +1.3.6.1.2.1.2.2.1.20.12|65|0 +1.3.6.1.2.1.2.2.1.20.13|65|0 +1.3.6.1.2.1.2.2.1.20.14|65|0 +1.3.6.1.2.1.2.2.1.20.15|65|0 +1.3.6.1.2.1.2.2.1.20.16|65|0 +1.3.6.1.2.1.2.2.1.20.17|65|0 +1.3.6.1.2.1.2.2.1.20.18|65|0 +1.3.6.1.2.1.2.2.1.20.19|65|0 +1.3.6.1.2.1.2.2.1.20.20|65|0 +1.3.6.1.2.1.2.2.1.20.21|65|0 +1.3.6.1.2.1.2.2.1.20.22|65|0 +1.3.6.1.2.1.2.2.1.20.23|65|0 +1.3.6.1.2.1.2.2.1.20.24|65|0 +1.3.6.1.2.1.2.2.1.20.25|65|0 +1.3.6.1.2.1.2.2.1.20.26|65|0 +1.3.6.1.2.1.2.2.1.20.27|65|0 +1.3.6.1.2.1.2.2.1.20.28|65|0 +1.3.6.1.2.1.2.2.1.20.73|65|0 +1.3.6.1.2.1.2.2.1.20.1000|65|0 +1.3.6.1.2.1.2.2.1.20.1001|65|0 +1.3.6.1.2.1.4.3.0|65|1359047 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|0 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|1327743 +1.3.6.1.2.1.4.10.0|65|1261382 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|1 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.172.20.50.13|2|1001 +1.3.6.1.2.1.4.20.1.3.172.20.50.13|64|255.255.255.0 +1.3.6.1.2.1.4.22.1.2.1001.172.20.50.13|4x|CC37AB7D9023 +1.3.6.1.2.1.4.22.1.2.1001.172.20.50.254|4x|64A0E7433841 +1.3.6.1.2.1.4.24.3.0|66|2 +1.3.6.1.2.1.5.1.0|65|21913 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|0 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|21913 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|21948 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|35 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|21913 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|227 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|0 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|2084 +1.3.6.1.2.1.6.11.0|65|2154 +1.3.6.1.2.1.6.12.0|65|34 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|1 +1.3.6.1.2.1.7.1.0|65|1302522 +1.3.6.1.2.1.7.2.0|65|268 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|1237277 +1.3.6.1.2.1.10.7.2.1.19.1|2|3 +1.3.6.1.2.1.10.7.2.1.19.2|2|3 +1.3.6.1.2.1.10.7.2.1.19.3|2|3 +1.3.6.1.2.1.10.7.2.1.19.4|2|3 +1.3.6.1.2.1.10.7.2.1.19.5|2|3 +1.3.6.1.2.1.10.7.2.1.19.6|2|3 +1.3.6.1.2.1.10.7.2.1.19.7|2|3 +1.3.6.1.2.1.10.7.2.1.19.8|2|3 +1.3.6.1.2.1.10.7.2.1.19.9|2|3 +1.3.6.1.2.1.10.7.2.1.19.10|2|3 +1.3.6.1.2.1.10.7.2.1.19.11|2|3 +1.3.6.1.2.1.10.7.2.1.19.12|2|3 +1.3.6.1.2.1.10.7.2.1.19.13|2|3 +1.3.6.1.2.1.10.7.2.1.19.14|2|3 +1.3.6.1.2.1.10.7.2.1.19.15|2|3 +1.3.6.1.2.1.10.7.2.1.19.16|2|3 +1.3.6.1.2.1.10.7.2.1.19.17|2|3 +1.3.6.1.2.1.10.7.2.1.19.18|2|3 +1.3.6.1.2.1.10.7.2.1.19.19|2|3 +1.3.6.1.2.1.10.7.2.1.19.20|2|3 +1.3.6.1.2.1.10.7.2.1.19.21|2|3 +1.3.6.1.2.1.10.7.2.1.19.22|2|3 +1.3.6.1.2.1.10.7.2.1.19.23|2|3 +1.3.6.1.2.1.10.7.2.1.19.24|2|3 +1.3.6.1.2.1.10.7.2.1.19.25|2|3 +1.3.6.1.2.1.10.7.2.1.19.26|2|3 +1.3.6.1.2.1.10.7.2.1.19.27|2|3 +1.3.6.1.2.1.10.7.2.1.19.28|2|3 +1.3.6.1.2.1.11.1.0|65|1237262 +1.3.6.1.2.1.11.2.0|65|1237261 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|11394954 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|118924 +1.3.6.1.2.1.11.16.0|65|28957 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|1237263 +1.3.6.1.2.1.11.29.0|65|0 +1.3.6.1.2.1.11.30.0|2|1 +1.3.6.1.2.1.11.31.0|65|204 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.16.1.1.1.1.1|2|1 +1.3.6.1.2.1.17.1.1.0|4x|CC37AB7D9023 +1.3.6.1.2.1.17.1.4.1.2.1|2|1 +1.3.6.1.2.1.17.1.4.1.2.2|2|2 +1.3.6.1.2.1.17.1.4.1.2.3|2|3 +1.3.6.1.2.1.17.1.4.1.2.4|2|4 +1.3.6.1.2.1.17.1.4.1.2.5|2|5 +1.3.6.1.2.1.17.1.4.1.2.6|2|6 +1.3.6.1.2.1.17.1.4.1.2.7|2|7 +1.3.6.1.2.1.17.1.4.1.2.8|2|8 +1.3.6.1.2.1.17.1.4.1.2.9|2|9 +1.3.6.1.2.1.17.1.4.1.2.10|2|10 +1.3.6.1.2.1.17.1.4.1.2.11|2|11 +1.3.6.1.2.1.17.1.4.1.2.12|2|12 +1.3.6.1.2.1.17.1.4.1.2.13|2|13 +1.3.6.1.2.1.17.1.4.1.2.14|2|14 +1.3.6.1.2.1.17.1.4.1.2.15|2|15 +1.3.6.1.2.1.17.1.4.1.2.16|2|16 +1.3.6.1.2.1.17.1.4.1.2.17|2|17 +1.3.6.1.2.1.17.1.4.1.2.18|2|18 +1.3.6.1.2.1.17.1.4.1.2.19|2|19 +1.3.6.1.2.1.17.1.4.1.2.20|2|20 +1.3.6.1.2.1.17.1.4.1.2.21|2|21 +1.3.6.1.2.1.17.1.4.1.2.22|2|22 +1.3.6.1.2.1.17.1.4.1.2.23|2|23 +1.3.6.1.2.1.17.1.4.1.2.24|2|24 +1.3.6.1.2.1.17.1.4.1.2.25|2|25 +1.3.6.1.2.1.17.1.4.1.2.26|2|26 +1.3.6.1.2.1.17.1.4.1.2.27|2|27 +1.3.6.1.2.1.17.1.4.1.2.28|2|28 +1.3.6.1.2.1.17.2.1.0|2|1 +1.3.6.1.2.1.17.2.2.0|2|32768 +1.3.6.1.2.1.17.2.3.0|67|552 +1.3.6.1.2.1.17.2.4.0|65|146938 +1.3.6.1.2.1.17.2.5.0|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.6.0|2|10010 +1.3.6.1.2.1.17.2.7.0|2|28 +1.3.6.1.2.1.17.2.8.0|2|2000 +1.3.6.1.2.1.17.2.9.0|2|200 +1.3.6.1.2.1.17.2.10.0|2|100 +1.3.6.1.2.1.17.2.11.0|2|1500 +1.3.6.1.2.1.17.2.12.0|2|2000 +1.3.6.1.2.1.17.2.13.0|2|200 +1.3.6.1.2.1.17.2.14.0|2|1500 +1.3.6.1.2.1.17.2.15.1.1.1|2|1 +1.3.6.1.2.1.17.2.15.1.1.2|2|2 +1.3.6.1.2.1.17.2.15.1.1.3|2|3 +1.3.6.1.2.1.17.2.15.1.1.4|2|4 +1.3.6.1.2.1.17.2.15.1.1.5|2|5 +1.3.6.1.2.1.17.2.15.1.1.6|2|6 +1.3.6.1.2.1.17.2.15.1.1.7|2|7 +1.3.6.1.2.1.17.2.15.1.1.8|2|8 +1.3.6.1.2.1.17.2.15.1.1.9|2|9 +1.3.6.1.2.1.17.2.15.1.1.10|2|10 +1.3.6.1.2.1.17.2.15.1.1.11|2|11 +1.3.6.1.2.1.17.2.15.1.1.12|2|12 +1.3.6.1.2.1.17.2.15.1.1.13|2|13 +1.3.6.1.2.1.17.2.15.1.1.14|2|14 +1.3.6.1.2.1.17.2.15.1.1.15|2|15 +1.3.6.1.2.1.17.2.15.1.1.16|2|16 +1.3.6.1.2.1.17.2.15.1.1.17|2|17 +1.3.6.1.2.1.17.2.15.1.1.18|2|18 +1.3.6.1.2.1.17.2.15.1.1.19|2|19 +1.3.6.1.2.1.17.2.15.1.1.20|2|20 +1.3.6.1.2.1.17.2.15.1.1.21|2|21 +1.3.6.1.2.1.17.2.15.1.1.22|2|22 +1.3.6.1.2.1.17.2.15.1.1.23|2|23 +1.3.6.1.2.1.17.2.15.1.1.24|2|24 +1.3.6.1.2.1.17.2.15.1.1.25|2|25 +1.3.6.1.2.1.17.2.15.1.1.26|2|26 +1.3.6.1.2.1.17.2.15.1.1.27|2|27 +1.3.6.1.2.1.17.2.15.1.1.28|2|28 +1.3.6.1.2.1.17.2.15.1.2.1|2|128 +1.3.6.1.2.1.17.2.15.1.2.2|2|128 +1.3.6.1.2.1.17.2.15.1.2.3|2|128 +1.3.6.1.2.1.17.2.15.1.2.4|2|128 +1.3.6.1.2.1.17.2.15.1.2.5|2|128 +1.3.6.1.2.1.17.2.15.1.2.6|2|128 +1.3.6.1.2.1.17.2.15.1.2.7|2|128 +1.3.6.1.2.1.17.2.15.1.2.8|2|128 +1.3.6.1.2.1.17.2.15.1.2.9|2|128 +1.3.6.1.2.1.17.2.15.1.2.10|2|128 +1.3.6.1.2.1.17.2.15.1.2.11|2|128 +1.3.6.1.2.1.17.2.15.1.2.12|2|128 +1.3.6.1.2.1.17.2.15.1.2.13|2|128 +1.3.6.1.2.1.17.2.15.1.2.14|2|128 +1.3.6.1.2.1.17.2.15.1.2.15|2|128 +1.3.6.1.2.1.17.2.15.1.2.16|2|128 +1.3.6.1.2.1.17.2.15.1.2.17|2|128 +1.3.6.1.2.1.17.2.15.1.2.18|2|128 +1.3.6.1.2.1.17.2.15.1.2.19|2|128 +1.3.6.1.2.1.17.2.15.1.2.20|2|128 +1.3.6.1.2.1.17.2.15.1.2.21|2|128 +1.3.6.1.2.1.17.2.15.1.2.22|2|128 +1.3.6.1.2.1.17.2.15.1.2.23|2|128 +1.3.6.1.2.1.17.2.15.1.2.24|2|128 +1.3.6.1.2.1.17.2.15.1.2.25|2|128 +1.3.6.1.2.1.17.2.15.1.2.26|2|128 +1.3.6.1.2.1.17.2.15.1.2.27|2|128 +1.3.6.1.2.1.17.2.15.1.2.28|2|128 +1.3.6.1.2.1.17.2.15.1.3.1|2|6 +1.3.6.1.2.1.17.2.15.1.3.2|2|6 +1.3.6.1.2.1.17.2.15.1.3.3|2|6 +1.3.6.1.2.1.17.2.15.1.3.4|2|6 +1.3.6.1.2.1.17.2.15.1.3.5|2|6 +1.3.6.1.2.1.17.2.15.1.3.6|2|6 +1.3.6.1.2.1.17.2.15.1.3.7|2|6 +1.3.6.1.2.1.17.2.15.1.3.8|2|6 +1.3.6.1.2.1.17.2.15.1.3.9|2|6 +1.3.6.1.2.1.17.2.15.1.3.10|2|6 +1.3.6.1.2.1.17.2.15.1.3.11|2|6 +1.3.6.1.2.1.17.2.15.1.3.12|2|6 +1.3.6.1.2.1.17.2.15.1.3.13|2|6 +1.3.6.1.2.1.17.2.15.1.3.14|2|6 +1.3.6.1.2.1.17.2.15.1.3.15|2|5 +1.3.6.1.2.1.17.2.15.1.3.16|2|6 +1.3.6.1.2.1.17.2.15.1.3.17|2|6 +1.3.6.1.2.1.17.2.15.1.3.18|2|6 +1.3.6.1.2.1.17.2.15.1.3.19|2|6 +1.3.6.1.2.1.17.2.15.1.3.20|2|6 +1.3.6.1.2.1.17.2.15.1.3.21|2|6 +1.3.6.1.2.1.17.2.15.1.3.22|2|6 +1.3.6.1.2.1.17.2.15.1.3.23|2|6 +1.3.6.1.2.1.17.2.15.1.3.24|2|5 +1.3.6.1.2.1.17.2.15.1.3.25|2|6 +1.3.6.1.2.1.17.2.15.1.3.26|2|6 +1.3.6.1.2.1.17.2.15.1.3.27|2|6 +1.3.6.1.2.1.17.2.15.1.3.28|2|5 +1.3.6.1.2.1.17.2.15.1.4.1|2|1 +1.3.6.1.2.1.17.2.15.1.4.2|2|1 +1.3.6.1.2.1.17.2.15.1.4.3|2|1 +1.3.6.1.2.1.17.2.15.1.4.4|2|1 +1.3.6.1.2.1.17.2.15.1.4.5|2|1 +1.3.6.1.2.1.17.2.15.1.4.6|2|1 +1.3.6.1.2.1.17.2.15.1.4.7|2|1 +1.3.6.1.2.1.17.2.15.1.4.8|2|1 +1.3.6.1.2.1.17.2.15.1.4.9|2|1 +1.3.6.1.2.1.17.2.15.1.4.10|2|1 +1.3.6.1.2.1.17.2.15.1.4.11|2|1 +1.3.6.1.2.1.17.2.15.1.4.12|2|1 +1.3.6.1.2.1.17.2.15.1.4.13|2|1 +1.3.6.1.2.1.17.2.15.1.4.14|2|1 +1.3.6.1.2.1.17.2.15.1.4.15|2|1 +1.3.6.1.2.1.17.2.15.1.4.16|2|1 +1.3.6.1.2.1.17.2.15.1.4.17|2|1 +1.3.6.1.2.1.17.2.15.1.4.18|2|1 +1.3.6.1.2.1.17.2.15.1.4.19|2|1 +1.3.6.1.2.1.17.2.15.1.4.20|2|1 +1.3.6.1.2.1.17.2.15.1.4.21|2|1 +1.3.6.1.2.1.17.2.15.1.4.22|2|1 +1.3.6.1.2.1.17.2.15.1.4.23|2|1 +1.3.6.1.2.1.17.2.15.1.4.24|2|1 +1.3.6.1.2.1.17.2.15.1.4.25|2|1 +1.3.6.1.2.1.17.2.15.1.4.26|2|1 +1.3.6.1.2.1.17.2.15.1.4.27|2|1 +1.3.6.1.2.1.17.2.15.1.4.28|2|1 +1.3.6.1.2.1.17.2.15.1.5.1|2|10000 +1.3.6.1.2.1.17.2.15.1.5.2|2|10000 +1.3.6.1.2.1.17.2.15.1.5.3|2|10000 +1.3.6.1.2.1.17.2.15.1.5.4|2|10000 +1.3.6.1.2.1.17.2.15.1.5.5|2|10000 +1.3.6.1.2.1.17.2.15.1.5.6|2|10000 +1.3.6.1.2.1.17.2.15.1.5.7|2|10000 +1.3.6.1.2.1.17.2.15.1.5.8|2|10000 +1.3.6.1.2.1.17.2.15.1.5.9|2|10000 +1.3.6.1.2.1.17.2.15.1.5.10|2|10000 +1.3.6.1.2.1.17.2.15.1.5.11|2|10000 +1.3.6.1.2.1.17.2.15.1.5.12|2|10000 +1.3.6.1.2.1.17.2.15.1.5.13|2|10000 +1.3.6.1.2.1.17.2.15.1.5.14|2|10000 +1.3.6.1.2.1.17.2.15.1.5.15|2|10000 +1.3.6.1.2.1.17.2.15.1.5.16|2|10000 +1.3.6.1.2.1.17.2.15.1.5.17|2|10000 +1.3.6.1.2.1.17.2.15.1.5.18|2|10000 +1.3.6.1.2.1.17.2.15.1.5.19|2|10000 +1.3.6.1.2.1.17.2.15.1.5.20|2|10000 +1.3.6.1.2.1.17.2.15.1.5.21|2|10000 +1.3.6.1.2.1.17.2.15.1.5.22|2|10000 +1.3.6.1.2.1.17.2.15.1.5.23|2|10000 +1.3.6.1.2.1.17.2.15.1.5.24|2|10000 +1.3.6.1.2.1.17.2.15.1.5.25|2|10000 +1.3.6.1.2.1.17.2.15.1.5.26|2|10000 +1.3.6.1.2.1.17.2.15.1.5.27|2|10000 +1.3.6.1.2.1.17.2.15.1.5.28|2|10000 +1.3.6.1.2.1.17.2.15.1.6.1|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.2|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.3|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.4|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.5|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.6|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.7|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.8|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.9|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.10|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.11|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.12|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.13|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.14|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.15|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.16|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.17|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.18|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.19|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.20|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.21|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.22|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.23|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.24|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.25|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.26|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.27|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.6.28|4x|6BEA64A0E7433841 +1.3.6.1.2.1.17.2.15.1.7.1|2|10010 +1.3.6.1.2.1.17.2.15.1.7.2|2|10010 +1.3.6.1.2.1.17.2.15.1.7.3|2|10010 +1.3.6.1.2.1.17.2.15.1.7.4|2|10010 +1.3.6.1.2.1.17.2.15.1.7.5|2|10010 +1.3.6.1.2.1.17.2.15.1.7.6|2|10010 +1.3.6.1.2.1.17.2.15.1.7.7|2|10010 +1.3.6.1.2.1.17.2.15.1.7.8|2|10010 +1.3.6.1.2.1.17.2.15.1.7.9|2|10010 +1.3.6.1.2.1.17.2.15.1.7.10|2|10010 +1.3.6.1.2.1.17.2.15.1.7.11|2|10010 +1.3.6.1.2.1.17.2.15.1.7.12|2|10010 +1.3.6.1.2.1.17.2.15.1.7.13|2|10010 +1.3.6.1.2.1.17.2.15.1.7.14|2|10010 +1.3.6.1.2.1.17.2.15.1.7.15|2|10010 +1.3.6.1.2.1.17.2.15.1.7.16|2|10010 +1.3.6.1.2.1.17.2.15.1.7.17|2|10010 +1.3.6.1.2.1.17.2.15.1.7.18|2|10010 +1.3.6.1.2.1.17.2.15.1.7.19|2|10010 +1.3.6.1.2.1.17.2.15.1.7.20|2|10010 +1.3.6.1.2.1.17.2.15.1.7.21|2|10010 +1.3.6.1.2.1.17.2.15.1.7.22|2|10010 +1.3.6.1.2.1.17.2.15.1.7.23|2|10010 +1.3.6.1.2.1.17.2.15.1.7.24|2|10010 +1.3.6.1.2.1.17.2.15.1.7.25|2|10010 +1.3.6.1.2.1.17.2.15.1.7.26|2|10010 +1.3.6.1.2.1.17.2.15.1.7.27|2|10010 +1.3.6.1.2.1.17.2.15.1.7.28|2|10 +1.3.6.1.2.1.17.2.15.1.8.1|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.2|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.3|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.4|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.5|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.6|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.7|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.8|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.9|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.10|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.11|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.12|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.13|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.14|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.15|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.16|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.17|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.18|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.19|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.20|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.21|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.22|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.23|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.24|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.25|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.26|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.27|4x|8000CC37AB7D9023 +1.3.6.1.2.1.17.2.15.1.8.28|4x|8000B869F48DAB49 +1.3.6.1.2.1.17.2.15.1.9.1|4x|8001 +1.3.6.1.2.1.17.2.15.1.9.2|4x|8002 +1.3.6.1.2.1.17.2.15.1.9.3|4x|8003 +1.3.6.1.2.1.17.2.15.1.9.4|4x|8004 +1.3.6.1.2.1.17.2.15.1.9.5|4x|8005 +1.3.6.1.2.1.17.2.15.1.9.6|4x|8006 +1.3.6.1.2.1.17.2.15.1.9.7|4x|8007 +1.3.6.1.2.1.17.2.15.1.9.8|4x|8008 +1.3.6.1.2.1.17.2.15.1.9.9|4x|8009 +1.3.6.1.2.1.17.2.15.1.9.10|4x|800A +1.3.6.1.2.1.17.2.15.1.9.11|4x|800B +1.3.6.1.2.1.17.2.15.1.9.12|4x|800C +1.3.6.1.2.1.17.2.15.1.9.13|4x|800D +1.3.6.1.2.1.17.2.15.1.9.14|4x|800E +1.3.6.1.2.1.17.2.15.1.9.15|4x|800F +1.3.6.1.2.1.17.2.15.1.9.16|4x|8010 +1.3.6.1.2.1.17.2.15.1.9.17|4x|8011 +1.3.6.1.2.1.17.2.15.1.9.18|4x|8012 +1.3.6.1.2.1.17.2.15.1.9.19|4x|8013 +1.3.6.1.2.1.17.2.15.1.9.20|4x|8014 +1.3.6.1.2.1.17.2.15.1.9.21|4x|8015 +1.3.6.1.2.1.17.2.15.1.9.22|4x|8016 +1.3.6.1.2.1.17.2.15.1.9.23|4x|8017 +1.3.6.1.2.1.17.2.15.1.9.24|4x|8018 +1.3.6.1.2.1.17.2.15.1.9.25|4x|8019 +1.3.6.1.2.1.17.2.15.1.9.26|4x|801A +1.3.6.1.2.1.17.2.15.1.9.27|4x|801B +1.3.6.1.2.1.17.2.15.1.9.28|4x|8005 +1.3.6.1.2.1.17.2.15.1.10.1|65|0 +1.3.6.1.2.1.17.2.15.1.10.2|65|0 +1.3.6.1.2.1.17.2.15.1.10.3|65|0 +1.3.6.1.2.1.17.2.15.1.10.4|65|0 +1.3.6.1.2.1.17.2.15.1.10.5|65|0 +1.3.6.1.2.1.17.2.15.1.10.6|65|0 +1.3.6.1.2.1.17.2.15.1.10.7|65|0 +1.3.6.1.2.1.17.2.15.1.10.8|65|0 +1.3.6.1.2.1.17.2.15.1.10.9|65|6 +1.3.6.1.2.1.17.2.15.1.10.10|65|0 +1.3.6.1.2.1.17.2.15.1.10.11|65|0 +1.3.6.1.2.1.17.2.15.1.10.12|65|0 +1.3.6.1.2.1.17.2.15.1.10.13|65|0 +1.3.6.1.2.1.17.2.15.1.10.14|65|3620 +1.3.6.1.2.1.17.2.15.1.10.15|65|3 +1.3.6.1.2.1.17.2.15.1.10.16|65|0 +1.3.6.1.2.1.17.2.15.1.10.17|65|0 +1.3.6.1.2.1.17.2.15.1.10.18|65|1 +1.3.6.1.2.1.17.2.15.1.10.19|65|0 +1.3.6.1.2.1.17.2.15.1.10.20|65|0 +1.3.6.1.2.1.17.2.15.1.10.21|65|0 +1.3.6.1.2.1.17.2.15.1.10.22|65|0 +1.3.6.1.2.1.17.2.15.1.10.23|65|0 +1.3.6.1.2.1.17.2.15.1.10.24|65|7 +1.3.6.1.2.1.17.2.15.1.10.25|65|0 +1.3.6.1.2.1.17.2.15.1.10.26|65|0 +1.3.6.1.2.1.17.2.15.1.10.27|65|0 +1.3.6.1.2.1.17.2.15.1.10.28|65|12 +1.3.6.1.2.1.17.7.1.1.1.0|2|2 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.2.201.84.148.106|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.2.209.39.128.27|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.3.234.17.79.201|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.8.155.191.65.217|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.36.151.48|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.103.187.132|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.131.88.148|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.196.31.77|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.202.9.215|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.12.41.207.120.8|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.10.185.205.80|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.41.136.5|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.133.19.173|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.133.19.174|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.133.19.175|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.133.19.176|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.17.50.133.99.45|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.19.72.1.130.106|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.19.72.1.130.250|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.19.72.2.120.93|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.23.49.180.164.14|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.24.231.205.158.197|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.27.33.188.35.108|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.27.120.36.162.221|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.33.145.247.9.20|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.37.179.245.37.224|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.140.199.214|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.152.10.215|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.152.112.108|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.152.247.124|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.80.86.152.255.130|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.0.146.88.1.84.191|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.2.17.50.17.22.52|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.4.146.38.108.127.208|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.4.146.38.223.228.166|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.4.212.196.178.148.225|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.8.0.55.215.91.202|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.8.0.55.228.81.166|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.8.98.102.161.253.61|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.16.98.229.175.128.246|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.16.98.235.51.190.163|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.16.191.72.76.181.219|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.20.218.233.150.186.7|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.20.221.169.214.161.103|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.24.3.115.57.22.52|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.28.125.34.32.254.127|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.36.94.190.54.154.75|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.40.16.123.36.243.225|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.44.48.51.251.209.28|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.48.5.92.224.179.77|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.48.133.169.164.255.222|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.48.133.169.165.1.201|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.52.64.181.161.200.112|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.56.44.74.197.175.150|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.60.82.130.191.222.193|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.64.22.126.113.159.195|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.96.164.76.233.180.173|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.100.160.231.67.56.65|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.108.243.127.197.237.224|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.108.243.127.197.238.198|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.116.208.43.155.5.29|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.136.215.246.87.185.65|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.234.27.76.61.168|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.140.234.27.76.61.191|2|24 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.148.222.128.197.64.166|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.160.140.253.20.254.97|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.43.176.210.52.22|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.164.238.87.247.11.28|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.172.34.11.139.87.195|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.110.191.58.189.35|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.176.110.191.202.120.195|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.105.244.43.32.134|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.105.244.141.171.61|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.105.244.141.171.73|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.184.105.244.179.82.199|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.188.174.197.118.71.242|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.45.224.142.134.176|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.45.224.142.134.200|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.45.224.142.184.60|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.45.224.142.184.87|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.55.171.98.156.7|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.55.171.98.156.135|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.55.171.98.159.199|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.204.55.171.125.144.35|2|0 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.208.23.194.203.108.84|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.208.23.194.203.203.225|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.208.23.194.203.207.183|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.208.23.194.203.208.237|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.208.23.194.203.210.156|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.216.80.230.196.206.178|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.31.19.237.245.122|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.31.19.237.245.127|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.228.31.19.237.253.198|2|28 +1.3.6.1.2.1.17.7.1.2.2.1.2.1.252.63.219.82.177.221|2|28 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1|4x|FFFFFFF00000000000 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1|4x|FFFFFFF00000000000 +1.3.6.1.2.1.17.7.1.4.3.1.1.1|4|DefaultVlan +1.3.6.1.2.1.17.7.1.4.5.1.1.1|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.2|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.3|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.4|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.5|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.6|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.7|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.8|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.9|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.10|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.11|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.12|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.13|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.14|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.15|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.16|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.17|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.18|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.19|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.20|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.21|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.22|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.23|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.24|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.25|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.26|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.27|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.28|66|1 +1.3.6.1.2.1.31.1.1.1.1.1|4|Port1 +1.3.6.1.2.1.31.1.1.1.1.2|4|Port2 +1.3.6.1.2.1.31.1.1.1.1.3|4|Port3 +1.3.6.1.2.1.31.1.1.1.1.4|4|Port4 +1.3.6.1.2.1.31.1.1.1.1.5|4|Port5 +1.3.6.1.2.1.31.1.1.1.1.6|4|Port6 +1.3.6.1.2.1.31.1.1.1.1.7|4|Port7 +1.3.6.1.2.1.31.1.1.1.1.8|4|Port8 +1.3.6.1.2.1.31.1.1.1.1.9|4|Port9 +1.3.6.1.2.1.31.1.1.1.1.10|4|Port10 +1.3.6.1.2.1.31.1.1.1.1.11|4|Port11 +1.3.6.1.2.1.31.1.1.1.1.12|4|Port12 +1.3.6.1.2.1.31.1.1.1.1.13|4|Port13 +1.3.6.1.2.1.31.1.1.1.1.14|4|Port14 +1.3.6.1.2.1.31.1.1.1.1.15|4|Port15 +1.3.6.1.2.1.31.1.1.1.1.16|4|Port16 +1.3.6.1.2.1.31.1.1.1.1.17|4|Port17 +1.3.6.1.2.1.31.1.1.1.1.18|4|Port18 +1.3.6.1.2.1.31.1.1.1.1.19|4|Port19 +1.3.6.1.2.1.31.1.1.1.1.20|4|Port20 +1.3.6.1.2.1.31.1.1.1.1.21|4|Port21 +1.3.6.1.2.1.31.1.1.1.1.22|4|Port22 +1.3.6.1.2.1.31.1.1.1.1.23|4|Port23 +1.3.6.1.2.1.31.1.1.1.1.24|4|Port24 +1.3.6.1.2.1.31.1.1.1.1.25|4|Port25 +1.3.6.1.2.1.31.1.1.1.1.26|4|Port26 +1.3.6.1.2.1.31.1.1.1.1.27|4|Port27 +1.3.6.1.2.1.31.1.1.1.1.28|4|Port28 +1.3.6.1.2.1.31.1.1.1.1.73|4|Console73 +1.3.6.1.2.1.31.1.1.1.1.1000|4|Loopback0 +1.3.6.1.2.1.31.1.1.1.1.1001|4|VLAN1 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|0 +1.3.6.1.2.1.31.1.1.1.2.3|65|0 +1.3.6.1.2.1.31.1.1.1.2.4|65|0 +1.3.6.1.2.1.31.1.1.1.2.5|65|0 +1.3.6.1.2.1.31.1.1.1.2.6|65|0 +1.3.6.1.2.1.31.1.1.1.2.7|65|0 +1.3.6.1.2.1.31.1.1.1.2.8|65|0 +1.3.6.1.2.1.31.1.1.1.2.9|65|0 +1.3.6.1.2.1.31.1.1.1.2.10|65|0 +1.3.6.1.2.1.31.1.1.1.2.11|65|0 +1.3.6.1.2.1.31.1.1.1.2.12|65|0 +1.3.6.1.2.1.31.1.1.1.2.13|65|0 +1.3.6.1.2.1.31.1.1.1.2.14|65|0 +1.3.6.1.2.1.31.1.1.1.2.15|65|4002 +1.3.6.1.2.1.31.1.1.1.2.16|65|0 +1.3.6.1.2.1.31.1.1.1.2.17|65|0 +1.3.6.1.2.1.31.1.1.1.2.18|65|1 +1.3.6.1.2.1.31.1.1.1.2.19|65|0 +1.3.6.1.2.1.31.1.1.1.2.20|65|0 +1.3.6.1.2.1.31.1.1.1.2.21|65|0 +1.3.6.1.2.1.31.1.1.1.2.22|65|0 +1.3.6.1.2.1.31.1.1.1.2.23|65|0 +1.3.6.1.2.1.31.1.1.1.2.24|65|642456 +1.3.6.1.2.1.31.1.1.1.2.25|65|0 +1.3.6.1.2.1.31.1.1.1.2.26|65|0 +1.3.6.1.2.1.31.1.1.1.2.27|65|0 +1.3.6.1.2.1.31.1.1.1.2.28|65|71382407 +1.3.6.1.2.1.31.1.1.1.2.73|65|0 +1.3.6.1.2.1.31.1.1.1.2.1000|65|0 +1.3.6.1.2.1.31.1.1.1.2.1001|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|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.3.3|65|0 +1.3.6.1.2.1.31.1.1.1.3.4|65|0 +1.3.6.1.2.1.31.1.1.1.3.5|65|0 +1.3.6.1.2.1.31.1.1.1.3.6|65|0 +1.3.6.1.2.1.31.1.1.1.3.7|65|0 +1.3.6.1.2.1.31.1.1.1.3.8|65|0 +1.3.6.1.2.1.31.1.1.1.3.9|65|40 +1.3.6.1.2.1.31.1.1.1.3.10|65|0 +1.3.6.1.2.1.31.1.1.1.3.11|65|0 +1.3.6.1.2.1.31.1.1.1.3.12|65|0 +1.3.6.1.2.1.31.1.1.1.3.13|65|0 +1.3.6.1.2.1.31.1.1.1.3.14|65|1995 +1.3.6.1.2.1.31.1.1.1.3.15|65|1425 +1.3.6.1.2.1.31.1.1.1.3.16|65|0 +1.3.6.1.2.1.31.1.1.1.3.17|65|0 +1.3.6.1.2.1.31.1.1.1.3.18|65|1 +1.3.6.1.2.1.31.1.1.1.3.19|65|0 +1.3.6.1.2.1.31.1.1.1.3.20|65|0 +1.3.6.1.2.1.31.1.1.1.3.21|65|0 +1.3.6.1.2.1.31.1.1.1.3.22|65|0 +1.3.6.1.2.1.31.1.1.1.3.23|65|0 +1.3.6.1.2.1.31.1.1.1.3.24|65|787895 +1.3.6.1.2.1.31.1.1.1.3.25|65|0 +1.3.6.1.2.1.31.1.1.1.3.26|65|0 +1.3.6.1.2.1.31.1.1.1.3.27|65|0 +1.3.6.1.2.1.31.1.1.1.3.28|65|208479612 +1.3.6.1.2.1.31.1.1.1.3.73|65|0 +1.3.6.1.2.1.31.1.1.1.3.1000|65|0 +1.3.6.1.2.1.31.1.1.1.3.1001|65|0 +1.3.6.1.2.1.31.1.1.1.4.1|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.4.3|65|0 +1.3.6.1.2.1.31.1.1.1.4.4|65|0 +1.3.6.1.2.1.31.1.1.1.4.5|65|0 +1.3.6.1.2.1.31.1.1.1.4.6|65|0 +1.3.6.1.2.1.31.1.1.1.4.7|65|0 +1.3.6.1.2.1.31.1.1.1.4.8|65|0 +1.3.6.1.2.1.31.1.1.1.4.9|65|331444 +1.3.6.1.2.1.31.1.1.1.4.10|65|0 +1.3.6.1.2.1.31.1.1.1.4.11|65|0 +1.3.6.1.2.1.31.1.1.1.4.12|65|0 +1.3.6.1.2.1.31.1.1.1.4.13|65|0 +1.3.6.1.2.1.31.1.1.1.4.14|65|8437666 +1.3.6.1.2.1.31.1.1.1.4.15|65|67705050 +1.3.6.1.2.1.31.1.1.1.4.16|65|0 +1.3.6.1.2.1.31.1.1.1.4.17|65|0 +1.3.6.1.2.1.31.1.1.1.4.18|65|931 +1.3.6.1.2.1.31.1.1.1.4.19|65|0 +1.3.6.1.2.1.31.1.1.1.4.20|65|0 +1.3.6.1.2.1.31.1.1.1.4.21|65|0 +1.3.6.1.2.1.31.1.1.1.4.22|65|0 +1.3.6.1.2.1.31.1.1.1.4.23|65|0 +1.3.6.1.2.1.31.1.1.1.4.24|65|67708191 +1.3.6.1.2.1.31.1.1.1.4.25|65|0 +1.3.6.1.2.1.31.1.1.1.4.26|65|0 +1.3.6.1.2.1.31.1.1.1.4.27|65|0 +1.3.6.1.2.1.31.1.1.1.4.28|65|644154 +1.3.6.1.2.1.31.1.1.1.4.73|65|0 +1.3.6.1.2.1.31.1.1.1.4.1000|65|0 +1.3.6.1.2.1.31.1.1.1.4.1001|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|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.5.3|65|0 +1.3.6.1.2.1.31.1.1.1.5.4|65|0 +1.3.6.1.2.1.31.1.1.1.5.5|65|0 +1.3.6.1.2.1.31.1.1.1.5.6|65|0 +1.3.6.1.2.1.31.1.1.1.5.7|65|0 +1.3.6.1.2.1.31.1.1.1.5.8|65|0 +1.3.6.1.2.1.31.1.1.1.5.9|65|506347 +1.3.6.1.2.1.31.1.1.1.5.10|65|0 +1.3.6.1.2.1.31.1.1.1.5.11|65|0 +1.3.6.1.2.1.31.1.1.1.5.12|65|0 +1.3.6.1.2.1.31.1.1.1.5.13|65|0 +1.3.6.1.2.1.31.1.1.1.5.14|65|18826431 +1.3.6.1.2.1.31.1.1.1.5.15|65|205444727 +1.3.6.1.2.1.31.1.1.1.5.16|65|0 +1.3.6.1.2.1.31.1.1.1.5.17|65|0 +1.3.6.1.2.1.31.1.1.1.5.18|65|2843 +1.3.6.1.2.1.31.1.1.1.5.19|65|0 +1.3.6.1.2.1.31.1.1.1.5.20|65|0 +1.3.6.1.2.1.31.1.1.1.5.21|65|0 +1.3.6.1.2.1.31.1.1.1.5.22|65|0 +1.3.6.1.2.1.31.1.1.1.5.23|65|0 +1.3.6.1.2.1.31.1.1.1.5.24|65|204914255 +1.3.6.1.2.1.31.1.1.1.5.25|65|0 +1.3.6.1.2.1.31.1.1.1.5.26|65|0 +1.3.6.1.2.1.31.1.1.1.5.27|65|0 +1.3.6.1.2.1.31.1.1.1.5.28|65|998887 +1.3.6.1.2.1.31.1.1.1.5.73|65|0 +1.3.6.1.2.1.31.1.1.1.5.1000|65|0 +1.3.6.1.2.1.31.1.1.1.5.1001|65|0 +1.3.6.1.2.1.31.1.1.1.6.1|70|0 +1.3.6.1.2.1.31.1.1.1.6.2|70|0 +1.3.6.1.2.1.31.1.1.1.6.3|70|0 +1.3.6.1.2.1.31.1.1.1.6.4|70|0 +1.3.6.1.2.1.31.1.1.1.6.5|70|0 +1.3.6.1.2.1.31.1.1.1.6.6|70|0 +1.3.6.1.2.1.31.1.1.1.6.7|70|0 +1.3.6.1.2.1.31.1.1.1.6.8|70|0 +1.3.6.1.2.1.31.1.1.1.6.9|70|486435859 +1.3.6.1.2.1.31.1.1.1.6.10|70|0 +1.3.6.1.2.1.31.1.1.1.6.11|70|0 +1.3.6.1.2.1.31.1.1.1.6.12|70|0 +1.3.6.1.2.1.31.1.1.1.6.13|70|0 +1.3.6.1.2.1.31.1.1.1.6.14|70|19848633 +1.3.6.1.2.1.31.1.1.1.6.15|70|10557290 +1.3.6.1.2.1.31.1.1.1.6.16|70|0 +1.3.6.1.2.1.31.1.1.1.6.17|70|0 +1.3.6.1.2.1.31.1.1.1.6.18|70|7185 +1.3.6.1.2.1.31.1.1.1.6.19|70|0 +1.3.6.1.2.1.31.1.1.1.6.20|70|0 +1.3.6.1.2.1.31.1.1.1.6.21|70|0 +1.3.6.1.2.1.31.1.1.1.6.22|70|0 +1.3.6.1.2.1.31.1.1.1.6.23|70|0 +1.3.6.1.2.1.31.1.1.1.6.24|70|251294609341 +1.3.6.1.2.1.31.1.1.1.6.25|70|0 +1.3.6.1.2.1.31.1.1.1.6.26|70|0 +1.3.6.1.2.1.31.1.1.1.6.27|70|0 +1.3.6.1.2.1.31.1.1.1.6.28|70|383158828090 +1.3.6.1.2.1.31.1.1.1.6.73|70|0 +1.3.6.1.2.1.31.1.1.1.6.1000|70|0 +1.3.6.1.2.1.31.1.1.1.6.1001|70|0 +1.3.6.1.2.1.31.1.1.1.7.1|70|0 +1.3.6.1.2.1.31.1.1.1.7.2|70|0 +1.3.6.1.2.1.31.1.1.1.7.3|70|0 +1.3.6.1.2.1.31.1.1.1.7.4|70|0 +1.3.6.1.2.1.31.1.1.1.7.5|70|0 +1.3.6.1.2.1.31.1.1.1.7.6|70|0 +1.3.6.1.2.1.31.1.1.1.7.7|70|0 +1.3.6.1.2.1.31.1.1.1.7.8|70|0 +1.3.6.1.2.1.31.1.1.1.7.9|70|4807529 +1.3.6.1.2.1.31.1.1.1.7.10|70|0 +1.3.6.1.2.1.31.1.1.1.7.11|70|0 +1.3.6.1.2.1.31.1.1.1.7.12|70|0 +1.3.6.1.2.1.31.1.1.1.7.13|70|0 +1.3.6.1.2.1.31.1.1.1.7.14|70|200144 +1.3.6.1.2.1.31.1.1.1.7.15|70|71714 +1.3.6.1.2.1.31.1.1.1.7.16|70|0 +1.3.6.1.2.1.31.1.1.1.7.17|70|0 +1.3.6.1.2.1.31.1.1.1.7.18|70|69 +1.3.6.1.2.1.31.1.1.1.7.19|70|0 +1.3.6.1.2.1.31.1.1.1.7.20|70|0 +1.3.6.1.2.1.31.1.1.1.7.21|70|0 +1.3.6.1.2.1.31.1.1.1.7.22|70|0 +1.3.6.1.2.1.31.1.1.1.7.23|70|0 +1.3.6.1.2.1.31.1.1.1.7.24|70|1298427625 +1.3.6.1.2.1.31.1.1.1.7.25|70|0 +1.3.6.1.2.1.31.1.1.1.7.26|70|0 +1.3.6.1.2.1.31.1.1.1.7.27|70|0 +1.3.6.1.2.1.31.1.1.1.7.28|70|395474901 +1.3.6.1.2.1.31.1.1.1.7.73|70|0 +1.3.6.1.2.1.31.1.1.1.7.1000|70|0 +1.3.6.1.2.1.31.1.1.1.7.1001|70|0 +1.3.6.1.2.1.31.1.1.1.8.1|70|0 +1.3.6.1.2.1.31.1.1.1.8.2|70|0 +1.3.6.1.2.1.31.1.1.1.8.3|70|0 +1.3.6.1.2.1.31.1.1.1.8.4|70|0 +1.3.6.1.2.1.31.1.1.1.8.5|70|0 +1.3.6.1.2.1.31.1.1.1.8.6|70|0 +1.3.6.1.2.1.31.1.1.1.8.7|70|0 +1.3.6.1.2.1.31.1.1.1.8.8|70|0 +1.3.6.1.2.1.31.1.1.1.8.9|70|0 +1.3.6.1.2.1.31.1.1.1.8.10|70|0 +1.3.6.1.2.1.31.1.1.1.8.11|70|0 +1.3.6.1.2.1.31.1.1.1.8.12|70|0 +1.3.6.1.2.1.31.1.1.1.8.13|70|0 +1.3.6.1.2.1.31.1.1.1.8.14|70|0 +1.3.6.1.2.1.31.1.1.1.8.15|70|4002 +1.3.6.1.2.1.31.1.1.1.8.16|70|0 +1.3.6.1.2.1.31.1.1.1.8.17|70|0 +1.3.6.1.2.1.31.1.1.1.8.18|70|1 +1.3.6.1.2.1.31.1.1.1.8.19|70|0 +1.3.6.1.2.1.31.1.1.1.8.20|70|0 +1.3.6.1.2.1.31.1.1.1.8.21|70|0 +1.3.6.1.2.1.31.1.1.1.8.22|70|0 +1.3.6.1.2.1.31.1.1.1.8.23|70|0 +1.3.6.1.2.1.31.1.1.1.8.24|70|642456 +1.3.6.1.2.1.31.1.1.1.8.25|70|0 +1.3.6.1.2.1.31.1.1.1.8.26|70|0 +1.3.6.1.2.1.31.1.1.1.8.27|70|0 +1.3.6.1.2.1.31.1.1.1.8.28|70|71382407 +1.3.6.1.2.1.31.1.1.1.8.73|70|0 +1.3.6.1.2.1.31.1.1.1.8.1000|70|0 +1.3.6.1.2.1.31.1.1.1.8.1001|70|0 +1.3.6.1.2.1.31.1.1.1.9.1|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.9.3|70|0 +1.3.6.1.2.1.31.1.1.1.9.4|70|0 +1.3.6.1.2.1.31.1.1.1.9.5|70|0 +1.3.6.1.2.1.31.1.1.1.9.6|70|0 +1.3.6.1.2.1.31.1.1.1.9.7|70|0 +1.3.6.1.2.1.31.1.1.1.9.8|70|0 +1.3.6.1.2.1.31.1.1.1.9.9|70|40 +1.3.6.1.2.1.31.1.1.1.9.10|70|0 +1.3.6.1.2.1.31.1.1.1.9.11|70|0 +1.3.6.1.2.1.31.1.1.1.9.12|70|0 +1.3.6.1.2.1.31.1.1.1.9.13|70|0 +1.3.6.1.2.1.31.1.1.1.9.14|70|1995 +1.3.6.1.2.1.31.1.1.1.9.15|70|1425 +1.3.6.1.2.1.31.1.1.1.9.16|70|0 +1.3.6.1.2.1.31.1.1.1.9.17|70|0 +1.3.6.1.2.1.31.1.1.1.9.18|70|1 +1.3.6.1.2.1.31.1.1.1.9.19|70|0 +1.3.6.1.2.1.31.1.1.1.9.20|70|0 +1.3.6.1.2.1.31.1.1.1.9.21|70|0 +1.3.6.1.2.1.31.1.1.1.9.22|70|0 +1.3.6.1.2.1.31.1.1.1.9.23|70|0 +1.3.6.1.2.1.31.1.1.1.9.24|70|787895 +1.3.6.1.2.1.31.1.1.1.9.25|70|0 +1.3.6.1.2.1.31.1.1.1.9.26|70|0 +1.3.6.1.2.1.31.1.1.1.9.27|70|0 +1.3.6.1.2.1.31.1.1.1.9.28|70|208479612 +1.3.6.1.2.1.31.1.1.1.9.73|70|0 +1.3.6.1.2.1.31.1.1.1.9.1000|70|0 +1.3.6.1.2.1.31.1.1.1.9.1001|70|0 +1.3.6.1.2.1.31.1.1.1.10.1|70|0 +1.3.6.1.2.1.31.1.1.1.10.2|70|0 +1.3.6.1.2.1.31.1.1.1.10.3|70|0 +1.3.6.1.2.1.31.1.1.1.10.4|70|0 +1.3.6.1.2.1.31.1.1.1.10.5|70|0 +1.3.6.1.2.1.31.1.1.1.10.6|70|0 +1.3.6.1.2.1.31.1.1.1.10.7|70|0 +1.3.6.1.2.1.31.1.1.1.10.8|70|0 +1.3.6.1.2.1.31.1.1.1.10.9|70|12586699747 +1.3.6.1.2.1.31.1.1.1.10.10|70|0 +1.3.6.1.2.1.31.1.1.1.10.11|70|0 +1.3.6.1.2.1.31.1.1.1.10.12|70|0 +1.3.6.1.2.1.31.1.1.1.10.13|70|0 +1.3.6.1.2.1.31.1.1.1.10.14|70|6191102906 +1.3.6.1.2.1.31.1.1.1.10.15|70|144795821881 +1.3.6.1.2.1.31.1.1.1.10.16|70|0 +1.3.6.1.2.1.31.1.1.1.10.17|70|0 +1.3.6.1.2.1.31.1.1.1.10.18|70|25721433 +1.3.6.1.2.1.31.1.1.1.10.19|70|0 +1.3.6.1.2.1.31.1.1.1.10.20|70|0 +1.3.6.1.2.1.31.1.1.1.10.21|70|0 +1.3.6.1.2.1.31.1.1.1.10.22|70|0 +1.3.6.1.2.1.31.1.1.1.10.23|70|0 +1.3.6.1.2.1.31.1.1.1.10.24|70|362591532778 +1.3.6.1.2.1.31.1.1.1.10.25|70|0 +1.3.6.1.2.1.31.1.1.1.10.26|70|0 +1.3.6.1.2.1.31.1.1.1.10.27|70|0 +1.3.6.1.2.1.31.1.1.1.10.28|70|252189691600 +1.3.6.1.2.1.31.1.1.1.10.73|70|0 +1.3.6.1.2.1.31.1.1.1.10.1000|70|0 +1.3.6.1.2.1.31.1.1.1.10.1001|70|0 +1.3.6.1.2.1.31.1.1.1.11.1|70|0 +1.3.6.1.2.1.31.1.1.1.11.2|70|0 +1.3.6.1.2.1.31.1.1.1.11.3|70|0 +1.3.6.1.2.1.31.1.1.1.11.4|70|0 +1.3.6.1.2.1.31.1.1.1.11.5|70|0 +1.3.6.1.2.1.31.1.1.1.11.6|70|0 +1.3.6.1.2.1.31.1.1.1.11.7|70|0 +1.3.6.1.2.1.31.1.1.1.11.8|70|0 +1.3.6.1.2.1.31.1.1.1.11.9|70|8727126 +1.3.6.1.2.1.31.1.1.1.11.10|70|0 +1.3.6.1.2.1.31.1.1.1.11.11|70|0 +1.3.6.1.2.1.31.1.1.1.11.12|70|0 +1.3.6.1.2.1.31.1.1.1.11.13|70|0 +1.3.6.1.2.1.31.1.1.1.11.14|70|3687012 +1.3.6.1.2.1.31.1.1.1.11.15|70|101019194 +1.3.6.1.2.1.31.1.1.1.11.16|70|0 +1.3.6.1.2.1.31.1.1.1.11.17|70|0 +1.3.6.1.2.1.31.1.1.1.11.18|70|18761 +1.3.6.1.2.1.31.1.1.1.11.19|70|0 +1.3.6.1.2.1.31.1.1.1.11.20|70|0 +1.3.6.1.2.1.31.1.1.1.11.21|70|0 +1.3.6.1.2.1.31.1.1.1.11.22|70|0 +1.3.6.1.2.1.31.1.1.1.11.23|70|0 +1.3.6.1.2.1.31.1.1.1.11.24|70|365047443 +1.3.6.1.2.1.31.1.1.1.11.25|70|0 +1.3.6.1.2.1.31.1.1.1.11.26|70|0 +1.3.6.1.2.1.31.1.1.1.11.27|70|0 +1.3.6.1.2.1.31.1.1.1.11.28|70|1304777879 +1.3.6.1.2.1.31.1.1.1.11.73|70|0 +1.3.6.1.2.1.31.1.1.1.11.1000|70|0 +1.3.6.1.2.1.31.1.1.1.11.1001|70|0 +1.3.6.1.2.1.31.1.1.1.12.1|70|0 +1.3.6.1.2.1.31.1.1.1.12.2|70|0 +1.3.6.1.2.1.31.1.1.1.12.3|70|0 +1.3.6.1.2.1.31.1.1.1.12.4|70|0 +1.3.6.1.2.1.31.1.1.1.12.5|70|0 +1.3.6.1.2.1.31.1.1.1.12.6|70|0 +1.3.6.1.2.1.31.1.1.1.12.7|70|0 +1.3.6.1.2.1.31.1.1.1.12.8|70|0 +1.3.6.1.2.1.31.1.1.1.12.9|70|331444 +1.3.6.1.2.1.31.1.1.1.12.10|70|0 +1.3.6.1.2.1.31.1.1.1.12.11|70|0 +1.3.6.1.2.1.31.1.1.1.12.12|70|0 +1.3.6.1.2.1.31.1.1.1.12.13|70|0 +1.3.6.1.2.1.31.1.1.1.12.14|70|8437666 +1.3.6.1.2.1.31.1.1.1.12.15|70|67705055 +1.3.6.1.2.1.31.1.1.1.12.16|70|0 +1.3.6.1.2.1.31.1.1.1.12.17|70|0 +1.3.6.1.2.1.31.1.1.1.12.18|70|931 +1.3.6.1.2.1.31.1.1.1.12.19|70|0 +1.3.6.1.2.1.31.1.1.1.12.20|70|0 +1.3.6.1.2.1.31.1.1.1.12.21|70|0 +1.3.6.1.2.1.31.1.1.1.12.22|70|0 +1.3.6.1.2.1.31.1.1.1.12.23|70|0 +1.3.6.1.2.1.31.1.1.1.12.24|70|67708196 +1.3.6.1.2.1.31.1.1.1.12.25|70|0 +1.3.6.1.2.1.31.1.1.1.12.26|70|0 +1.3.6.1.2.1.31.1.1.1.12.27|70|0 +1.3.6.1.2.1.31.1.1.1.12.28|70|644154 +1.3.6.1.2.1.31.1.1.1.12.73|70|0 +1.3.6.1.2.1.31.1.1.1.12.1000|70|0 +1.3.6.1.2.1.31.1.1.1.12.1001|70|0 +1.3.6.1.2.1.31.1.1.1.13.1|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.13.3|70|0 +1.3.6.1.2.1.31.1.1.1.13.4|70|0 +1.3.6.1.2.1.31.1.1.1.13.5|70|0 +1.3.6.1.2.1.31.1.1.1.13.6|70|0 +1.3.6.1.2.1.31.1.1.1.13.7|70|0 +1.3.6.1.2.1.31.1.1.1.13.8|70|0 +1.3.6.1.2.1.31.1.1.1.13.9|70|506347 +1.3.6.1.2.1.31.1.1.1.13.10|70|0 +1.3.6.1.2.1.31.1.1.1.13.11|70|0 +1.3.6.1.2.1.31.1.1.1.13.12|70|0 +1.3.6.1.2.1.31.1.1.1.13.13|70|0 +1.3.6.1.2.1.31.1.1.1.13.14|70|18826431 +1.3.6.1.2.1.31.1.1.1.13.15|70|205444740 +1.3.6.1.2.1.31.1.1.1.13.16|70|0 +1.3.6.1.2.1.31.1.1.1.13.17|70|0 +1.3.6.1.2.1.31.1.1.1.13.18|70|2843 +1.3.6.1.2.1.31.1.1.1.13.19|70|0 +1.3.6.1.2.1.31.1.1.1.13.20|70|0 +1.3.6.1.2.1.31.1.1.1.13.21|70|0 +1.3.6.1.2.1.31.1.1.1.13.22|70|0 +1.3.6.1.2.1.31.1.1.1.13.23|70|0 +1.3.6.1.2.1.31.1.1.1.13.24|70|204914268 +1.3.6.1.2.1.31.1.1.1.13.25|70|0 +1.3.6.1.2.1.31.1.1.1.13.26|70|0 +1.3.6.1.2.1.31.1.1.1.13.27|70|0 +1.3.6.1.2.1.31.1.1.1.13.28|70|998887 +1.3.6.1.2.1.31.1.1.1.13.73|70|0 +1.3.6.1.2.1.31.1.1.1.13.1000|70|0 +1.3.6.1.2.1.31.1.1.1.13.1001|70|0 +1.3.6.1.2.1.31.1.1.1.14.1|2|1 +1.3.6.1.2.1.31.1.1.1.14.2|2|1 +1.3.6.1.2.1.31.1.1.1.14.3|2|1 +1.3.6.1.2.1.31.1.1.1.14.4|2|1 +1.3.6.1.2.1.31.1.1.1.14.5|2|1 +1.3.6.1.2.1.31.1.1.1.14.6|2|1 +1.3.6.1.2.1.31.1.1.1.14.7|2|1 +1.3.6.1.2.1.31.1.1.1.14.8|2|1 +1.3.6.1.2.1.31.1.1.1.14.9|2|1 +1.3.6.1.2.1.31.1.1.1.14.10|2|1 +1.3.6.1.2.1.31.1.1.1.14.11|2|1 +1.3.6.1.2.1.31.1.1.1.14.12|2|1 +1.3.6.1.2.1.31.1.1.1.14.13|2|1 +1.3.6.1.2.1.31.1.1.1.14.14|2|1 +1.3.6.1.2.1.31.1.1.1.14.15|2|1 +1.3.6.1.2.1.31.1.1.1.14.16|2|1 +1.3.6.1.2.1.31.1.1.1.14.17|2|1 +1.3.6.1.2.1.31.1.1.1.14.18|2|1 +1.3.6.1.2.1.31.1.1.1.14.19|2|1 +1.3.6.1.2.1.31.1.1.1.14.20|2|1 +1.3.6.1.2.1.31.1.1.1.14.21|2|1 +1.3.6.1.2.1.31.1.1.1.14.22|2|1 +1.3.6.1.2.1.31.1.1.1.14.23|2|1 +1.3.6.1.2.1.31.1.1.1.14.24|2|1 +1.3.6.1.2.1.31.1.1.1.14.25|2|1 +1.3.6.1.2.1.31.1.1.1.14.26|2|1 +1.3.6.1.2.1.31.1.1.1.14.27|2|1 +1.3.6.1.2.1.31.1.1.1.14.28|2|1 +1.3.6.1.2.1.31.1.1.1.14.73|2|2 +1.3.6.1.2.1.31.1.1.1.14.1000|2|2 +1.3.6.1.2.1.31.1.1.1.14.1001|2|1 +1.3.6.1.2.1.31.1.1.1.15.1|66|1000 +1.3.6.1.2.1.31.1.1.1.15.2|66|1000 +1.3.6.1.2.1.31.1.1.1.15.3|66|1000 +1.3.6.1.2.1.31.1.1.1.15.4|66|1000 +1.3.6.1.2.1.31.1.1.1.15.5|66|1000 +1.3.6.1.2.1.31.1.1.1.15.6|66|1000 +1.3.6.1.2.1.31.1.1.1.15.7|66|1000 +1.3.6.1.2.1.31.1.1.1.15.8|66|1000 +1.3.6.1.2.1.31.1.1.1.15.9|66|1000 +1.3.6.1.2.1.31.1.1.1.15.10|66|1000 +1.3.6.1.2.1.31.1.1.1.15.11|66|1000 +1.3.6.1.2.1.31.1.1.1.15.12|66|1000 +1.3.6.1.2.1.31.1.1.1.15.13|66|1000 +1.3.6.1.2.1.31.1.1.1.15.14|66|1000 +1.3.6.1.2.1.31.1.1.1.15.15|66|1000 +1.3.6.1.2.1.31.1.1.1.15.16|66|1000 +1.3.6.1.2.1.31.1.1.1.15.17|66|1000 +1.3.6.1.2.1.31.1.1.1.15.18|66|1000 +1.3.6.1.2.1.31.1.1.1.15.19|66|1000 +1.3.6.1.2.1.31.1.1.1.15.20|66|1000 +1.3.6.1.2.1.31.1.1.1.15.21|66|1000 +1.3.6.1.2.1.31.1.1.1.15.22|66|1000 +1.3.6.1.2.1.31.1.1.1.15.23|66|1000 +1.3.6.1.2.1.31.1.1.1.15.24|66|1000 +1.3.6.1.2.1.31.1.1.1.15.25|66|1000 +1.3.6.1.2.1.31.1.1.1.15.26|66|1000 +1.3.6.1.2.1.31.1.1.1.15.27|66|1000 +1.3.6.1.2.1.31.1.1.1.15.28|66|1000 +1.3.6.1.2.1.31.1.1.1.15.73|66|0 +1.3.6.1.2.1.31.1.1.1.15.1000|66|0 +1.3.6.1.2.1.31.1.1.1.15.1001|66|0 +1.3.6.1.2.1.31.1.1.1.16.1|2|1 +1.3.6.1.2.1.31.1.1.1.16.2|2|1 +1.3.6.1.2.1.31.1.1.1.16.3|2|1 +1.3.6.1.2.1.31.1.1.1.16.4|2|1 +1.3.6.1.2.1.31.1.1.1.16.5|2|1 +1.3.6.1.2.1.31.1.1.1.16.6|2|1 +1.3.6.1.2.1.31.1.1.1.16.7|2|1 +1.3.6.1.2.1.31.1.1.1.16.8|2|1 +1.3.6.1.2.1.31.1.1.1.16.9|2|1 +1.3.6.1.2.1.31.1.1.1.16.10|2|1 +1.3.6.1.2.1.31.1.1.1.16.11|2|1 +1.3.6.1.2.1.31.1.1.1.16.12|2|1 +1.3.6.1.2.1.31.1.1.1.16.13|2|1 +1.3.6.1.2.1.31.1.1.1.16.14|2|1 +1.3.6.1.2.1.31.1.1.1.16.15|2|1 +1.3.6.1.2.1.31.1.1.1.16.16|2|1 +1.3.6.1.2.1.31.1.1.1.16.17|2|1 +1.3.6.1.2.1.31.1.1.1.16.18|2|1 +1.3.6.1.2.1.31.1.1.1.16.19|2|1 +1.3.6.1.2.1.31.1.1.1.16.20|2|1 +1.3.6.1.2.1.31.1.1.1.16.21|2|1 +1.3.6.1.2.1.31.1.1.1.16.22|2|1 +1.3.6.1.2.1.31.1.1.1.16.23|2|1 +1.3.6.1.2.1.31.1.1.1.16.24|2|1 +1.3.6.1.2.1.31.1.1.1.16.25|2|1 +1.3.6.1.2.1.31.1.1.1.16.26|2|1 +1.3.6.1.2.1.31.1.1.1.16.27|2|1 +1.3.6.1.2.1.31.1.1.1.16.28|2|1 +1.3.6.1.2.1.31.1.1.1.16.73|2|2 +1.3.6.1.2.1.31.1.1.1.16.1000|2|2 +1.3.6.1.2.1.31.1.1.1.16.1001|2|1 +1.3.6.1.2.1.31.1.1.1.17.1|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.17.3|2|2 +1.3.6.1.2.1.31.1.1.1.17.4|2|2 +1.3.6.1.2.1.31.1.1.1.17.5|2|2 +1.3.6.1.2.1.31.1.1.1.17.6|2|2 +1.3.6.1.2.1.31.1.1.1.17.7|2|2 +1.3.6.1.2.1.31.1.1.1.17.8|2|2 +1.3.6.1.2.1.31.1.1.1.17.9|2|2 +1.3.6.1.2.1.31.1.1.1.17.10|2|2 +1.3.6.1.2.1.31.1.1.1.17.11|2|2 +1.3.6.1.2.1.31.1.1.1.17.12|2|2 +1.3.6.1.2.1.31.1.1.1.17.13|2|2 +1.3.6.1.2.1.31.1.1.1.17.14|2|2 +1.3.6.1.2.1.31.1.1.1.17.15|2|1 +1.3.6.1.2.1.31.1.1.1.17.16|2|2 +1.3.6.1.2.1.31.1.1.1.17.17|2|2 +1.3.6.1.2.1.31.1.1.1.17.18|2|2 +1.3.6.1.2.1.31.1.1.1.17.19|2|2 +1.3.6.1.2.1.31.1.1.1.17.20|2|2 +1.3.6.1.2.1.31.1.1.1.17.21|2|2 +1.3.6.1.2.1.31.1.1.1.17.22|2|2 +1.3.6.1.2.1.31.1.1.1.17.23|2|2 +1.3.6.1.2.1.31.1.1.1.17.24|2|1 +1.3.6.1.2.1.31.1.1.1.17.25|2|2 +1.3.6.1.2.1.31.1.1.1.17.26|2|2 +1.3.6.1.2.1.31.1.1.1.17.27|2|2 +1.3.6.1.2.1.31.1.1.1.17.28|2|1 +1.3.6.1.2.1.31.1.1.1.17.73|2|1 +1.3.6.1.2.1.31.1.1.1.17.1000|2|1 +1.3.6.1.2.1.31.1.1.1.17.1001|2|1 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.18.3|4| +1.3.6.1.2.1.31.1.1.1.18.4|4| +1.3.6.1.2.1.31.1.1.1.18.5|4| +1.3.6.1.2.1.31.1.1.1.18.6|4| +1.3.6.1.2.1.31.1.1.1.18.7|4| +1.3.6.1.2.1.31.1.1.1.18.8|4| +1.3.6.1.2.1.31.1.1.1.18.9|4| +1.3.6.1.2.1.31.1.1.1.18.10|4| +1.3.6.1.2.1.31.1.1.1.18.11|4| +1.3.6.1.2.1.31.1.1.1.18.12|4| +1.3.6.1.2.1.31.1.1.1.18.13|4| +1.3.6.1.2.1.31.1.1.1.18.14|4| +1.3.6.1.2.1.31.1.1.1.18.15|4| +1.3.6.1.2.1.31.1.1.1.18.16|4| +1.3.6.1.2.1.31.1.1.1.18.17|4| +1.3.6.1.2.1.31.1.1.1.18.18|4| +1.3.6.1.2.1.31.1.1.1.18.19|4| +1.3.6.1.2.1.31.1.1.1.18.20|4| +1.3.6.1.2.1.31.1.1.1.18.21|4| +1.3.6.1.2.1.31.1.1.1.18.22|4| +1.3.6.1.2.1.31.1.1.1.18.23|4| +1.3.6.1.2.1.31.1.1.1.18.24|4| +1.3.6.1.2.1.31.1.1.1.18.25|4| +1.3.6.1.2.1.31.1.1.1.18.26|4| +1.3.6.1.2.1.31.1.1.1.18.27|4| +1.3.6.1.2.1.31.1.1.1.18.28|4| +1.3.6.1.2.1.31.1.1.1.18.73|4| +1.3.6.1.2.1.31.1.1.1.18.1000|4| +1.3.6.1.2.1.31.1.1.1.18.1001|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.2.1.31.1.1.1.19.3|67|0 +1.3.6.1.2.1.31.1.1.1.19.4|67|0 +1.3.6.1.2.1.31.1.1.1.19.5|67|0 +1.3.6.1.2.1.31.1.1.1.19.6|67|0 +1.3.6.1.2.1.31.1.1.1.19.7|67|0 +1.3.6.1.2.1.31.1.1.1.19.8|67|0 +1.3.6.1.2.1.31.1.1.1.19.9|67|0 +1.3.6.1.2.1.31.1.1.1.19.10|67|0 +1.3.6.1.2.1.31.1.1.1.19.11|67|0 +1.3.6.1.2.1.31.1.1.1.19.12|67|0 +1.3.6.1.2.1.31.1.1.1.19.13|67|0 +1.3.6.1.2.1.31.1.1.1.19.14|67|0 +1.3.6.1.2.1.31.1.1.1.19.15|67|0 +1.3.6.1.2.1.31.1.1.1.19.16|67|0 +1.3.6.1.2.1.31.1.1.1.19.17|67|0 +1.3.6.1.2.1.31.1.1.1.19.18|67|0 +1.3.6.1.2.1.31.1.1.1.19.19|67|0 +1.3.6.1.2.1.31.1.1.1.19.20|67|0 +1.3.6.1.2.1.31.1.1.1.19.21|67|0 +1.3.6.1.2.1.31.1.1.1.19.22|67|0 +1.3.6.1.2.1.31.1.1.1.19.23|67|0 +1.3.6.1.2.1.31.1.1.1.19.24|67|0 +1.3.6.1.2.1.31.1.1.1.19.25|67|0 +1.3.6.1.2.1.31.1.1.1.19.26|67|0 +1.3.6.1.2.1.31.1.1.1.19.27|67|0 +1.3.6.1.2.1.31.1.1.1.19.28|67|0 +1.3.6.1.2.1.31.1.1.1.19.73|67|0 +1.3.6.1.2.1.31.1.1.1.19.1000|67|0 +1.3.6.1.2.1.31.1.1.1.19.1001|67|0 +1.3.6.1.2.1.31.1.2.1.3.1001.1|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.2|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.3|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.4|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.5|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.6|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.7|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.8|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.9|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.10|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.11|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.12|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.13|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.14|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.15|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.16|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.17|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.18|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.19|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.20|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.21|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.22|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.23|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.24|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.25|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.26|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.27|2|1 +1.3.6.1.2.1.31.1.2.1.3.1001.28|2|1 +1.3.6.1.2.1.47.1.1.1.1.2.1|4|Stack +1.3.6.1.2.1.47.1.1.1.1.2.101|4|Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.201|4|Primary Stack Management Card +1.3.6.1.2.1.47.1.1.1.1.2.1001|4|Port 1 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1002|4|Port 2 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1003|4|Port 3 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1004|4|Port 4 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1005|4|Port 5 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1006|4|Port 6 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1007|4|Port 7 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1008|4|Port 8 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1009|4|Port 9 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1010|4|Port 10 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1011|4|Port 11 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1012|4|Port 12 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1013|4|Port 13 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1014|4|Port 14 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1015|4|Port 15 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1016|4|Port 16 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1017|4|Port 17 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1018|4|Port 18 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1019|4|Port 19 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1020|4|Port 20 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1021|4|Port 21 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1022|4|Port 22 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1023|4|Port 23 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1024|4|Port 24 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1025|4|Port 25 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1026|4|Port 26 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1027|4|Port 27 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.2.1028|4|Port 28 Unit 1 +1.3.6.1.2.1.47.1.1.1.1.3.1|6|1.3.6.1.4.1.259.10.1.39.103 +1.3.6.1.2.1.47.1.1.1.1.3.101|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.201|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1001|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1002|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1003|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1004|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1005|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1006|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1007|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1008|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1009|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1010|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1011|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1012|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1013|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1014|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1015|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1016|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1017|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1018|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1019|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1020|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1021|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1022|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1023|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1024|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1025|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1026|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1027|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.3.1028|6|0.0 +1.3.6.1.2.1.47.1.1.1.1.4.1|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.101|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.201|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1001|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1002|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1003|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1004|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1005|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1006|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1007|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1008|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1009|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1010|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1011|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1012|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1013|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1014|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1015|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1016|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1017|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1018|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1019|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1020|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1021|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1022|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1023|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1024|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1025|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1026|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1027|2|101 +1.3.6.1.2.1.47.1.1.1.1.4.1028|2|101 +1.3.6.1.2.1.47.1.1.1.1.5.1|2|11 +1.3.6.1.2.1.47.1.1.1.1.5.101|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.201|2|9 +1.3.6.1.2.1.47.1.1.1.1.5.1001|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1002|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1003|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1004|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1005|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1006|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1007|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1008|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1009|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1010|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1011|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1012|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1013|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1014|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1015|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1016|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1017|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1018|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1019|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1020|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1021|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1022|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1023|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1024|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1025|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1026|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1027|2|10 +1.3.6.1.2.1.47.1.1.1.1.5.1028|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.1|2|-1 +1.3.6.1.2.1.47.1.1.1.1.6.101|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.201|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.1001|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.1002|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.1003|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.1004|2|4 +1.3.6.1.2.1.47.1.1.1.1.6.1005|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.1006|2|6 +1.3.6.1.2.1.47.1.1.1.1.6.1007|2|7 +1.3.6.1.2.1.47.1.1.1.1.6.1008|2|8 +1.3.6.1.2.1.47.1.1.1.1.6.1009|2|9 +1.3.6.1.2.1.47.1.1.1.1.6.1010|2|10 +1.3.6.1.2.1.47.1.1.1.1.6.1011|2|11 +1.3.6.1.2.1.47.1.1.1.1.6.1012|2|12 +1.3.6.1.2.1.47.1.1.1.1.6.1013|2|13 +1.3.6.1.2.1.47.1.1.1.1.6.1014|2|14 +1.3.6.1.2.1.47.1.1.1.1.6.1015|2|15 +1.3.6.1.2.1.47.1.1.1.1.6.1016|2|16 +1.3.6.1.2.1.47.1.1.1.1.6.1017|2|17 +1.3.6.1.2.1.47.1.1.1.1.6.1018|2|18 +1.3.6.1.2.1.47.1.1.1.1.6.1019|2|19 +1.3.6.1.2.1.47.1.1.1.1.6.1020|2|20 +1.3.6.1.2.1.47.1.1.1.1.6.1021|2|21 +1.3.6.1.2.1.47.1.1.1.1.6.1022|2|22 +1.3.6.1.2.1.47.1.1.1.1.6.1023|2|23 +1.3.6.1.2.1.47.1.1.1.1.6.1024|2|24 +1.3.6.1.2.1.47.1.1.1.1.6.1025|2|25 +1.3.6.1.2.1.47.1.1.1.1.6.1026|2|26 +1.3.6.1.2.1.47.1.1.1.1.6.1027|2|27 +1.3.6.1.2.1.47.1.1.1.1.6.1028|2|28 +1.3.6.1.2.1.47.1.1.1.1.7.1|4|stack.1 +1.3.6.1.2.1.47.1.1.1.1.7.101|4|unit.1 +1.3.6.1.2.1.47.1.1.1.1.7.201|4|stackmanaget.1 +1.3.6.1.2.1.47.1.1.1.1.7.1001|4|RMON Port 1 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1002|4|RMON Port 2 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1003|4|RMON Port 3 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1004|4|RMON Port 4 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1005|4|RMON Port 5 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1006|4|RMON Port 6 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1007|4|RMON Port 7 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1008|4|RMON Port 8 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1009|4|RMON Port 9 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1010|4|RMON Port 10 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1011|4|RMON Port 11 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1012|4|RMON Port 12 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1013|4|RMON Port 13 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1014|4|RMON Port 14 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1015|4|RMON Port 15 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1016|4|RMON Port 16 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1017|4|RMON Port 17 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1018|4|RMON Port 18 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1019|4|RMON Port 19 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1020|4|RMON Port 20 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1021|4|RMON Port 21 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1022|4|RMON Port 22 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1023|4|RMON Port 23 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1024|4|RMON Port 24 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1025|4|RMON Port 25 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1026|4|RMON Port 26 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1027|4|RMON Port 27 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.7.1028|4|RMON Port 28 on Unit 1 +1.3.6.1.2.1.47.1.1.1.1.8.1|4| +1.3.6.1.2.1.47.1.1.1.1.8.101|4|R01 +1.3.6.1.2.1.47.1.1.1.1.8.201|4| +1.3.6.1.2.1.47.1.1.1.1.8.1001|4| +1.3.6.1.2.1.47.1.1.1.1.8.1002|4| +1.3.6.1.2.1.47.1.1.1.1.8.1003|4| +1.3.6.1.2.1.47.1.1.1.1.8.1004|4| +1.3.6.1.2.1.47.1.1.1.1.8.1005|4| +1.3.6.1.2.1.47.1.1.1.1.8.1006|4| +1.3.6.1.2.1.47.1.1.1.1.8.1007|4| +1.3.6.1.2.1.47.1.1.1.1.8.1008|4| +1.3.6.1.2.1.47.1.1.1.1.8.1009|4| +1.3.6.1.2.1.47.1.1.1.1.8.1010|4| +1.3.6.1.2.1.47.1.1.1.1.8.1011|4| +1.3.6.1.2.1.47.1.1.1.1.8.1012|4| +1.3.6.1.2.1.47.1.1.1.1.8.1013|4| +1.3.6.1.2.1.47.1.1.1.1.8.1014|4| +1.3.6.1.2.1.47.1.1.1.1.8.1015|4| +1.3.6.1.2.1.47.1.1.1.1.8.1016|4| +1.3.6.1.2.1.47.1.1.1.1.8.1017|4| +1.3.6.1.2.1.47.1.1.1.1.8.1018|4| +1.3.6.1.2.1.47.1.1.1.1.8.1019|4| +1.3.6.1.2.1.47.1.1.1.1.8.1020|4| +1.3.6.1.2.1.47.1.1.1.1.8.1021|4| +1.3.6.1.2.1.47.1.1.1.1.8.1022|4| +1.3.6.1.2.1.47.1.1.1.1.8.1023|4| +1.3.6.1.2.1.47.1.1.1.1.8.1024|4| +1.3.6.1.2.1.47.1.1.1.1.8.1025|4| +1.3.6.1.2.1.47.1.1.1.1.8.1026|4| +1.3.6.1.2.1.47.1.1.1.1.8.1027|4| +1.3.6.1.2.1.47.1.1.1.1.8.1028|4| +1.3.6.1.2.1.47.1.1.1.1.9.1|4| +1.3.6.1.2.1.47.1.1.1.1.9.101|4| +1.3.6.1.2.1.47.1.1.1.1.9.201|4|1.1.2.0 +1.3.6.1.2.1.47.1.1.1.1.9.1001|4| +1.3.6.1.2.1.47.1.1.1.1.9.1002|4| +1.3.6.1.2.1.47.1.1.1.1.9.1003|4| +1.3.6.1.2.1.47.1.1.1.1.9.1004|4| +1.3.6.1.2.1.47.1.1.1.1.9.1005|4| +1.3.6.1.2.1.47.1.1.1.1.9.1006|4| +1.3.6.1.2.1.47.1.1.1.1.9.1007|4| +1.3.6.1.2.1.47.1.1.1.1.9.1008|4| +1.3.6.1.2.1.47.1.1.1.1.9.1009|4| +1.3.6.1.2.1.47.1.1.1.1.9.1010|4| +1.3.6.1.2.1.47.1.1.1.1.9.1011|4| +1.3.6.1.2.1.47.1.1.1.1.9.1012|4| +1.3.6.1.2.1.47.1.1.1.1.9.1013|4| +1.3.6.1.2.1.47.1.1.1.1.9.1014|4| +1.3.6.1.2.1.47.1.1.1.1.9.1015|4| +1.3.6.1.2.1.47.1.1.1.1.9.1016|4| +1.3.6.1.2.1.47.1.1.1.1.9.1017|4| +1.3.6.1.2.1.47.1.1.1.1.9.1018|4| +1.3.6.1.2.1.47.1.1.1.1.9.1019|4| +1.3.6.1.2.1.47.1.1.1.1.9.1020|4| +1.3.6.1.2.1.47.1.1.1.1.9.1021|4| +1.3.6.1.2.1.47.1.1.1.1.9.1022|4| +1.3.6.1.2.1.47.1.1.1.1.9.1023|4| +1.3.6.1.2.1.47.1.1.1.1.9.1024|4| +1.3.6.1.2.1.47.1.1.1.1.9.1025|4| +1.3.6.1.2.1.47.1.1.1.1.9.1026|4| +1.3.6.1.2.1.47.1.1.1.1.9.1027|4| +1.3.6.1.2.1.47.1.1.1.1.9.1028|4| +1.3.6.1.2.1.47.1.1.1.1.10.1|4| +1.3.6.1.2.1.47.1.1.1.1.10.101|4| +1.3.6.1.2.1.47.1.1.1.1.10.201|4| +1.3.6.1.2.1.47.1.1.1.1.10.1001|4| +1.3.6.1.2.1.47.1.1.1.1.10.1002|4| +1.3.6.1.2.1.47.1.1.1.1.10.1003|4| +1.3.6.1.2.1.47.1.1.1.1.10.1004|4| +1.3.6.1.2.1.47.1.1.1.1.10.1005|4| +1.3.6.1.2.1.47.1.1.1.1.10.1006|4| +1.3.6.1.2.1.47.1.1.1.1.10.1007|4| +1.3.6.1.2.1.47.1.1.1.1.10.1008|4| +1.3.6.1.2.1.47.1.1.1.1.10.1009|4| +1.3.6.1.2.1.47.1.1.1.1.10.1010|4| +1.3.6.1.2.1.47.1.1.1.1.10.1011|4| +1.3.6.1.2.1.47.1.1.1.1.10.1012|4| +1.3.6.1.2.1.47.1.1.1.1.10.1013|4| +1.3.6.1.2.1.47.1.1.1.1.10.1014|4| +1.3.6.1.2.1.47.1.1.1.1.10.1015|4| +1.3.6.1.2.1.47.1.1.1.1.10.1016|4| +1.3.6.1.2.1.47.1.1.1.1.10.1017|4| +1.3.6.1.2.1.47.1.1.1.1.10.1018|4| +1.3.6.1.2.1.47.1.1.1.1.10.1019|4| +1.3.6.1.2.1.47.1.1.1.1.10.1020|4| +1.3.6.1.2.1.47.1.1.1.1.10.1021|4| +1.3.6.1.2.1.47.1.1.1.1.10.1022|4| +1.3.6.1.2.1.47.1.1.1.1.10.1023|4| +1.3.6.1.2.1.47.1.1.1.1.10.1024|4| +1.3.6.1.2.1.47.1.1.1.1.10.1025|4| +1.3.6.1.2.1.47.1.1.1.1.10.1026|4| +1.3.6.1.2.1.47.1.1.1.1.10.1027|4| +1.3.6.1.2.1.47.1.1.1.1.10.1028|4| +1.3.6.1.2.1.47.1.1.1.1.11.1|4| +1.3.6.1.2.1.47.1.1.1.1.11.101|4|EC1549000075 +1.3.6.1.2.1.47.1.1.1.1.11.201|4|EC1549000075 +1.3.6.1.2.1.47.1.1.1.1.11.1001|4| +1.3.6.1.2.1.47.1.1.1.1.11.1002|4| +1.3.6.1.2.1.47.1.1.1.1.11.1003|4| +1.3.6.1.2.1.47.1.1.1.1.11.1004|4| +1.3.6.1.2.1.47.1.1.1.1.11.1005|4| +1.3.6.1.2.1.47.1.1.1.1.11.1006|4| +1.3.6.1.2.1.47.1.1.1.1.11.1007|4| +1.3.6.1.2.1.47.1.1.1.1.11.1008|4| +1.3.6.1.2.1.47.1.1.1.1.11.1009|4| +1.3.6.1.2.1.47.1.1.1.1.11.1010|4| +1.3.6.1.2.1.47.1.1.1.1.11.1011|4| +1.3.6.1.2.1.47.1.1.1.1.11.1012|4| +1.3.6.1.2.1.47.1.1.1.1.11.1013|4| +1.3.6.1.2.1.47.1.1.1.1.11.1014|4| +1.3.6.1.2.1.47.1.1.1.1.11.1015|4| +1.3.6.1.2.1.47.1.1.1.1.11.1016|4| +1.3.6.1.2.1.47.1.1.1.1.11.1017|4| +1.3.6.1.2.1.47.1.1.1.1.11.1018|4| +1.3.6.1.2.1.47.1.1.1.1.11.1019|4| +1.3.6.1.2.1.47.1.1.1.1.11.1020|4| +1.3.6.1.2.1.47.1.1.1.1.11.1021|4| +1.3.6.1.2.1.47.1.1.1.1.11.1022|4| +1.3.6.1.2.1.47.1.1.1.1.11.1023|4| +1.3.6.1.2.1.47.1.1.1.1.11.1024|4| +1.3.6.1.2.1.47.1.1.1.1.11.1025|4| +1.3.6.1.2.1.47.1.1.1.1.11.1026|4| +1.3.6.1.2.1.47.1.1.1.1.11.1027|4| +1.3.6.1.2.1.47.1.1.1.1.11.1028|4| +1.3.6.1.2.1.47.1.1.1.1.12.1|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.101|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.201|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1001|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1002|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1003|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1004|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1005|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1006|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1007|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1008|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1009|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1010|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1011|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1012|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1013|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1014|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1015|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1016|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1017|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1018|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1019|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1020|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1021|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1022|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1023|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1024|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1025|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1026|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1027|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.12.1028|4|Edge-Core +1.3.6.1.2.1.47.1.1.1.1.13.1|4| +1.3.6.1.2.1.47.1.1.1.1.13.101|4|ECS4110-28T +1.3.6.1.2.1.47.1.1.1.1.13.201|4| +1.3.6.1.2.1.47.1.1.1.1.13.1001|4| +1.3.6.1.2.1.47.1.1.1.1.13.1002|4| +1.3.6.1.2.1.47.1.1.1.1.13.1003|4| +1.3.6.1.2.1.47.1.1.1.1.13.1004|4| +1.3.6.1.2.1.47.1.1.1.1.13.1005|4| +1.3.6.1.2.1.47.1.1.1.1.13.1006|4| +1.3.6.1.2.1.47.1.1.1.1.13.1007|4| +1.3.6.1.2.1.47.1.1.1.1.13.1008|4| +1.3.6.1.2.1.47.1.1.1.1.13.1009|4| +1.3.6.1.2.1.47.1.1.1.1.13.1010|4| +1.3.6.1.2.1.47.1.1.1.1.13.1011|4| +1.3.6.1.2.1.47.1.1.1.1.13.1012|4| +1.3.6.1.2.1.47.1.1.1.1.13.1013|4| +1.3.6.1.2.1.47.1.1.1.1.13.1014|4| +1.3.6.1.2.1.47.1.1.1.1.13.1015|4| +1.3.6.1.2.1.47.1.1.1.1.13.1016|4| +1.3.6.1.2.1.47.1.1.1.1.13.1017|4| +1.3.6.1.2.1.47.1.1.1.1.13.1018|4| +1.3.6.1.2.1.47.1.1.1.1.13.1019|4| +1.3.6.1.2.1.47.1.1.1.1.13.1020|4| +1.3.6.1.2.1.47.1.1.1.1.13.1021|4| +1.3.6.1.2.1.47.1.1.1.1.13.1022|4| +1.3.6.1.2.1.47.1.1.1.1.13.1023|4| +1.3.6.1.2.1.47.1.1.1.1.13.1024|4| +1.3.6.1.2.1.47.1.1.1.1.13.1025|4| +1.3.6.1.2.1.47.1.1.1.1.13.1026|4| +1.3.6.1.2.1.47.1.1.1.1.13.1027|4| +1.3.6.1.2.1.47.1.1.1.1.13.1028|4| +1.3.6.1.2.1.47.1.1.1.1.14.1|4| +1.3.6.1.2.1.47.1.1.1.1.14.101|4| +1.3.6.1.2.1.47.1.1.1.1.14.201|4| +1.3.6.1.2.1.47.1.1.1.1.14.1001|4| +1.3.6.1.2.1.47.1.1.1.1.14.1002|4| +1.3.6.1.2.1.47.1.1.1.1.14.1003|4| +1.3.6.1.2.1.47.1.1.1.1.14.1004|4| +1.3.6.1.2.1.47.1.1.1.1.14.1005|4| +1.3.6.1.2.1.47.1.1.1.1.14.1006|4| +1.3.6.1.2.1.47.1.1.1.1.14.1007|4| +1.3.6.1.2.1.47.1.1.1.1.14.1008|4| +1.3.6.1.2.1.47.1.1.1.1.14.1009|4| +1.3.6.1.2.1.47.1.1.1.1.14.1010|4| +1.3.6.1.2.1.47.1.1.1.1.14.1011|4| +1.3.6.1.2.1.47.1.1.1.1.14.1012|4| +1.3.6.1.2.1.47.1.1.1.1.14.1013|4| +1.3.6.1.2.1.47.1.1.1.1.14.1014|4| +1.3.6.1.2.1.47.1.1.1.1.14.1015|4| +1.3.6.1.2.1.47.1.1.1.1.14.1016|4| +1.3.6.1.2.1.47.1.1.1.1.14.1017|4| +1.3.6.1.2.1.47.1.1.1.1.14.1018|4| +1.3.6.1.2.1.47.1.1.1.1.14.1019|4| +1.3.6.1.2.1.47.1.1.1.1.14.1020|4| +1.3.6.1.2.1.47.1.1.1.1.14.1021|4| +1.3.6.1.2.1.47.1.1.1.1.14.1022|4| +1.3.6.1.2.1.47.1.1.1.1.14.1023|4| +1.3.6.1.2.1.47.1.1.1.1.14.1024|4| +1.3.6.1.2.1.47.1.1.1.1.14.1025|4| +1.3.6.1.2.1.47.1.1.1.1.14.1026|4| +1.3.6.1.2.1.47.1.1.1.1.14.1027|4| +1.3.6.1.2.1.47.1.1.1.1.14.1028|4| +1.3.6.1.2.1.47.1.1.1.1.15.1|4| +1.3.6.1.2.1.47.1.1.1.1.15.101|4| +1.3.6.1.2.1.47.1.1.1.1.15.201|4| +1.3.6.1.2.1.47.1.1.1.1.15.1001|4| +1.3.6.1.2.1.47.1.1.1.1.15.1002|4| +1.3.6.1.2.1.47.1.1.1.1.15.1003|4| +1.3.6.1.2.1.47.1.1.1.1.15.1004|4| +1.3.6.1.2.1.47.1.1.1.1.15.1005|4| +1.3.6.1.2.1.47.1.1.1.1.15.1006|4| +1.3.6.1.2.1.47.1.1.1.1.15.1007|4| +1.3.6.1.2.1.47.1.1.1.1.15.1008|4| +1.3.6.1.2.1.47.1.1.1.1.15.1009|4| +1.3.6.1.2.1.47.1.1.1.1.15.1010|4| +1.3.6.1.2.1.47.1.1.1.1.15.1011|4| +1.3.6.1.2.1.47.1.1.1.1.15.1012|4| +1.3.6.1.2.1.47.1.1.1.1.15.1013|4| +1.3.6.1.2.1.47.1.1.1.1.15.1014|4| +1.3.6.1.2.1.47.1.1.1.1.15.1015|4| +1.3.6.1.2.1.47.1.1.1.1.15.1016|4| +1.3.6.1.2.1.47.1.1.1.1.15.1017|4| +1.3.6.1.2.1.47.1.1.1.1.15.1018|4| +1.3.6.1.2.1.47.1.1.1.1.15.1019|4| +1.3.6.1.2.1.47.1.1.1.1.15.1020|4| +1.3.6.1.2.1.47.1.1.1.1.15.1021|4| +1.3.6.1.2.1.47.1.1.1.1.15.1022|4| +1.3.6.1.2.1.47.1.1.1.1.15.1023|4| +1.3.6.1.2.1.47.1.1.1.1.15.1024|4| +1.3.6.1.2.1.47.1.1.1.1.15.1025|4| +1.3.6.1.2.1.47.1.1.1.1.15.1026|4| +1.3.6.1.2.1.47.1.1.1.1.15.1027|4| +1.3.6.1.2.1.47.1.1.1.1.15.1028|4| +1.3.6.1.2.1.47.1.1.1.1.16.1|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.101|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.201|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.1001|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1002|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1003|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1004|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1005|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1006|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1007|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1008|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1009|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1010|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1011|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1012|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1013|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1014|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1015|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1016|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1017|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1018|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1019|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1020|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1021|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1022|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1023|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1024|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1025|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1026|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1027|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.1028|2|1 +1.3.6.1.4.1.259.10.1.39.1.1.3.1.2.1|4|R01 +1.3.6.1.4.1.259.10.1.39.1.1.3.1.6.1|4|1.1.2.0 +1.3.6.1.4.1.259.10.1.39.1.1.3.1.10.1|4|EC1549000075 +1.3.6.1.4.1.259.10.1.39.1.1.5.1.0|4|ECS4110-28T +1.3.6.1.4.1.259.10.1.39.1.39.2.1.0|2|75 +1.3.6.1.4.1.259.10.1.39.1.39.3.1.0|2|134217728 +1.3.6.1.4.1.259.10.1.39.1.39.3.2.0|2|111763456 +1.3.6.1.4.1.259.10.1.39.1.39.3.3.0|2|22454272 +1.3.6.1.6.3.10.2.1.3.0|2|14558227