NTNTECH-MTM-MIB

File: NTNTECH-MTM-MIB.mib (31364 bytes)

Imported modules

NTNTECH-ROOT-MIB NTNTECH-INTERFACE-MODULE-CONFIGURATION-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

ntntechChassis NtnDisplayString NtnMacAddress
NtnIpAddress ifCfgSlotIndex ifCfgPortIndex
OBJECT-TYPE MODULE-IDENTITY TEXTUAL-CONVENTION
ntntechInterfaceModule

Defined Types

DiffServEntry  
SEQUENCE    
  diffServIndex INTEGER
  diffServActivateRule INTEGER
  diffServDSValue INTEGER
  diffServDSMask INTEGER
  diffServAllowTagOnIngress INTEGER
  diffServVlanIDStart INTEGER
  diffServVlanIDEnd INTEGER
  diffServTagActionOnIngress INTEGER
  diffServReplaceVlanID INTEGER
  diffServPriority INTEGER
  diffServFixedMaxValue INTEGER
  diffServIngressRateLimit INTEGER
  diffServEgressRateLimit INTEGER
  diffServBackboneVlanID INTEGER
  diffServPVCIndex INTEGER

IPRangeEntry  
SEQUENCE    
  ipRangeIndex INTEGER
  ipRangeActivateRule INTEGER
  ipRangeStart NtnIpAddress
  ipRangeEnd NtnIpAddress
  ipRangeAllowTagOnIngress INTEGER
  ipRangeVlanIDStart INTEGER
  ipRangeVlanIDEnd INTEGER
  ipRangeTagActionOnIngress INTEGER
  ipRangePriority INTEGER
  ipRangeFixedMaxValue INTEGER
  ipRangeIngressRateLimit INTEGER
  ipRangeEgressRateLimit INTEGER
  ipRangeBackboneVlanID INTEGER
  ipRangePVCIndex INTEGER

MacAddrRangeEntry  
SEQUENCE    
  macAddrRangeIndex INTEGER
  macAddrRangeActivateRule INTEGER
  macAddrRangeStart NtnMacAddress
  macAddrRangeEnd NtnMacAddress
  macAddrRangeAllowTagOnIngress INTEGER
  macAddrRangeVlanIDStart INTEGER
  macAddrRangeVlanIDEnd INTEGER
  macAddrRangeTagActionOnIngress INTEGER
  macAddrRangePriority INTEGER
  macAddrRangeFixedMaxValue INTEGER
  macAddrRangeIngressRateLimit INTEGER
  macAddrRangeEgressRateLimit INTEGER
  macAddrRangeBackboneVlanID INTEGER
  macAddrRangePVCIndex INTEGER

VLANRulesEntry  
SEQUENCE    
  vlanRulesVLANIndex INTEGER
  vlanRulesActivateRule INTEGER
  vlanRulesAllowTagOnIngress INTEGER
  vlanRulesVLANIdStart INTEGER
  vlanRulesVLANIdEnd INTEGER
  vlanRulesTagActionOnIngress INTEGER
  vlanRulesPriority INTEGER
  vlanRulesFixedMaxValue INTEGER
  vlanRulesIngressRateLimit INTEGER
  vlanRulesEgressRateLimit INTEGER
  vlanRulesBackboneVlanID INTEGER
  vlanRulesPVCIndex INTEGER

Defined Values

ntntechMTMMIB 1.3.6.1.4.1.8059.1.2.3
This mib module defines an SNMP API to manage Paradyne Corporation's Quality of Service attributes on a per port basis.
MODULE-IDENTITY    

mtmMIBObjects 1.3.6.1.4.1.8059.1.2.3.1
OBJECT IDENTIFIER    

diffServTable 1.3.6.1.4.1.8059.1.2.3.1.2
This table describes objects applicable to managing a Differentiated Services Code Point (DSCP) Rule. DSCP provides OSI Layer 3 identification information within a packet's IP header for the purpose of determining packet type. Up to four (4) seperate DiffServ Rules may be configured per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DiffServEntry

diffServEntry 1.3.6.1.4.1.8059.1.2.3.1.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  DiffServEntry  

diffServIndex 1.3.6.1.4.1.8059.1.2.3.1.2.1.1
A pointer to one of four possible DSCP Rules that can be assigned to a port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

diffServActivateRule 1.3.6.1.4.1.8059.1.2.3.1.2.1.2
Activate or deactivate the rule that is represented by the remaining attributes of this table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

diffServDSValue 1.3.6.1.4.1.8059.1.2.3.1.2.1.3
The value assigned to a port which designates the Differentiated Services Code Point. This is a hexidecimal value calculated from the upper six (6) bits of an eight (8) bit field in the packet's IP header (the remaining two[2] bits are unused). It is one of several methods used to determine packet type. Configuring this value requires knowledge of the users (desired) network traffic and, as such, a default value is not applicable (indicated as 00).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..252  

diffServDSMask 1.3.6.1.4.1.8059.1.2.3.1.2.1.4
The value assigned indicates which six (6) bits of the DSCP will be utilized in considering the packets DSCP type. Default is 252, indicating that all of the DSCP's upper six bits will be used in calculating the packet's DS value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..252  

diffServAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.2.1.5
The value assigned will determine a path for ingress packets. Tag (1) indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag (2) indicates that only ingress packets without a VLAN tag will be considered. All ingress packets with a VLAN tag will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

diffServVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.2.1.6
If diffServAllowTagOnIngress is set to tag(1), then this value dictates the beginning of a VLAN range that ingress packets will be allowed to have. If diffServAllowTagOnIngress is set to untag(2), and diffServTagActionOnIngress is set to add(1) then this value dictates what VLAN ID to add to all ingress packets.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

diffServVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.2.1.7
If diffServAllowTagOnIngress is set to tag(1), then this value dictates the end of a VLAN range that ingress packets will be allowed to have.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

diffServTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.2.1.8
The value assigned will alter the VLAN information of the Ingress Packet. 1 -- Add VLAN information to the Ingress Packet 2 -- Keep VLAN information on the Ingress Packet 3 -- Replace VLAN information on the Ingress Packet to diffServReplaceVlanID 4 -- Drop the Ingress Packet 5 -- Inaction -- No Action to the VLAN information on the Ingress Packet add(1) and inaction(5) are only valid if you have chosen untag(2) for the attribute diffServAllowTagOnIngress. keep(2) and replace(3) are only valid if tag(1) is chosen for the attribute diffServAllowTagOnIngress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), keep(2), replace(3), drop(4), inaction(5)  

diffServReplaceVlanID 1.3.6.1.4.1.8059.1.2.3.1.2.1.9
The value assigned dictates to which VLAN ID we will change the ingress packets VLAN ID. This attribute is valid only if tag(1) is chosen for diffServAllowTagOnIngress and replace(3) is chosen for diffServTagActionOnIngress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

diffServPriority 1.3.6.1.4.1.8059.1.2.3.1.2.1.10
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

diffServFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.2.1.11
The value assigned dictates the action to be taken with the configured diffServPriority for tagged ingress packets. The default value is fixed(1). If set to fixed(1), the packet's ingress priority will automatically be replaced with the diffServPriority. If set to max(2), the packet's ingress priority will only be replaced with the diffServPriority if the packet's ingress priority is higher than the diffServPriority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), max(2)  

diffServIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.2.1.12
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

diffServEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.2.1.13
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

diffServBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.2.1.14
The value assigned will dictate what VLAN ID we add as the Q-in-Q VLAN ID to all ingress traffic passing this diffserv rule set.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

diffServPVCIndex 1.3.6.1.4.1.8059.1.2.3.1.2.1.15
The value assigned describes a PVC index that the ingress traffic defined by this diffServ rule is expected to be received on.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

ipRangeTable 1.3.6.1.4.1.8059.1.2.3.1.4
This table defines MTM rules associated with an IP Address or an IP Address Range. Up to four (4) seperate IP Range Rules may be configured per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IPRangeEntry

ipRangeEntry 1.3.6.1.4.1.8059.1.2.3.1.4.1
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
Status: current Access: not-accessible
OBJECT-TYPE    
  IPRangeEntry  

ipRangeIndex 1.3.6.1.4.1.8059.1.2.3.1.4.1.1
A pointer to one of four possible IP Range Rules that can be assigned to a port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

ipRangeActivateRule 1.3.6.1.4.1.8059.1.2.3.1.4.1.2
Setting this value, activates the rule that is represented by the remaining attributes of this table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

ipRangeStart 1.3.6.1.4.1.8059.1.2.3.1.4.1.3
The value assigned to a port which designates the start of an IP range. Packets containing a source and/or desitination IP address that falls within the configured range will match the IP portion of the IP Range Rule. Default is 0.0.0.0.
Status: current Access: read-write
OBJECT-TYPE    
  NtnIpAddress  

ipRangeEnd 1.3.6.1.4.1.8059.1.2.3.1.4.1.4
The value assigned to a port which designates the end of an IP range. Packets containing a source and/or destination IP address that falls within the configured range will match the IP portion of the IP Range Rule. Default is 0.0.0.0.
Status: current Access: read-write
OBJECT-TYPE    
  NtnIpAddress  

ipRangeAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.4.1.5
The value assigned will determine a path for ingress packets. Tag indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag indicates that only ingress packets without a VLAN tag will be considered. All ingress packets with a VLAN tag will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

ipRangeVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.4.1.6
The value assigned to a port which designates the start of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag (1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

ipRangeVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.4.1.7
The value assigned to a port which designates the end of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag (1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

ipRangeTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.4.1.8
The value assigned will alter the VLAN information of the Ingress Packet. 1 -- Add VLAN information to the Ingress Packet 2 -- Keep VLAN information on the Ingress Packet 3 -- Replace VLAN information on the Ingress Packet 4 -- Drop the Ingress Packet 5 -- Inaction -- No Action to the VLAN information on the Ingress Packet Add (1) and No Action (5) are only valid if you have chosen Untag (2) for the attribute ipRangeAllowTagOnIngress. Keep(2) and Replace(3) are only valid if Tag (1) is chosen for the attribute ipRangeAllowTagOnIngress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), keep(2), replace(3), drop(4), inaction(5)  

ipRangePriority 1.3.6.1.4.1.8059.1.2.3.1.4.1.9
The value assigned to a port which indicates priority. This priority is relevant both within the DSLAM and at egress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

ipRangeFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.4.1.10
The value assigned dictates the action to be taken with the configured ipRangePriority for tagged ingress packets. The default value is fixed.If set to Fixed, the packet's ingress priority will automatically be replaced with the ipRangeRulePriority. If set to Max, the packet's ingress priority will only be replaced with the ipRangeRulePriority if the packet's ingress priority is higher than the ipRangeRulePriority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), max(2)  

ipRangeIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.4.1.11
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipRangeEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.4.1.12
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

ipRangeBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.4.1.13
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

ipRangePVCIndex 1.3.6.1.4.1.8059.1.2.3.1.4.1.14
The value assigned describes a PVC that is assigned to this port for MTM purposes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

macAddrRangeTable 1.3.6.1.4.1.8059.1.2.3.1.6
This table defines MTM rules associated with a Mac Address or Mac Address Range. These rules can be established on a per port basis. Up to four (4) seperate Mac Address Rules may be configured per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MacAddrRangeEntry

macAddrRangeEntry 1.3.6.1.4.1.8059.1.2.3.1.6.1
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddrRangeEntry  

macAddrRangeIndex 1.3.6.1.4.1.8059.1.2.3.1.6.1.1
A pointer to one of four possible Mac Address Rules that can be assigned to a port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..4  

macAddrRangeActivateRule 1.3.6.1.4.1.8059.1.2.3.1.6.1.2
Setting this value, activates the rule that is represented by the remaining attributes of this table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

macAddrRangeStart 1.3.6.1.4.1.8059.1.2.3.1.6.1.3
The value assigned to a port which designates the start of a MAC Address range. This should only be defined if macaddrAllowTagOnIngress is set to tag.
Status: current Access: read-write
OBJECT-TYPE    
  NtnMacAddress  

macAddrRangeEnd 1.3.6.1.4.1.8059.1.2.3.1.6.1.4
The value assigned to a port which designates the end of a MAC Address range. This should only be defined if macaddrAllowTagOnIngress is set to tag.
Status: current Access: read-write
OBJECT-TYPE    
  NtnMacAddress  

macAddrRangeAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.6.1.5
The value assigned will determine a path for ingress packets. Tag(1) indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag(2) indicates that only ingress packets without a VLAN tag will be considered. All ingress packets with a VLAN tag will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

macAddrRangeVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.6.1.6
The value assigned to a port which designates the start of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag (1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

macAddrRangeVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.6.1.7
The value assigned to a port which designates the end of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag (1).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

macAddrRangeTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.6.1.8
The value assigned will alter the VLAN information of the Ingress Packet. 1 -- Add VLAN information to the Ingress Packet 2 -- Keep VLAN information on the Ingress Packet 3 -- Replace VLAN information on the Ingress Packet 4 -- Drop the Ingress Packet 5 -- Inaction -- No Action to the VLAN information on the Ingress Packet Add (1) and No Action (5) are only valid if you have chosen Untag (2) for the attribute macAddrAllowTagOnIngress.Keep(2) and Replace(3) are only valid if Tag (1) is chosen for the attribute macAddrAllowTagOnIngress
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), keep(2), replace(3), drop(4), inaction(5)  

macAddrRangePriority 1.3.6.1.4.1.8059.1.2.3.1.6.1.9
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

macAddrRangeFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.6.1.10
The value assigned dictates the action to be taken with the configured macaddrPriority for tagged ingress packets. The default value is fixed. If set to Fixed, the packet's ingress priority will automatically be replaced with the macAddrPriority. If set to Max, the packet's ingress priority will only be replaced with the macAddrPriority if the packet's ingress priority is higher than the Mac Address Rule Priority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), max(2)  

macAddrRangeIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.6.1.11
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macAddrRangeEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.6.1.12
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

macAddrRangeBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.6.1.13
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

macAddrRangePVCIndex 1.3.6.1.4.1.8059.1.2.3.1.6.1.14
The value assigned describes a PVC that is assigned to this port for MTM purposes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4  

vlanRulesTable 1.3.6.1.4.1.8059.1.2.3.1.8
This table defines MTM rules associated with a VLAN or a VLAN Range. These rules can be established on a per port basis. Up to ten (10) seperate VLAN Rules may be configured per port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VLANRulesEntry

vlanRulesEntry 1.3.6.1.4.1.8059.1.2.3.1.8.1
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
Status: current Access: not-accessible
OBJECT-TYPE    
  VLANRulesEntry  

vlanRulesVLANIndex 1.3.6.1.4.1.8059.1.2.3.1.8.1.1
A pointer to one of ten possible VLAN Rules that can be assigned to a port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..10  

vlanRulesActivateRule 1.3.6.1.4.1.8059.1.2.3.1.8.1.2
Setting this value, activates the rule that is represented by the remaining attributes of this table.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER active(1), inactive(2)  

vlanRulesAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.8.1.3
The value assigned will determine a path for ingress packets. Tag indicates that only ingress packets with a vlan tag to be considered; all ingress packets without a VLAN tag will be dropped. Untag indicates that only ingress packets without a VLAN tag will be considered. All ingress packets with a VLAN tag will be dropped.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER tag(1), untag(2)  

vlanRulesVLANIdStart 1.3.6.1.4.1.8059.1.2.3.1.8.1.4
The value assigned to a port which designates the start of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

vlanRulesVLANIdEnd 1.3.6.1.4.1.8059.1.2.3.1.8.1.5
The value assigned to a port which designates the end of a VLAN ID range. This should only be defined if vlanRulesAllowTagOnIngress is set to tag.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

vlanRulesTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.8.1.6
The value assigned will allow VLAN information to be added to the Ingress Packet. 1 -- Add VLAN information to the Ingress Packet 2 -- Keep VLAN information on the Ingress Packet 3 -- Replace VLAN information on the Ingress Packet 4 -- Drop the Ingress Packet 5 -- Inaction -- No Action to the VLAN information on the Ingress Packet Add (1) and No Action (5) are only valid if you have chosen Untag (2) for the attribute vlanRulesAllowTagOnIngress.Keep(2) and Replace(3) are only valid if Tag (1) is chosen for the attribute vlanRulesAllowTagOnIngress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER add(1), keep(2), replace(3), drop(4), noAction(5)  

vlanRulesPriority 1.3.6.1.4.1.8059.1.2.3.1.8.1.7
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

vlanRulesFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.8.1.8
The value assigned dictates the action to be taken with the configured vlanRulesPriority for tagged ingress packets. The default value is fixed. If set to Fixed, the packet's ingress priority will automatically be replaced with the vlanRulesPriority. If set to Max, the packet's ingress priority will only be replaced with the vlanRulesPriority if the packet's ingress priority is higher than the vlanRulesPriority.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER fixed(1), max(2)  

vlanRulesIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.8.1.9
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vlanRulesEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.8.1.10
The value assigned allows traffic-specific, rule-specific, bandwidth limits for each port. The unit of measure is kbps. The default value is 0 (no limit).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vlanRulesBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.8.1.11
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..4085  

vlanRulesPVCIndex 1.3.6.1.4.1.8059.1.2.3.1.8.1.12
The value assigned describes a PVC that is assigned to this port for MTM purposes.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..4