ZTE-AN-VLAN-STATS-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Counter64, Gauge32, Integer32 FROM SNMPv2-SMI RowStatus, DateAndTime, DisplayString FROM SNMPv2-TC VlanId FROM ZTE-AN-TC-MIB zxAnBridge FROM ZTE-AN-SMI HCPerfCurrentCount, HCPerfTimeElapsed FROM HC-PerfHist-TC-MIB; zxAnVlanStatsMib MODULE-IDENTITY LAST-UPDATED "201306031030Z" ORGANIZATION "ZTE Corporation" CONTACT-INFO "ZTE shanghai software development dept.III Zhang Weiping 021-68896470" DESCRIPTION "This MIB defines managed objects of ZTE VLAN statistic management." REVISION "201306031030Z" DESCRIPTION "Initial version of this MIB module." ::= { zxAnBridge 55 } zxAnVlanPerfObjects OBJECT IDENTIFIER ::= { zxAnVlanStatsMib 2 } -------------------------------------------------------------------------------- -- Following objects are defined. -- 1. VLAN Performance Objects -- 1.1 VLAN Current Statistic Table -- 1.2 VLAN Current Minutes Statistic Table -- 1.3 VLAN Current 1 Day Statistic Table -- 1.4 VLAN History Minutes Statistic Table -- 1.5 VLAN History 1 Day Statistic Table -- 1.6 VLAN Statistic Alarmm Profile config Table -- 1.7 VLAN Statistic Alarmm Profile name Table -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- 1. VLAN Performance Objects -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- 1.1 VLAN Current Statistic Table -------------------------------------------------------------------------------- zxAnVlanCurrStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanCurrStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The statistic table based on S-VID and C-VID." ::= { zxAnVlanPerfObjects 2 } zxAnVlanCurrStatsEntry OBJECT-TYPE SYNTAX ZxAnVlanCurrStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry of zxAnVlanCurrStatsTable." INDEX { zxAnVlanStatsSVid, zxAnVlanStatsCVid } ::= { zxAnVlanCurrStatsTable 1 } ZxAnVlanCurrStatsEntry ::= SEQUENCE { zxAnVlanStatsSVid VlanId, zxAnVlanStatsCVid Integer32, zxAnVlanUpOctets Counter64, zxAnVlanDownOctets Counter64, zxAnVlanUpOctetRate Gauge32, zxAnVlanDownOctetRate Gauge32, zxAnVlanUpOctetPeakRate Gauge32, zxAnVlanDownOctetPeakRate Gauge32, zxAnVlanUpPkts Counter64, zxAnVlanDownPkts Counter64, zxAnVlanUpPktRate Gauge32, zxAnVlanDownPktRate Gauge32, zxAnVlanUpDiscards Counter64, zxAnVlanDownDiscards Counter64, zxAnVlanLackOfBufferDiscards Counter64, zxAnVlanDelayExceededDiscards Counter64, zxAnVlanErroredDiscards Counter64, zxAnVlanIngressFilterDiscards Counter64, zxAnVlanUpUcastOctets Counter64, zxAnVlanDownUcastOctets Counter64, zxAnVlanUpUcastOctetRate Gauge32, zxAnVlanDownUcastOctetRate Gauge32, zxAnVlanUpUcastOctetPeakRate Gauge32, zxAnVlanDownUcastOctetPeakRate Gauge32, zxAnVlanUpUcastPkts Counter64, zxAnVlanDownUcastPkts Counter64, zxAnVlanUpMcastOctets Counter64, zxAnVlanDownMcastOctets Counter64, zxAnVlanUpMcastOctetRate Gauge32, zxAnVlanDownMcastOctetRate Gauge32, zxAnVlanUpMcastOctetPeakRate Gauge32, zxAnVlanDownMcastOctetPeakRate Gauge32, zxAnVlanUpMcastPkts Counter64, zxAnVlanDownMcastPkts Counter64, zxAnVlanUpBcastOctets Counter64, zxAnVlanDownBcastOctets Counter64, zxAnVlanUpBcastPkts Counter64, zxAnVlanDownBcastPkts Counter64, zxAnVlanUpFloodOctets Counter64, zxAnVlanDownFloodOctets Counter64, zxAnVlanUpFloodPkts Counter64, zxAnVlanDownFloodPkts Counter64, zxAnVlanStatsReset INTEGER, zxAnVlanStatsRowStatus RowStatus } zxAnVlanStatsSVid OBJECT-TYPE SYNTAX VlanId MAX-ACCESS not-accessible STATUS current DESCRIPTION "SVLAN ID." ::= { zxAnVlanCurrStatsEntry 1 } zxAnVlanStatsCVid OBJECT-TYPE SYNTAX Integer32(0..4094) MAX-ACCESS not-accessible STATUS current DESCRIPTION "CVLAN ID. 0 indicated statistics only based on SVLAN." ::= { zxAnVlanCurrStatsEntry 2 } zxAnVlanUpOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of received octets." ::= { zxAnVlanCurrStatsEntry 3 } zxAnVlanDownOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of transmitted octets." ::= { zxAnVlanCurrStatsEntry 4 } zxAnVlanUpOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received octet rate." ::= { zxAnVlanCurrStatsEntry 5 } zxAnVlanDownOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted octet rate." ::= { zxAnVlanCurrStatsEntry 6 } zxAnVlanUpOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received octet peak rate." ::= { zxAnVlanCurrStatsEntry 7 } zxAnVlanDownOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted octet peak rate." ::= { zxAnVlanCurrStatsEntry 8 } zxAnVlanUpPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of received packets." ::= { zxAnVlanCurrStatsEntry 9 } zxAnVlanDownPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The total number of transmitted packets." ::= { zxAnVlanCurrStatsEntry 10 } zxAnVlanUpPktRate OBJECT-TYPE SYNTAX Gauge32 UNITS "pps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received packet rate." ::= { zxAnVlanCurrStatsEntry 11 } zxAnVlanDownPktRate OBJECT-TYPE SYNTAX Gauge32 UNITS "pps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted packet rate." ::= { zxAnVlanCurrStatsEntry 12 } zxAnVlanUpDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of received discarded packets." ::= { zxAnVlanCurrStatsEntry 15 } zxAnVlanDownDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of transmitted discarded packets." ::= { zxAnVlanCurrStatsEntry 16 } zxAnVlanLackOfBufferDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets discarded due to the lack of the buffer space." ::= { zxAnVlanCurrStatsEntry 17 } zxAnVlanDelayExceededDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets discarded due to excessive transit delay." ::= { zxAnVlanCurrStatsEntry 18 } zxAnVlanErroredDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of errored packets discarded." ::= { zxAnVlanCurrStatsEntry 19 } zxAnVlanIngressFilterDiscards OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of packets discarded due to the ingress filtering." ::= { zxAnVlanCurrStatsEntry 20 } zxAnVlanUpUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Received unicast octets." ::= { zxAnVlanCurrStatsEntry 21 } zxAnVlanDownUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted unicast octets." ::= { zxAnVlanCurrStatsEntry 22 } zxAnVlanUpUcastOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received unicast octet rate." ::= { zxAnVlanCurrStatsEntry 23 } zxAnVlanDownUcastOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted unicast octet rate." ::= { zxAnVlanCurrStatsEntry 24 } zxAnVlanUpUcastOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received unicast octet peak rate." ::= { zxAnVlanCurrStatsEntry 25 } zxAnVlanDownUcastOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted unicast octet peak rate." ::= { zxAnVlanCurrStatsEntry 26 } zxAnVlanUpUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Received unicast packets." ::= { zxAnVlanCurrStatsEntry 27 } zxAnVlanDownUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted unicast packets." ::= { zxAnVlanCurrStatsEntry 28 } zxAnVlanUpMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Received multicast octets." ::= { zxAnVlanCurrStatsEntry 33 } zxAnVlanDownMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted multicast octets." ::= { zxAnVlanCurrStatsEntry 34 } zxAnVlanUpMcastOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received multicast octet rate." ::= { zxAnVlanCurrStatsEntry 35 } zxAnVlanDownMcastOctetRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted multicast octet rate." ::= { zxAnVlanCurrStatsEntry 36 } zxAnVlanUpMcastOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Received multicast octet peak rate." ::= { zxAnVlanCurrStatsEntry 37 } zxAnVlanDownMcastOctetPeakRate OBJECT-TYPE SYNTAX Gauge32 UNITS "kbps" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted multicast octet peak rate." ::= { zxAnVlanCurrStatsEntry 38 } zxAnVlanUpMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Received multicast packets." ::= { zxAnVlanCurrStatsEntry 39 } zxAnVlanDownMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted multicast packets." ::= { zxAnVlanCurrStatsEntry 40 } zxAnVlanUpBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Received broadcast octets." ::= { zxAnVlanCurrStatsEntry 45 } zxAnVlanDownBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted broadcast octets." ::= { zxAnVlanCurrStatsEntry 46 } zxAnVlanUpBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Received broadcast packets." ::= { zxAnVlanCurrStatsEntry 51 } zxAnVlanDownBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted broadcast packets." ::= { zxAnVlanCurrStatsEntry 52 } zxAnVlanUpFloodOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Received flood octets." ::= { zxAnVlanCurrStatsEntry 57 } zxAnVlanDownFloodOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted flood octets." ::= { zxAnVlanCurrStatsEntry 58 } zxAnVlanUpFloodPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Received flood packets." ::= { zxAnVlanCurrStatsEntry 63 } zxAnVlanDownFloodPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Transmitted flood packets." ::= { zxAnVlanCurrStatsEntry 64 } zxAnVlanStatsReset OBJECT-TYPE SYNTAX INTEGER { perfReset(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "Reset VLAN statistics counter manually when it is set to '1'. When zxAnVlanStatsReset is TRUE, zxAnVlanStatsRowStatus can not be set." ::= { zxAnVlanCurrStatsEntry 99 } zxAnVlanStatsRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. The supported actions of this conceptual row only include: 'createAndGo' and 'destroy'. To create a row in this table, a manager must set this object to createAndGo(4), and must comply with the multi-variables binding rule described in zxAnVlanCurrStatsEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1). When zxAnVlanStatsRowStatus is TRUE, zxAnVlanStatsReset can not be set." ::= { zxAnVlanCurrStatsEntry 100 } -------------------------------------------------------------------------------- -- 1.2 VLAN Current Minutes Statistic Table -------------------------------------------------------------------------------- zxAnVlanCurrMinStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanCurrMinStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The current minutes interval performance data table based on S-VID and C-VID." ::= { zxAnVlanPerfObjects 3 } zxAnVlanCurrMinStatsEntry OBJECT-TYPE SYNTAX ZxAnVlanCurrMinStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry of zxAnVlanCurrMinStatsEntry." INDEX { zxAnVlanCurrMinStatsSVid, zxAnVlanCurrMinStatsCVid } ::= { zxAnVlanCurrMinStatsTable 1 } ZxAnVlanCurrMinStatsEntry ::= SEQUENCE { zxAnVlanCurrMinStatsSVid VlanId, zxAnVlanCurrMinStatsCVid Integer32, zxAnVlanCurrMinTimeElapsed HCPerfTimeElapsed, zxAnVlanCurrMinUpOctets Counter64, zxAnVlanCurrMinDownOctets Counter64, zxAnVlanCurrMinUpPkts Counter64, zxAnVlanCurrMinDownPkts Counter64, zxAnVlanCurrMinUpUcastOctets Counter64, zxAnVlanCurrMinDownUcastOctets Counter64, zxAnVlanCurrMinUpUcastPkts Counter64, zxAnVlanCurrMinDownUcastPkts Counter64, zxAnVlanCurrMinUpMcastOctets Counter64, zxAnVlanCurrMinDownMcastOctets Counter64, zxAnVlanCurrMinUpMcastPkts Counter64, zxAnVlanCurrMinDownMcastPkts Counter64, zxAnVlanCurrMinUpBcastOctets Counter64, zxAnVlanCurrMinDownBcastOctets Counter64, zxAnVlanCurrMinUpBcastPkts Counter64, zxAnVlanCurrMinDownBcastPkts Counter64, zxAnVlanCurrMinStatsReset INTEGER, zxAnVlanCurrMinStatsRowStatus RowStatus } zxAnVlanCurrMinStatsSVid OBJECT-TYPE SYNTAX VlanId MAX-ACCESS not-accessible STATUS current DESCRIPTION "SVLAN ID." ::= { zxAnVlanCurrMinStatsEntry 1 } zxAnVlanCurrMinStatsCVid OBJECT-TYPE SYNTAX Integer32(0..4094) MAX-ACCESS not-accessible STATUS current DESCRIPTION "CVLAN ID. 0 indicated statistics only based on SVLAN." ::= { zxAnVlanCurrMinStatsEntry 2 } zxAnVlanCurrMinTimeElapsed OBJECT-TYPE SYNTAX HCPerfTimeElapsed(0..86399) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds that have elapsed since the beginning of the current 15 minutes interval." ::= { zxAnVlanCurrMinStatsEntry 3 } zxAnVlanCurrMinUpOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream octets." ::= { zxAnVlanCurrMinStatsEntry 4 } zxAnVlanCurrMinDownOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream octets." ::= { zxAnVlanCurrMinStatsEntry 5 } zxAnVlanCurrMinUpPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream packets." ::= { zxAnVlanCurrMinStatsEntry 6 } zxAnVlanCurrMinDownPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream packets." ::= { zxAnVlanCurrMinStatsEntry 7 } zxAnVlanCurrMinUpUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast octets." ::= { zxAnVlanCurrMinStatsEntry 8 } zxAnVlanCurrMinDownUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast octets." ::= { zxAnVlanCurrMinStatsEntry 9 } zxAnVlanCurrMinUpUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast packets." ::= { zxAnVlanCurrMinStatsEntry 10 } zxAnVlanCurrMinDownUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast packets." ::= { zxAnVlanCurrMinStatsEntry 11 } zxAnVlanCurrMinUpMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast octets." ::= { zxAnVlanCurrMinStatsEntry 12 } zxAnVlanCurrMinDownMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast octets." ::= { zxAnVlanCurrMinStatsEntry 13 } zxAnVlanCurrMinUpMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast packets." ::= { zxAnVlanCurrMinStatsEntry 14 } zxAnVlanCurrMinDownMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast packets." ::= { zxAnVlanCurrMinStatsEntry 15 } zxAnVlanCurrMinUpBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast octets." ::= { zxAnVlanCurrMinStatsEntry 16 } zxAnVlanCurrMinDownBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast octets." ::= { zxAnVlanCurrMinStatsEntry 17 } zxAnVlanCurrMinUpBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast packets." ::= { zxAnVlanCurrMinStatsEntry 18 } zxAnVlanCurrMinDownBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast packets." ::= { zxAnVlanCurrMinStatsEntry 19 } zxAnVlanCurrMinStatsReset OBJECT-TYPE SYNTAX INTEGER { perfReset(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "Reset VLAN statistics counter manually when it is set to '1'." ::= { zxAnVlanCurrMinStatsEntry 20 } zxAnVlanCurrMinStatsRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. The supported actions of this conceptual row only include: 'createAndGo' and 'destroy'. To create a row in this table, a manager must set this object to createAndGo(4), and must comply with the multi-variables binding rule described in zxAnVlanCurrMinStatsEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1)." ::= { zxAnVlanCurrMinStatsEntry 21 } -------------------------------------------------------------------------------- -- 1.3 VLAN Current 1 Day Statistic Table -------------------------------------------------------------------------------- zxAnVlanCurr1DayStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanCurr1DayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The current 1 day interval performance data table based on S-VID and C-VID." ::= { zxAnVlanPerfObjects 4 } zxAnVlanCurr1DayStatsEntry OBJECT-TYPE SYNTAX ZxAnVlanCurr1DayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry of zxAnVlanCurr1DayStatsEntry." INDEX { zxAnVlanCurr1DayStatsSVid, zxAnVlanCurr1DayStatsCVid } ::= { zxAnVlanCurr1DayStatsTable 1 } ZxAnVlanCurr1DayStatsEntry ::= SEQUENCE { zxAnVlanCurr1DayStatsSVid VlanId, zxAnVlanCurr1DayStatsCVid Integer32, zxAnVlanCurr1DayTimeElapsed HCPerfTimeElapsed, zxAnVlanCurr1DayUpOctets Counter64, zxAnVlanCurr1DayDownOctets Counter64, zxAnVlanCurr1DayUpPkts Counter64, zxAnVlanCurr1DayDownPkts Counter64, zxAnVlanCurr1DayUpUcastOctets Counter64, zxAnVlanCurr1DayDownUcastOctets Counter64, zxAnVlanCurr1DayUpUcastPkts Counter64, zxAnVlanCurr1DayDownUcastPkts Counter64, zxAnVlanCurr1DayUpMcastOctets Counter64, zxAnVlanCurr1DayDownMcastOctets Counter64, zxAnVlanCurr1DayUpMcastPkts Counter64, zxAnVlanCurr1DayDownMcastPkts Counter64, zxAnVlanCurr1DayUpBcastOctets Counter64, zxAnVlanCurr1DayDownBcastOctets Counter64, zxAnVlanCurr1DayUpBcastPkts Counter64, zxAnVlanCurr1DayDownBcastPkts Counter64, zxAnVlanCurr1DayStatsReset INTEGER, zxAnVlanCurr1DayStatsRowStatus RowStatus } zxAnVlanCurr1DayStatsSVid OBJECT-TYPE SYNTAX VlanId MAX-ACCESS not-accessible STATUS current DESCRIPTION "SVLAN ID." ::= { zxAnVlanCurr1DayStatsEntry 1 } zxAnVlanCurr1DayStatsCVid OBJECT-TYPE SYNTAX Integer32(0..4094) MAX-ACCESS not-accessible STATUS current DESCRIPTION "CVLAN ID. 0 indicated statistics only based on SVLAN." ::= { zxAnVlanCurr1DayStatsEntry 2 } zxAnVlanCurr1DayTimeElapsed OBJECT-TYPE SYNTAX HCPerfTimeElapsed(0..86399) UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "Number of seconds that have elapsed since the beginning of the current 1 day." ::= { zxAnVlanCurr1DayStatsEntry 3 } zxAnVlanCurr1DayUpOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream octets." ::= { zxAnVlanCurr1DayStatsEntry 4 } zxAnVlanCurr1DayDownOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream octets." ::= { zxAnVlanCurr1DayStatsEntry 5 } zxAnVlanCurr1DayUpPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream packets." ::= { zxAnVlanCurr1DayStatsEntry 6 } zxAnVlanCurr1DayDownPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream packets." ::= { zxAnVlanCurr1DayStatsEntry 7 } zxAnVlanCurr1DayUpUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast octets." ::= { zxAnVlanCurr1DayStatsEntry 8 } zxAnVlanCurr1DayDownUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast octets." ::= { zxAnVlanCurr1DayStatsEntry 9 } zxAnVlanCurr1DayUpUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast packets." ::= { zxAnVlanCurr1DayStatsEntry 10 } zxAnVlanCurr1DayDownUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast packets." ::= { zxAnVlanCurr1DayStatsEntry 11 } zxAnVlanCurr1DayUpMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast octets." ::= { zxAnVlanCurr1DayStatsEntry 12 } zxAnVlanCurr1DayDownMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast octets." ::= { zxAnVlanCurr1DayStatsEntry 13 } zxAnVlanCurr1DayUpMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast packets." ::= { zxAnVlanCurr1DayStatsEntry 14 } zxAnVlanCurr1DayDownMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast packets." ::= { zxAnVlanCurr1DayStatsEntry 15 } zxAnVlanCurr1DayUpBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast octets." ::= { zxAnVlanCurr1DayStatsEntry 16 } zxAnVlanCurr1DayDownBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast octets." ::= { zxAnVlanCurr1DayStatsEntry 17 } zxAnVlanCurr1DayUpBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast packets." ::= { zxAnVlanCurr1DayStatsEntry 18 } zxAnVlanCurr1DayDownBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast packets." ::= { zxAnVlanCurr1DayStatsEntry 19 } zxAnVlanCurr1DayStatsReset OBJECT-TYPE SYNTAX INTEGER { perfReset(1) } MAX-ACCESS read-create STATUS current DESCRIPTION "Reset VLAN statistics counter manually when it is set to '1'." ::= { zxAnVlanCurr1DayStatsEntry 20 } zxAnVlanCurr1DayStatsRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. The supported actions of this conceptual row only include: 'createAndGo' and 'destroy'. To create a row in this table, a manager must set this object to createAndGo(4), and must comply with the multi-variables binding rule described in zxAnVlanCurr1DayStatsEntry. To delete a row in this table, a manager must set this object to destroy(6). To get this object, the agent always returns active(1)." ::= { zxAnVlanCurr1DayStatsEntry 21 } -------------------------------------------------------------------------------- -- 1.4 VLAN History Minutes Statistic Table -------------------------------------------------------------------------------- zxAnVlanHMinStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanHMinStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The historical minutes interval performance data table based on S-VID and C-VID." ::= { zxAnVlanPerfObjects 5 } zxAnVlanHMinStatsEntry OBJECT-TYPE SYNTAX ZxAnVlanHMinStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry of zxAnVlanHMinStatsEntry." INDEX { zxAnVlanHMinStatsSVid, zxAnVlanHMinStatsCVid, zxAnVlanHMinIntervalNo } ::= { zxAnVlanHMinStatsTable 1 } ZxAnVlanHMinStatsEntry ::= SEQUENCE { zxAnVlanHMinStatsSVid VlanId, zxAnVlanHMinStatsCVid Integer32, zxAnVlanHMinIntervalNo Integer32, zxAnVlanHMinValidInterval INTEGER, zxAnVlanHMinDateTime DateAndTime, zxAnVlanHMinUpOctets Counter64, zxAnVlanHMinDownOctets Counter64, zxAnVlanHMinUpPkts Counter64, zxAnVlanHMinDownPkts Counter64, zxAnVlanHMinUpUcastOctets Counter64, zxAnVlanHMinDownUcastOctets Counter64, zxAnVlanHMinUpUcastPkts Counter64, zxAnVlanHMinDownUcastPkts Counter64, zxAnVlanHMinUpMcastOctets Counter64, zxAnVlanHMinDownMcastOctets Counter64, zxAnVlanHMinUpMcastPkts Counter64, zxAnVlanHMinDownMcastPkts Counter64, zxAnVlanHMinUpBcastOctets Counter64, zxAnVlanHMinDownBcastOctets Counter64, zxAnVlanHMinUpBcastPkts Counter64, zxAnVlanHMinDownBcastPkts Counter64 } zxAnVlanHMinStatsSVid OBJECT-TYPE SYNTAX VlanId MAX-ACCESS not-accessible STATUS current DESCRIPTION "SVLAN ID." ::= { zxAnVlanHMinStatsEntry 1 } zxAnVlanHMinStatsCVid OBJECT-TYPE SYNTAX Integer32(0..4094) MAX-ACCESS not-accessible STATUS current DESCRIPTION "CVLAN ID. 0 indicated statistics only based on SVLAN." ::= { zxAnVlanHMinStatsEntry 2 } zxAnVlanHMinIntervalNo OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance data interval number." ::= { zxAnVlanHMinStatsEntry 3 } zxAnVlanHMinValidInterval OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The validity of the data for this interval." ::= { zxAnVlanHMinStatsEntry 4 } zxAnVlanHMinDateTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The minutes interval performance data generation time." ::= { zxAnVlanHMinStatsEntry 5 } zxAnVlanHMinUpOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream octets." ::= { zxAnVlanHMinStatsEntry 6 } zxAnVlanHMinDownOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream octets." ::= { zxAnVlanHMinStatsEntry 7 } zxAnVlanHMinUpPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream packets." ::= { zxAnVlanHMinStatsEntry 8} zxAnVlanHMinDownPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream packets." ::= { zxAnVlanHMinStatsEntry 9 } zxAnVlanHMinUpUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast octets." ::= { zxAnVlanHMinStatsEntry 10 } zxAnVlanHMinDownUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast octets." ::= { zxAnVlanHMinStatsEntry 11 } zxAnVlanHMinUpUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast packets." ::= { zxAnVlanHMinStatsEntry 12 } zxAnVlanHMinDownUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast packets." ::= { zxAnVlanHMinStatsEntry 13 } zxAnVlanHMinUpMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast octets." ::= { zxAnVlanHMinStatsEntry 14 } zxAnVlanHMinDownMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast octets." ::= { zxAnVlanHMinStatsEntry 15 } zxAnVlanHMinUpMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast packets." ::= { zxAnVlanHMinStatsEntry 16 } zxAnVlanHMinDownMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast packets." ::= { zxAnVlanHMinStatsEntry 17 } zxAnVlanHMinUpBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast octets." ::= { zxAnVlanHMinStatsEntry 18 } zxAnVlanHMinDownBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast octets." ::= { zxAnVlanHMinStatsEntry 19 } zxAnVlanHMinUpBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast packets." ::= { zxAnVlanHMinStatsEntry 20 } zxAnVlanHMinDownBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast packets." ::= { zxAnVlanHMinStatsEntry 21 } -------------------------------------------------------------------------------- -- 1.5 VLAN History 1 Day Statistic Table -------------------------------------------------------------------------------- zxAnVlanH1DayStatsTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanH1DayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The historical 1 day interval performance data table based on S-VID and C-VID." ::= { zxAnVlanPerfObjects 6 } zxAnVlanH1DayStatsEntry OBJECT-TYPE SYNTAX ZxAnVlanH1DayStatsEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry of zxAnVlanH1DayStatsEntry." INDEX { zxAnVlanH1DayStatsSVid, zxAnVlanH1DayStatsCVid, zxAnVlanH1DayIntervalNo } ::= { zxAnVlanH1DayStatsTable 1 } ZxAnVlanH1DayStatsEntry ::= SEQUENCE { zxAnVlanH1DayStatsSVid VlanId, zxAnVlanH1DayStatsCVid Integer32, zxAnVlanH1DayIntervalNo Integer32, zxAnVlanH1DayValidInterval INTEGER, zxAnVlanH1DayDateTime DateAndTime, zxAnVlanH1DayUpOctets Counter64, zxAnVlanH1DayDownOctets Counter64, zxAnVlanH1DayUpPkts Counter64, zxAnVlanH1DayDownPkts Counter64, zxAnVlanH1DayUpUcastOctets Counter64, zxAnVlanH1DayDownUcastOctets Counter64, zxAnVlanH1DayUpUcastPkts Counter64, zxAnVlanH1DayDownUcastPkts Counter64, zxAnVlanH1DayUpMcastOctets Counter64, zxAnVlanH1DayDownMcastOctets Counter64, zxAnVlanH1DayUpMcastPkts Counter64, zxAnVlanH1DayDownMcastPkts Counter64, zxAnVlanH1DayUpBcastOctets Counter64, zxAnVlanH1DayDownBcastOctets Counter64, zxAnVlanH1DayUpBcastPkts Counter64, zxAnVlanH1DayDownBcastPkts Counter64 } zxAnVlanH1DayStatsSVid OBJECT-TYPE SYNTAX VlanId MAX-ACCESS not-accessible STATUS current DESCRIPTION "SVLAN ID." ::= { zxAnVlanH1DayStatsEntry 1 } zxAnVlanH1DayStatsCVid OBJECT-TYPE SYNTAX Integer32(0..4094) MAX-ACCESS not-accessible STATUS current DESCRIPTION "CVLAN ID. 0 indicated statistics only based on SVLAN." ::= { zxAnVlanH1DayStatsEntry 2 } zxAnVlanH1DayIntervalNo OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "Performance data interval number." ::= { zxAnVlanH1DayStatsEntry 3 } zxAnVlanH1DayValidInterval OBJECT-TYPE SYNTAX INTEGER { valid(1), invalid(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "The validity of the data for this interval." ::= { zxAnVlanH1DayStatsEntry 4 } zxAnVlanH1DayDateTime OBJECT-TYPE SYNTAX DateAndTime MAX-ACCESS read-only STATUS current DESCRIPTION "The day interval performance data generation time." ::= { zxAnVlanH1DayStatsEntry 5 } zxAnVlanH1DayUpOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream octets." ::= { zxAnVlanH1DayStatsEntry 6 } zxAnVlanH1DayDownOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream octets." ::= { zxAnVlanH1DayStatsEntry 7 } zxAnVlanH1DayUpPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream packets." ::= { zxAnVlanH1DayStatsEntry 8} zxAnVlanH1DayDownPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream packets." ::= { zxAnVlanH1DayStatsEntry 9 } zxAnVlanH1DayUpUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast octets." ::= { zxAnVlanH1DayStatsEntry 10 } zxAnVlanH1DayDownUcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast octets." ::= { zxAnVlanH1DayStatsEntry 11 } zxAnVlanH1DayUpUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream unicast packets." ::= { zxAnVlanH1DayStatsEntry 12 } zxAnVlanH1DayDownUcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream unicast packets." ::= { zxAnVlanH1DayStatsEntry 13 } zxAnVlanH1DayUpMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast octets." ::= { zxAnVlanH1DayStatsEntry 14 } zxAnVlanH1DayDownMcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast octets." ::= { zxAnVlanH1DayStatsEntry 15 } zxAnVlanH1DayUpMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream multicast packets." ::= { zxAnVlanH1DayStatsEntry 16 } zxAnVlanH1DayDownMcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream multicast packets." ::= { zxAnVlanH1DayStatsEntry 17 } zxAnVlanH1DayUpBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast octets." ::= { zxAnVlanH1DayStatsEntry 18 } zxAnVlanH1DayDownBcastOctets OBJECT-TYPE SYNTAX Counter64 UNITS "bytes" MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast octets." ::= { zxAnVlanH1DayStatsEntry 19 } zxAnVlanH1DayUpBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Upstream broadcast packets." ::= { zxAnVlanH1DayStatsEntry 20 } zxAnVlanH1DayDownBcastPkts OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION "Downstream broadcast packets." ::= { zxAnVlanH1DayStatsEntry 21 } -------------------------------------------------------------------------------- -- 1.6 VLAN Statistic Alarmm Profile config Table -------------------------------------------------------------------------------- zxAnVlanAlmProfileConfTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanAlmProfileConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile table of the vlan." ::= { zxAnVlanPerfObjects 7 } zxAnVlanAlmProfileConfEntry OBJECT-TYPE SYNTAX ZxAnVlanAlmProfileConfEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile entry of the vlan.These variables in the profile configuration is optional,if not configured, it means the correspongding alarm is not reported, but the alarm and clear alarm threshold configuration is needed to bind." INDEX { zxAnVlanAlmProfileName, zxAnVlanPerfVariable } ::= { zxAnVlanAlmProfileConfTable 1 } ZxAnVlanAlmProfileConfEntry ::= SEQUENCE { zxAnVlanAlmProfileName DisplayString, zxAnVlanPerfVariable OBJECT IDENTIFIER, zxAnVlanRiseAlmThresh HCPerfCurrentCount, zxAnVlanClrRiseAlmThresh HCPerfCurrentCount, zxAnVlanRiseWarnThresh HCPerfCurrentCount, zxAnVlanClrRiseWarnThresh HCPerfCurrentCount, zxAnVlanFallWarnThresh HCPerfCurrentCount, zxAnVlanClrFallWarnThresh HCPerfCurrentCount, zxAnVlanFallAlmThresh HCPerfCurrentCount, zxAnVlanClrFallAlmThresh HCPerfCurrentCount, zxAnVlanThreshUsed BITS, zxAnVlanAlmProfileConfRowStatus RowStatus } zxAnVlanAlmProfileName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..32)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The profile name." ::= { zxAnVlanAlmProfileConfEntry 1 } zxAnVlanPerfVariable OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS not-accessible STATUS current DESCRIPTION "The object identifier of performance variables." ::= { zxAnVlanAlmProfileConfEntry 2 } zxAnVlanRiseAlmThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for rising alarm." ::= { zxAnVlanAlmProfileConfEntry 3 } zxAnVlanClrRiseAlmThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for rising alarm restore." ::= { zxAnVlanAlmProfileConfEntry 4 } zxAnVlanRiseWarnThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for rising warning." ::= { zxAnVlanAlmProfileConfEntry 5 } zxAnVlanClrRiseWarnThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for rising warning restore." ::= { zxAnVlanAlmProfileConfEntry 6 } zxAnVlanFallWarnThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for falling warning." ::= { zxAnVlanAlmProfileConfEntry 7 } zxAnVlanClrFallWarnThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for falling warning restore." ::= { zxAnVlanAlmProfileConfEntry 8 } zxAnVlanFallAlmThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for falling alarm." ::= { zxAnVlanAlmProfileConfEntry 9 } zxAnVlanClrFallAlmThresh OBJECT-TYPE SYNTAX HCPerfCurrentCount MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold for falling alarm restore." ::= { zxAnVlanAlmProfileConfEntry 10 } zxAnVlanThreshUsed OBJECT-TYPE SYNTAX BITS { riseAlmThresh(0), riseAlmClrThresh(1), riseWarnThresh(2), riseWarnClrThresh(3), fallWarnThresh(4), fallWarnClrThresh(5), fallAlmThresh(6), fallAlmClrThresh(7) } MAX-ACCESS read-create STATUS current DESCRIPTION "The threshold used flag." ::= { zxAnVlanAlmProfileConfEntry 11 } zxAnVlanAlmProfileConfRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. To create a row in this table, a manager must set this object to createAndGo(4). To delete a row in this table, a manager must set this object to destroy(6). " ::= { zxAnVlanAlmProfileConfEntry 50 } -------------------------------------------------------------------------------- -- 1.7 VLAN Statistic Alarmm Profile name Table -------------------------------------------------------------------------------- zxAnVlanAlmProfileTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanAlmProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile table of the vlan.It can be used to delete all of the performance alarm threshold profiles which has the same name configured in 'zxAnVlanAlmProfileConfTable'." ::= { zxAnVlanPerfObjects 8 } zxAnVlanAlmProfileEntry OBJECT-TYPE SYNTAX ZxAnVlanAlmProfileEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile entry of the ethernet interfaces." INDEX { zxAnVlanAlmProfileName} ::= { zxAnVlanAlmProfileTable 1 } ZxAnVlanAlmProfileEntry ::= SEQUENCE { zxAnVlanAlmProfileRowStatus RowStatus } zxAnVlanAlmProfileRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this profile. To create a profile in this table, a manager must set this object to createAndGo(4). To delete a profile in this table, a manager must set this object to destroy(6). " ::= { zxAnVlanAlmProfileEntry 50 } -------------------------------------------------------------------------------- -- 1.8 zxAnVlanAlmProfileApplyTable -------------------------------------------------------------------------------- zxAnVlanAlmProfileApplyTable OBJECT-TYPE SYNTAX SEQUENCE OF ZxAnVlanAlmProfileApplyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile configuration table of the vlan" ::= { zxAnVlanPerfObjects 9 } zxAnVlanAlmProfileApplyEntry OBJECT-TYPE SYNTAX ZxAnVlanAlmProfileApplyEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "The performance alarm threshold profile configuration entry of the vlan" INDEX { zxAnVlanStatsSVid, zxAnVlanStatsCVid } ::= { zxAnVlanAlmProfileApplyTable 1 } ZxAnVlanAlmProfileApplyEntry ::= SEQUENCE { zxAnVlanAlmPrf DisplayString, zxAnVlanAlmPrfApplyRowStatus RowStatus } zxAnVlanAlmPrf OBJECT-TYPE SYNTAX DisplayString (SIZE (1..32)) MAX-ACCESS read-create STATUS current DESCRIPTION "The performance alarm threshold profile." ::= { zxAnVlanAlmProfileApplyEntry 1 } zxAnVlanAlmPrfApplyRowStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS current DESCRIPTION "The status of this conceptual row. To create a row in this table, a manager must set this object to createAndGo(4). To delete a row in this table, a manager must set this object to destroy(6). " ::= { zxAnVlanAlmProfileApplyEntry 50 } END