TPLINK-ACL-RULE-MIB: View SNMP OID List / Download MIB

VENDOR: TP-LINK


 Home MIB: TPLINK-ACL-RULE-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
 tpAclRuleConfigure 1.3.6.1.4.1.11863.6.26.1.1
     tpMacRuleTable 1.3.6.1.4.1.11863.6.26.1.1.1 no-access
A list of L2 MAC ACL rule entries. Here you can add MAC ACL rules for further ACL configuration.
         tpMacRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.1.1 no-access
An entry contains of the information of MAC ACL.
             tpMacAclId 1.3.6.1.4.1.11863.6.26.1.1.1.1.1 integer read-only
MAC ACL ID.
             tpMacRuleId 1.3.6.1.4.1.11863.6.26.1.1.1.1.2 integer read-only
MAC ACL rule ID.
             tpMacSecOperation 1.3.6.1.4.1.11863.6.26.1.1.1.1.3 integer read-only
MAC ACL Security Operation. Enumeration: 'deny': 1, 'permit': 0.
             tpMacSmacAddress 1.3.6.1.4.1.11863.6.26.1.1.1.1.4 octet string read-only
Source MAC address, string length setting to zero means that the source MAC address is disabled.
             tpMacSmacMask 1.3.6.1.4.1.11863.6.26.1.1.1.1.5 octet string read-only
Source Mac Mask, string length setting to zero means that every bit of the mask is 1.
             tpMacDmacAddress 1.3.6.1.4.1.11863.6.26.1.1.1.1.6 octet string read-only
Destination MAC address, string length setting to zero means that the destination MAC address is disabled.
             tpMacDmacMask 1.3.6.1.4.1.11863.6.26.1.1.1.1.7 octet string read-only
Destination Mac Mask, string length setting to zero means that every bit of the mask is 1.
             tpMacVlanId 1.3.6.1.4.1.11863.6.26.1.1.1.1.8 integer read-only
VLAN ID, 0-4094, value '0' means that the vid field is disabled.
             tpMacEtherType 1.3.6.1.4.1.11863.6.26.1.1.1.1.9 integer read-only
Ethernet protocol type, 0x0-0x10000. Value '65536' or '0x10000' means that the EtherType field is disabled.
             tpMacPri 1.3.6.1.4.1.11863.6.26.1.1.1.1.10 integer read-only
802.1P priority, 0-8, value '8' means that the priority field is disabled.
             tpMacTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.1.1.11 octet string read-only
MAC ACL time segment name(max length: 16), the time segment name must be configured previously and string length setting to zero means that this field is disabled.
             tpMacRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.1.1.12 tprowstatus read-only
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)
     tpStdipRuleTable 1.3.6.1.4.1.11863.6.26.1.1.2 no-access
A list of standard IP rule entries. Here you can add standard IP ACL rules for further ACL configuration.
         tpStdipRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.2.1 no-access
An entry contains of the information of STDIP ACL.
             tpStdipAclId 1.3.6.1.4.1.11863.6.26.1.1.2.1.1 integer read-only
Standard IP ACL ID.
             tpStdipRuleId 1.3.6.1.4.1.11863.6.26.1.1.2.1.2 integer read-only
Standard IP ACL rule ID.
             tpStdipSecOperation 1.3.6.1.4.1.11863.6.26.1.1.2.1.3 integer read-only
Standard IP ACL Security Operation. Enumeration: 'deny': 1, 'permit': 0.
             tpStdipSipAddress 1.3.6.1.4.1.11863.6.26.1.1.2.1.4 ipaddress read-only
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
             tpStdipSipMask 1.3.6.1.4.1.11863.6.26.1.1.2.1.5 ipaddress read-only
Source IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpStdipDipAddress 1.3.6.1.4.1.11863.6.26.1.1.2.1.6 ipaddress read-only
Destination IP address, value '0.0.0.0' means that the destination IP address is disabled.
             tpStdipDipMask 1.3.6.1.4.1.11863.6.26.1.1.2.1.7 ipaddress read-only
Destination IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpStdipTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.2.1.8 octet string read-only
STDIP ACL time segment name(max length: 16), the time segment name must be configured previously and string length setting to zero means that this field is disabled.
             tpStdipRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.2.1.9 tprowstatus read-only
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)
     tpExtipRuleTable 1.3.6.1.4.1.11863.6.26.1.1.3 no-access
A list of extended IP rule entries. Here you can add extended IP ACL rules for further ACL configuration.
         tpExtipRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.3.1 no-access
An entry contains of the information of EXTIP ACL.
             tpExtipAclId 1.3.6.1.4.1.11863.6.26.1.1.3.1.1 integer read-only
Extended IP ACL ID.
             tpExtipRuleId 1.3.6.1.4.1.11863.6.26.1.1.3.1.2 integer read-only
Extended IP ACL rule ID.
             tpExtipSecOperation 1.3.6.1.4.1.11863.6.26.1.1.3.1.3 integer read-only
Extended IP ACL Security Operation. Enumeration: 'deny': 1, 'permit': 0.
             tpExtipFragment 1.3.6.1.4.1.11863.6.26.1.1.3.1.4 integer read-only
Extended IP fragment, conflicts with all the L4 feature. Enumeration: 'enable': 1, 'disable': 0.
             tpExtipSipAddress 1.3.6.1.4.1.11863.6.26.1.1.3.1.5 ipaddress read-only
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
             tpExtipSipMask 1.3.6.1.4.1.11863.6.26.1.1.3.1.6 ipaddress read-only
Source IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpExtipDipAddress 1.3.6.1.4.1.11863.6.26.1.1.3.1.7 ipaddress read-only
Destination IP address, value '0.0.0.0' means that the Destination IP address is disabled.
             tpExtipDipMask 1.3.6.1.4.1.11863.6.26.1.1.3.1.8 ipaddress read-only
Destination IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpExtipProtocol 1.3.6.1.4.1.11863.6.26.1.1.3.1.9 integer read-only
L4 protocol type, 0-255, value '0' means this field is disabled. This field conflicts with the TCP Flags or the source/destination port numbers when it is not the value '6'(TCP), or '17'(UDP).
             tpExtipTcpFlag 1.3.6.1.4.1.11863.6.26.1.1.3.1.10 integer read-only
Extended IP TCP flag, this field is described as a bit-map structure: There are 12 bits of this field, the higher 6 bits show us whether these TCP flags are enabled(1) or disabled(0). The lower 6 bits show us the 6 kind of TCP flags' value (0-1). From the highest bit(bit11) to the lowest bit(0), each bit stands for a TCP flag: bit11 & bit5 -- URG flag bit10 & bit4 -- ACK flag bit9 & bit3 -- PSH flag bit8 & bit2 -- RST flag bit7 & bit1 -- SYN flag bit6 & bit0 -- FIN flag
             tpExtipSourcePort 1.3.6.1.4.1.11863.6.26.1.1.3.1.11 integer read-only
Extended IP TCP/UDP source port, 0-65536, value '65536' means that this field is disabled.
             tpExtipDestPort 1.3.6.1.4.1.11863.6.26.1.1.3.1.12 integer read-only
Extended IP TCP/UDP destination port, 0-65536, value '65536' means that this field is disabled.
             tpExtipDscp 1.3.6.1.4.1.11863.6.26.1.1.3.1.13 integer read-only
Extended IP DSCP, 0-64, value '64' means this field is disabled. conflicts with the Tos and Pre.
             tpExtipTos 1.3.6.1.4.1.11863.6.26.1.1.3.1.14 integer read-only
Extended IP type of service(ToS), 0-16, value '16' means this field is disabled.
             tpExtipPre 1.3.6.1.4.1.11863.6.26.1.1.3.1.15 integer read-only
Extended IP pre, 0-8, value '8' means this field is disabled.
             tpExtipTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.3.1.16 octet string read-only
EXTIP ACL time segment name(max length: 16), the time segment name must be configured previously and string length setting to zero means that this field is disabled.
             tpExtipRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.3.1.17 tprowstatus read-only
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)
     tpCombRuleTable 1.3.6.1.4.1.11863.6.26.1.1.4 no-access
A list of combined MAC+IP rule entries. Here you can add combined ACL rules for further ACL configuration.
         tpCombRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.4.1 no-access
An entry contains of the information of Combined ACL.
             tpCombAclId 1.3.6.1.4.1.11863.6.26.1.1.4.1.1 integer read-only
Combined MAC+IP ACL ID.
             tpCombRuleId 1.3.6.1.4.1.11863.6.26.1.1.4.1.2 integer read-only
Combined ACL rule ID.
             tpCombSecOperation 1.3.6.1.4.1.11863.6.26.1.1.4.1.3 integer read-only
Combined ACL Security Operation. Enumeration: 'deny': 1, 'permit': 0.
             tpCombSmacAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.4 octet string read-only
Source MAC address, string length setting to zero means that the source MAC address is disabled.
             tpCombSmacMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.5 octet string read-only
Source MAC Mask, string length setting to zero means that every bit of the mask is 1.
             tpCombDmacAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.6 octet string read-only
Destination MAC address, string length setting to zero means that the destination MAC address is disabled.
             tpCombDmacMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.7 octet string read-only
Destination MAC Mask, string length setting to zero means that every bit of the mask is 1.
             tpCombVlanId 1.3.6.1.4.1.11863.6.26.1.1.4.1.8 integer read-only
VLAN ID, 0-4094, value '0' means that the vid field is disabled.
             tpCombEtherType 1.3.6.1.4.1.11863.6.26.1.1.4.1.9 integer read-only
Ethernet protocol type, 0x0-0x10000. Value '65536' or '0x10000' means that the EtherType field is disabled.
             tpCombPri 1.3.6.1.4.1.11863.6.26.1.1.4.1.10 integer read-only
802.1P priority, 0-8, value '8' means that the priority field is disabled.
             tpCombSipAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.11 ipaddress read-only
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
             tpCombSipMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.12 ipaddress read-only
Source IP mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpCombDipAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.13 ipaddress read-only
Destination IP address, value '0.0.0.0' means that the destination IP address is disabled.
             tpCombDipMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.14 ipaddress read-only
Destination IP mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
             tpCombTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.4.1.15 octet string read-only
Combined ACL time segment name(max length: 16), the time segment name must be configured previously and string length setting to zero means that this field is disabled.
             tpCombRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.4.1.16 tprowstatus read-only
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)
     tpIPv6RuleTable 1.3.6.1.4.1.11863.6.26.1.1.5 no-access
A list of IPv6 rule entries. Here you can add IPv6 ACL rules for further ACL configuration.
         tpIPv6RuleEntry 1.3.6.1.4.1.11863.6.26.1.1.5.1 no-access
An entry contains of the information of IPv6 ACL.
             tpIPv6AclId 1.3.6.1.4.1.11863.6.26.1.1.5.1.1 integer read-only
IPv6 ACL ID.
             tpIPv6RuleId 1.3.6.1.4.1.11863.6.26.1.1.5.1.2 integer read-only
IPv6 ACL rule ID.
             tpIPv6SecOperation 1.3.6.1.4.1.11863.6.26.1.1.5.1.3 integer read-only
IPv6 ACL Security Operation. Enumeration: 'deny': 1, 'permit': 0.
             tpIPv6TrafficClass 1.3.6.1.4.1.11863.6.26.1.1.5.1.4 integer read-only
Traffic Class DSCP, 0-64, value '64' means that this field is disabled.
             tpIPv6FlowLabel 1.3.6.1.4.1.11863.6.26.1.1.5.1.5 integer read-only
IPv6 Flow Label, 0x0-0x100000, value '0x100000' or '1048576' means that this field is disabled.
             tpIPv6SipAddress 1.3.6.1.4.1.11863.6.26.1.1.5.1.6 octet string read-only
IPv6 source IP address, only upper 64 bits supported; the all-zero address means that the source IPv6 address is disabled.
             tpIPv6SipMask 1.3.6.1.4.1.11863.6.26.1.1.5.1.7 octet string read-only
IPv6 source IP mask, 64 bits, format: ffff:ffff:ffff:ffff; zero length means that every bit of the mask is 1.
             tpIPv6DipAddress 1.3.6.1.4.1.11863.6.26.1.1.5.1.8 octet string read-only
IPv6 destination IP address, only upper 64 bits supported; the all-zero address means that the destination IPv6 address is disabled.
             tpIPv6DipMask 1.3.6.1.4.1.11863.6.26.1.1.5.1.9 octet string read-only
IPv6 destination IP mask, 64 bits, format: ffff:ffff:ffff:ffff; zero length means that every bit of the mask is 1.
             tpIPv6SourcePort 1.3.6.1.4.1.11863.6.26.1.1.5.1.10 integer read-only
IPv6 L4 source port, 0-65536, value '65536' means that this field is disabled.
             tpIPv6DestPort 1.3.6.1.4.1.11863.6.26.1.1.5.1.11 integer read-only
IPv6 L4 destination port, 0-65536, value '65536' means that this field is disabled.
             tpIPv6TimeSegment 1.3.6.1.4.1.11863.6.26.1.1.5.1.12 octet string read-only
IPv6 ACL time segment name(max length: 16), the time segment name must be configured previously and string length setting to zero means that this field is disabled.
             tpIPv6RuleStatus 1.3.6.1.4.1.11863.6.26.1.1.5.1.13 tprowstatus read-only
the following two values are states: these values may be read or written active(1), notInService(2), the following value is a state: this value may be read, but not written notReady(3), the following three values are actions: these values may be written, but are never read createAndGo(4), createAndWait(5), destroy(6)