NTNTECH-MTM-MIB: View SNMP OID List / Download MIB

VENDOR: NET TO NET TECHNOLOGIES


 Home MIB: NTNTECH-MTM-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 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.
     mtmMIBObjects 1.3.6.1.4.1.8059.1.2.3.1
         diffServTable 1.3.6.1.4.1.8059.1.2.3.1.2 no-access
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.
             diffServEntry 1.3.6.1.4.1.8059.1.2.3.1.2.1 no-access
                 diffServIndex 1.3.6.1.4.1.8059.1.2.3.1.2.1.1 integer read-only
A pointer to one of four possible DSCP Rules that can be assigned to a port.
                 diffServActivateRule 1.3.6.1.4.1.8059.1.2.3.1.2.1.2 integer read-write
Activate or deactivate the rule that is represented by the remaining attributes of this table. Enumeration: 'active': 1, 'inactive': 2.
                 diffServDSValue 1.3.6.1.4.1.8059.1.2.3.1.2.1.3 integer read-write
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).
                 diffServDSMask 1.3.6.1.4.1.8059.1.2.3.1.2.1.4 integer read-write
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.
                 diffServAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.2.1.5 integer read-write
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. Enumeration: 'tag': 1, 'untag': 2.
                 diffServVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.2.1.6 integer read-write
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.
                 diffServVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.2.1.7 integer read-write
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.
                 diffServTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.2.1.8 integer read-write
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. Enumeration: 'keep': 2, 'add': 1, 'drop': 4, 'inaction': 5, 'replace': 3.
                 diffServReplaceVlanID 1.3.6.1.4.1.8059.1.2.3.1.2.1.9 integer read-write
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.
                 diffServPriority 1.3.6.1.4.1.8059.1.2.3.1.2.1.10 integer read-write
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
                 diffServFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.2.1.11 integer read-write
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. Enumeration: 'max': 2, 'fixed': 1.
                 diffServIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.2.1.12 integer read-write
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).
                 diffServEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.2.1.13 integer read-write
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).
                 diffServBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.2.1.14 integer read-write
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.
                 diffServPVCIndex 1.3.6.1.4.1.8059.1.2.3.1.2.1.15 integer read-write
The value assigned describes a PVC index that the ingress traffic defined by this diffServ rule is expected to be received on.
         ipRangeTable 1.3.6.1.4.1.8059.1.2.3.1.4 no-access
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.
             ipRangeEntry 1.3.6.1.4.1.8059.1.2.3.1.4.1 no-access
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
                 ipRangeIndex 1.3.6.1.4.1.8059.1.2.3.1.4.1.1 integer read-only
A pointer to one of four possible IP Range Rules that can be assigned to a port.
                 ipRangeActivateRule 1.3.6.1.4.1.8059.1.2.3.1.4.1.2 integer read-write
Setting this value, activates the rule that is represented by the remaining attributes of this table. Enumeration: 'active': 1, 'inactive': 2.
                 ipRangeStart 1.3.6.1.4.1.8059.1.2.3.1.4.1.3 ntnipaddress read-write
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.
                 ipRangeEnd 1.3.6.1.4.1.8059.1.2.3.1.4.1.4 ntnipaddress read-write
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.
                 ipRangeAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.4.1.5 integer read-write
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. Enumeration: 'tag': 1, 'untag': 2.
                 ipRangeVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.4.1.6 integer read-write
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).
                 ipRangeVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.4.1.7 integer read-write
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).
                 ipRangeTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.4.1.8 integer read-write
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. Enumeration: 'keep': 2, 'add': 1, 'drop': 4, 'inaction': 5, 'replace': 3.
                 ipRangePriority 1.3.6.1.4.1.8059.1.2.3.1.4.1.9 integer read-write
The value assigned to a port which indicates priority. This priority is relevant both within the DSLAM and at egress.
                 ipRangeFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.4.1.10 integer read-write
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. Enumeration: 'max': 2, 'fixed': 1.
                 ipRangeIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.4.1.11 integer read-write
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).
                 ipRangeEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.4.1.12 integer read-write
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).
                 ipRangeBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.4.1.13 integer read-write
                 ipRangePVCIndex 1.3.6.1.4.1.8059.1.2.3.1.4.1.14 integer read-write
The value assigned describes a PVC that is assigned to this port for MTM purposes.
         macAddrRangeTable 1.3.6.1.4.1.8059.1.2.3.1.6 no-access
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.
             macAddrRangeEntry 1.3.6.1.4.1.8059.1.2.3.1.6.1 no-access
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
                 macAddrRangeIndex 1.3.6.1.4.1.8059.1.2.3.1.6.1.1 integer read-only
A pointer to one of four possible Mac Address Rules that can be assigned to a port.
                 macAddrRangeActivateRule 1.3.6.1.4.1.8059.1.2.3.1.6.1.2 integer read-write
Setting this value, activates the rule that is represented by the remaining attributes of this table. Enumeration: 'active': 1, 'inactive': 2.
                 macAddrRangeStart 1.3.6.1.4.1.8059.1.2.3.1.6.1.3 ntnmacaddress read-write
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.
                 macAddrRangeEnd 1.3.6.1.4.1.8059.1.2.3.1.6.1.4 ntnmacaddress read-write
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.
                 macAddrRangeAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.6.1.5 integer read-write
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. Enumeration: 'tag': 1, 'untag': 2.
                 macAddrRangeVlanIDStart 1.3.6.1.4.1.8059.1.2.3.1.6.1.6 integer read-write
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).
                 macAddrRangeVlanIDEnd 1.3.6.1.4.1.8059.1.2.3.1.6.1.7 integer read-write
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).
                 macAddrRangeTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.6.1.8 integer read-write
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 Enumeration: 'keep': 2, 'add': 1, 'drop': 4, 'inaction': 5, 'replace': 3.
                 macAddrRangePriority 1.3.6.1.4.1.8059.1.2.3.1.6.1.9 integer read-write
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
                 macAddrRangeFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.6.1.10 integer read-write
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. Enumeration: 'max': 2, 'fixed': 1.
                 macAddrRangeIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.6.1.11 integer read-write
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).
                 macAddrRangeEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.6.1.12 integer read-write
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).
                 macAddrRangeBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.6.1.13 integer read-write
                 macAddrRangePVCIndex 1.3.6.1.4.1.8059.1.2.3.1.6.1.14 integer read-write
The value assigned describes a PVC that is assigned to this port for MTM purposes.
         vlanRulesTable 1.3.6.1.4.1.8059.1.2.3.1.8 no-access
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.
             vlanRulesEntry 1.3.6.1.4.1.8059.1.2.3.1.8.1 no-access
An entry containing management information applicable to an IPD12000, IPD4000 Access/Inverse module and Mini/Micro DSLAM port.
                 vlanRulesVLANIndex 1.3.6.1.4.1.8059.1.2.3.1.8.1.1 integer read-only
A pointer to one of ten possible VLAN Rules that can be assigned to a port.
                 vlanRulesActivateRule 1.3.6.1.4.1.8059.1.2.3.1.8.1.2 integer read-write
Setting this value, activates the rule that is represented by the remaining attributes of this table. Enumeration: 'active': 1, 'inactive': 2.
                 vlanRulesAllowTagOnIngress 1.3.6.1.4.1.8059.1.2.3.1.8.1.3 integer read-write
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. Enumeration: 'tag': 1, 'untag': 2.
                 vlanRulesVLANIdStart 1.3.6.1.4.1.8059.1.2.3.1.8.1.4 integer read-write
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.
                 vlanRulesVLANIdEnd 1.3.6.1.4.1.8059.1.2.3.1.8.1.5 integer read-write
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.
                 vlanRulesTagActionOnIngress 1.3.6.1.4.1.8059.1.2.3.1.8.1.6 integer read-write
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. Enumeration: 'keep': 2, 'add': 1, 'drop': 4, 'noAction': 5, 'replace': 3.
                 vlanRulesPriority 1.3.6.1.4.1.8059.1.2.3.1.8.1.7 integer read-write
The value assigned to a port which indicates VLAN priority. This priority is relevant both within the DSLAM and at egress.
                 vlanRulesFixedMaxValue 1.3.6.1.4.1.8059.1.2.3.1.8.1.8 integer read-write
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. Enumeration: 'max': 2, 'fixed': 1.
                 vlanRulesIngressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.8.1.9 integer read-write
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).
                 vlanRulesEgressRateLimit 1.3.6.1.4.1.8059.1.2.3.1.8.1.10 integer read-write
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).
                 vlanRulesBackboneVlanID 1.3.6.1.4.1.8059.1.2.3.1.8.1.11 integer read-write
                 vlanRulesPVCIndex 1.3.6.1.4.1.8059.1.2.3.1.8.1.12 integer read-write
The value assigned describes a PVC that is assigned to this port for MTM purposes.