TPLINK-ACL-RULE-MIB

File: TPLINK-ACL-RULE-MIB.mib (22837 bytes)

Imported modules

TPLINK-TC-MIB SNMPv2-SMI TPLINK-MIB
TPLINK-ACL-MIB

Imported symbols

TPRowStatus OBJECT-TYPE MODULE-IDENTITY
IpAddress tplinkMgmt tplinkAclMIBObjects

Defined Types

TPMACRULEENTRY  
SEQUENCE    
  tpMacAclId INTEGER
  tpMacRuleId INTEGER
  tpMacSecOperation INTEGER
  tpMacSmacAddress OCTET STRING
  tpMacSmacMask OCTET STRING
  tpMacDmacAddress OCTET STRING
  tpMacDmacMask OCTET STRING
  tpMacVlanId INTEGER
  tpMacEtherType INTEGER
  tpMacPri INTEGER
  tpMacTimeSegment OCTET STRING
  tpMacRuleStatus TPRowStatus

TPSTDIPRULEENTRY  
SEQUENCE    
  tpStdipAclId INTEGER
  tpStdipRuleId INTEGER
  tpStdipSecOperation INTEGER
  tpStdipSipAddress IpAddress
  tpStdipSipMask IpAddress
  tpStdipDipAddress IpAddress
  tpStdipDipMask IpAddress
  tpStdipTimeSegment OCTET STRING
  tpStdipRuleStatus TPRowStatus

TPEXTIPRULEENTRY  
SEQUENCE    
  tpExtipAclId INTEGER
  tpExtipRuleId INTEGER
  tpExtipSecOperation INTEGER
  tpExtipFragment INTEGER
  tpExtipSipAddress IpAddress
  tpExtipSipMask IpAddress
  tpExtipDipAddress IpAddress
  tpExtipDipMask IpAddress
  tpExtipProtocol INTEGER
  tpExtipTcpFlag INTEGER
  tpExtipSourcePort INTEGER
  tpExtipDestPort INTEGER
  tpExtipDscp INTEGER
  tpExtipTos INTEGER
  tpExtipPre INTEGER
  tpExtipTimeSegment OCTET STRING
  tpExtipRuleStatus TPRowStatus

TPCOMBRULEENTRY  
SEQUENCE    
  tpCombAclId INTEGER
  tpCombRuleId INTEGER
  tpCombSecOperation INTEGER
  tpCombSmacAddress OCTET STRING
  tpCombSmacMask OCTET STRING
  tpCombDmacAddress OCTET STRING
  tpCombDmacMask OCTET STRING
  tpCombVlanId INTEGER
  tpCombEtherType INTEGER
  tpCombPri INTEGER
  tpCombSipAddress IpAddress
  tpCombSipMask IpAddress
  tpCombDipAddress IpAddress
  tpCombDipMask IpAddress
  tpCombTimeSegment OCTET STRING
  tpCombRuleStatus TPRowStatus

TPIPV6RULEENTRY  
SEQUENCE    
  tpIPv6AclId INTEGER
  tpIPv6RuleId INTEGER
  tpIPv6SecOperation INTEGER
  tpIPv6TrafficClass INTEGER
  tpIPv6FlowLabel INTEGER
  tpIPv6SipAddress OCTET STRING
  tpIPv6SipMask OCTET STRING
  tpIPv6DipAddress OCTET STRING
  tpIPv6DipMask OCTET STRING
  tpIPv6SourcePort INTEGER
  tpIPv6DestPort INTEGER
  tpIPv6TimeSegment OCTET STRING
  tpIPv6RuleStatus TPRowStatus

Defined Values

tpAclRuleConfigure 1.3.6.1.4.1.11863.6.26.1.1
OBJECT IDENTIFIER    

tpMacRuleTable 1.3.6.1.4.1.11863.6.26.1.1.1
A list of L2 MAC ACL rule entries. Here you can add MAC ACL rules for further ACL configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPMACRULEENTRY

tpMacRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.1.1
An entry contains of the information of MAC ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPMACRULEENTRY  

tpMacAclId 1.3.6.1.4.1.11863.6.26.1.1.1.1.1
MAC ACL ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMacRuleId 1.3.6.1.4.1.11863.6.26.1.1.1.1.2
MAC ACL rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpMacSecOperation 1.3.6.1.4.1.11863.6.26.1.1.1.1.3
MAC ACL Security Operation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

tpMacSmacAddress 1.3.6.1.4.1.11863.6.26.1.1.1.1.4
Source MAC address, string length setting to zero means that the source MAC address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMacSmacMask 1.3.6.1.4.1.11863.6.26.1.1.1.1.5
Source Mac Mask, string length setting to zero means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMacDmacAddress 1.3.6.1.4.1.11863.6.26.1.1.1.1.6
Destination MAC address, string length setting to zero means that the destination MAC address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMacDmacMask 1.3.6.1.4.1.11863.6.26.1.1.1.1.7
Destination Mac Mask, string length setting to zero means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMacVlanId 1.3.6.1.4.1.11863.6.26.1.1.1.1.8
VLAN ID, 0-4094, value '0' means that the vid field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpMacEtherType 1.3.6.1.4.1.11863.6.26.1.1.1.1.9
Ethernet protocol type, 0x0-0x10000. Value '65536' or '0x10000' means that the EtherType field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpMacPri 1.3.6.1.4.1.11863.6.26.1.1.1.1.10
802.1P priority, 0-8, value '8' means that the priority field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpMacTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.1.1.11
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpMacRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.1.1.12
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpStdipRuleTable 1.3.6.1.4.1.11863.6.26.1.1.2
A list of standard IP rule entries. Here you can add standard IP ACL rules for further ACL configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPSTDIPRULEENTRY

tpStdipRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.2.1
An entry contains of the information of STDIP ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPSTDIPRULEENTRY  

tpStdipAclId 1.3.6.1.4.1.11863.6.26.1.1.2.1.1
Standard IP ACL ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpStdipRuleId 1.3.6.1.4.1.11863.6.26.1.1.2.1.2
Standard IP ACL rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpStdipSecOperation 1.3.6.1.4.1.11863.6.26.1.1.2.1.3
Standard IP ACL Security Operation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

tpStdipSipAddress 1.3.6.1.4.1.11863.6.26.1.1.2.1.4
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpStdipSipMask 1.3.6.1.4.1.11863.6.26.1.1.2.1.5
Source IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpStdipDipAddress 1.3.6.1.4.1.11863.6.26.1.1.2.1.6
Destination IP address, value '0.0.0.0' means that the destination IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpStdipDipMask 1.3.6.1.4.1.11863.6.26.1.1.2.1.7
Destination IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpStdipTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.2.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpStdipRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.2.1.9
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpExtipRuleTable 1.3.6.1.4.1.11863.6.26.1.1.3
A list of extended IP rule entries. Here you can add extended IP ACL rules for further ACL configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPEXTIPRULEENTRY

tpExtipRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.3.1
An entry contains of the information of EXTIP ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPEXTIPRULEENTRY  

tpExtipAclId 1.3.6.1.4.1.11863.6.26.1.1.3.1.1
Extended IP ACL ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpExtipRuleId 1.3.6.1.4.1.11863.6.26.1.1.3.1.2
Extended IP ACL rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpExtipSecOperation 1.3.6.1.4.1.11863.6.26.1.1.3.1.3
Extended IP ACL Security Operation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

tpExtipFragment 1.3.6.1.4.1.11863.6.26.1.1.3.1.4
Extended IP fragment, conflicts with all the L4 feature.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

tpExtipSipAddress 1.3.6.1.4.1.11863.6.26.1.1.3.1.5
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpExtipSipMask 1.3.6.1.4.1.11863.6.26.1.1.3.1.6
Source IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpExtipDipAddress 1.3.6.1.4.1.11863.6.26.1.1.3.1.7
Destination IP address, value '0.0.0.0' means that the Destination IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpExtipDipMask 1.3.6.1.4.1.11863.6.26.1.1.3.1.8
Destination IP Mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpExtipProtocol 1.3.6.1.4.1.11863.6.26.1.1.3.1.9
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).
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipTcpFlag 1.3.6.1.4.1.11863.6.26.1.1.3.1.10
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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipSourcePort 1.3.6.1.4.1.11863.6.26.1.1.3.1.11
Extended IP TCP/UDP source port, 0-65536, value '65536' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipDestPort 1.3.6.1.4.1.11863.6.26.1.1.3.1.12
Extended IP TCP/UDP destination port, 0-65536, value '65536' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipDscp 1.3.6.1.4.1.11863.6.26.1.1.3.1.13
Extended IP DSCP, 0-64, value '64' means this field is disabled. conflicts with the Tos and Pre.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipTos 1.3.6.1.4.1.11863.6.26.1.1.3.1.14
Extended IP type of service(ToS), 0-16, value '16' means this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipPre 1.3.6.1.4.1.11863.6.26.1.1.3.1.15
Extended IP pre, 0-8, value '8' means this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpExtipTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.3.1.16
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpExtipRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.3.1.17
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpCombRuleTable 1.3.6.1.4.1.11863.6.26.1.1.4
A list of combined MAC+IP rule entries. Here you can add combined ACL rules for further ACL configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPCOMBRULEENTRY

tpCombRuleEntry 1.3.6.1.4.1.11863.6.26.1.1.4.1
An entry contains of the information of Combined ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPCOMBRULEENTRY  

tpCombAclId 1.3.6.1.4.1.11863.6.26.1.1.4.1.1
Combined MAC+IP ACL ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpCombRuleId 1.3.6.1.4.1.11863.6.26.1.1.4.1.2
Combined ACL rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpCombSecOperation 1.3.6.1.4.1.11863.6.26.1.1.4.1.3
Combined ACL Security Operation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

tpCombSmacAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.4
Source MAC address, string length setting to zero means that the source MAC address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpCombSmacMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.5
Source MAC Mask, string length setting to zero means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpCombDmacAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.6
Destination MAC address, string length setting to zero means that the destination MAC address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpCombDmacMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.7
Destination MAC Mask, string length setting to zero means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpCombVlanId 1.3.6.1.4.1.11863.6.26.1.1.4.1.8
VLAN ID, 0-4094, value '0' means that the vid field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpCombEtherType 1.3.6.1.4.1.11863.6.26.1.1.4.1.9
Ethernet protocol type, 0x0-0x10000. Value '65536' or '0x10000' means that the EtherType field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpCombPri 1.3.6.1.4.1.11863.6.26.1.1.4.1.10
802.1P priority, 0-8, value '8' means that the priority field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpCombSipAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.11
Source IP address, value '0.0.0.0' means that the source IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpCombSipMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.12
Source IP mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpCombDipAddress 1.3.6.1.4.1.11863.6.26.1.1.4.1.13
Destination IP address, value '0.0.0.0' means that the destination IP address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpCombDipMask 1.3.6.1.4.1.11863.6.26.1.1.4.1.14
Destination IP mask, value '0.0.0.0' or zero length means that the mask is 255.255.255.255.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

tpCombTimeSegment 1.3.6.1.4.1.11863.6.26.1.1.4.1.15
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpCombRuleStatus 1.3.6.1.4.1.11863.6.26.1.1.4.1.16
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus  

tpIPv6RuleTable 1.3.6.1.4.1.11863.6.26.1.1.5
A list of IPv6 rule entries. Here you can add IPv6 ACL rules for further ACL configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TPIPV6RULEENTRY

tpIPv6RuleEntry 1.3.6.1.4.1.11863.6.26.1.1.5.1
An entry contains of the information of IPv6 ACL.
Status: current Access: not-accessible
OBJECT-TYPE    
  TPIPV6RULEENTRY  

tpIPv6AclId 1.3.6.1.4.1.11863.6.26.1.1.5.1.1
IPv6 ACL ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpIPv6RuleId 1.3.6.1.4.1.11863.6.26.1.1.5.1.2
IPv6 ACL rule ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

tpIPv6SecOperation 1.3.6.1.4.1.11863.6.26.1.1.5.1.3
IPv6 ACL Security Operation.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER permit(0), deny(1)  

tpIPv6TrafficClass 1.3.6.1.4.1.11863.6.26.1.1.5.1.4
Traffic Class DSCP, 0-64, value '64' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpIPv6FlowLabel 1.3.6.1.4.1.11863.6.26.1.1.5.1.5
IPv6 Flow Label, 0x0-0x100000, value '0x100000' or '1048576' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpIPv6SipAddress 1.3.6.1.4.1.11863.6.26.1.1.5.1.6
IPv6 source IP address, only upper 64 bits supported; the all-zero address means that the source IPv6 address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpIPv6SipMask 1.3.6.1.4.1.11863.6.26.1.1.5.1.7
IPv6 source IP mask, 64 bits, format: ffff:ffff:ffff:ffff; zero length means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpIPv6DipAddress 1.3.6.1.4.1.11863.6.26.1.1.5.1.8
IPv6 destination IP address, only upper 64 bits supported; the all-zero address means that the destination IPv6 address is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpIPv6DipMask 1.3.6.1.4.1.11863.6.26.1.1.5.1.9
IPv6 destination IP mask, 64 bits, format: ffff:ffff:ffff:ffff; zero length means that every bit of the mask is 1.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpIPv6SourcePort 1.3.6.1.4.1.11863.6.26.1.1.5.1.10
IPv6 L4 source port, 0-65536, value '65536' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpIPv6DestPort 1.3.6.1.4.1.11863.6.26.1.1.5.1.11
IPv6 L4 destination port, 0-65536, value '65536' means that this field is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

tpIPv6TimeSegment 1.3.6.1.4.1.11863.6.26.1.1.5.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

tpIPv6RuleStatus 1.3.6.1.4.1.11863.6.26.1.1.5.1.13
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)
Status: current Access: read-create
OBJECT-TYPE    
  TPRowStatus