DEVFILTER-MIB: View SNMP OID List / Download MIB

VENDOR: APERTO NETWORKS


 Home MIB: DEVFILTER-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
 aniDevFilter 1.3.6.1.4.1.4325.2.8
This group provides Filter related information for BSU or SU.
     aniDevFilterTable 1.3.6.1.4.1.4325.2.8.1 no-access
This table allows the user to view the configured IP Filters.
         aniDevFilterEntry 1.3.6.1.4.1.4325.2.8.1.1 no-access
An entry containing objects for each IP Filter configured.
             aniDevFilterIfIndex 1.3.6.1.4.1.4325.2.8.1.1.1 integer read-write
The Interface Type. On SU, only ethernet(1) and wireless-port1(2) are valid. On BSU, ethernet(1) and all configured wireless interfaces -- wireless-port1(2), wireless-port2(3), wireless-port3(4), wireless-port4(5), wireless-port5(6), wireless-port6(7) are valid, that is, filtering should be allowed on these wireless interfaces only if they are configured. Enumeration: 'wireless-port6': 7, 'wireless-port4': 5, 'wireless-port5': 6, 'wireless-port2': 3, 'wireless-port3': 4, 'wireless-port1': 2, 'ethernet': 1.
             aniDevFilterIdentifier 1.3.6.1.4.1.4325.2.8.1.1.2 integer32 read-write
A unique number which identifies the filtering rule.
             aniDevFilterName 1.3.6.1.4.1.4325.2.8.1.1.3 displaystring read-write
A name which identifies the filtering rule.
             aniDevFilterPriority 1.3.6.1.4.1.4325.2.8.1.1.4 integer32 read-write
The priority for the filtering rule. It should be unique. A higher number means higher priority.
             aniDevFilterActivationState 1.3.6.1.4.1.4325.2.8.1.1.5 integer read-write
The state of the filtering rule. Enumeration: 'active': 2, 'inactive': 1.
             aniDevFilterPermission 1.3.6.1.4.1.4325.2.8.1.1.6 integer read-write
The permissions for the filtering rule. Enumeration: 'block': 1, 'pass': 2.
             aniDevFilterIpProtocol 1.3.6.1.4.1.4325.2.8.1.1.7 integer32 read-write
The IP protocol value. List of well known IP Protocols: Protocol Value -------- ----- ICMP 1 IGMP 2 TCP 6 EGP 8 UDP 17 IPIP 94 RSVP 46 GRE 47 TCP or UDP 257 Apart from the above protocols, the user can also specify other values.
             aniDevFilterIpSaddr 1.3.6.1.4.1.4325.2.8.1.1.8 ipaddress read-write
The source IP address for this Filter. IP Source Address and Subnet Mask go in a pair. So if aniDevFilterIpSaddr is configured, then aniDevFilterIpSmask should be configured as well and vice versa.
             aniDevFilterIpSmask 1.3.6.1.4.1.4325.2.8.1.1.9 ipaddress read-write
The Subnet mask for the source IP Address. IP Source Address and Subnet Mask go in a pair. So if aniDevFilterIpSaddr is configured, then aniDevFilterIpSmask should be configured as well and vice versa.
             aniDevFilterIpDaddr 1.3.6.1.4.1.4325.2.8.1.1.10 ipaddress read-write
The destination IP address for this Filter. IP Destination Address and Subnet Mask go in a pair. So if aniDevFilterIpDaddr is configured, then aniDevFilterIpDmask should be configured as well and vice versa.
             aniDevFilterIpDmask 1.3.6.1.4.1.4325.2.8.1.1.11 ipaddress read-write
The Subnet mask for the destination IP Address. IP Destination Address and Subnet Mask go in a pair. So if aniDevFilterIpDaddr is configured, then aniDevFilterIpDmask should be configured as well and vice versa.
             aniDevFilterIpSourceStart 1.3.6.1.4.1.4325.2.8.1.1.12 integer read-write
The lowest bound value for the source port number. List of Some Well Known Ports: Application Port ----------- ---- Ftp Data 20 Ftp Control 21 HTTP 80 IMAP2 143 SNMP 161 POP3 110 SMTP 25 Telnet 23 TFTP 69 BootP Server 67 BootP Client 68 Gopher 70 Finger 79 BGP 179 In addition to the list, the user can enter any other value as well. This field is valid only if the aniDevFilterIpProtocol field is set to TCP, UDP, (TCP or UDP) or not specified by the user. aniIpFilterIpSourceEnd should be >= aniIpFilterIpSourceStart. Whenever aniIpFilterIpSourceEnd is configured, aniIpFilterIpSourceStart should be configured as well.
             aniDevFilterIpSourceEnd 1.3.6.1.4.1.4325.2.8.1.1.13 integer read-write
The highest bound value for the source port number. Refer to the Well known ports list under aniIpFilterIpSourceStart description. In addition to the list, the user can enter any other value as well. This field is valid only if the aniDevFilterIpProtocol is set to TCP, UDP, (TCP or UDP) or not specified by the user. aniDevFilterIpSourceEnd should be >= aniDevFilterIpSourceStart. Whenever aniDevFilterIpSourceEnd is configured, aniDevFilterIpSourceStart should be configured as well.
             aniDevFilterIpDestStart 1.3.6.1.4.1.4325.2.8.1.1.14 integer read-write
The lowest bound value for the destination port number. Refer to the Well known ports list under aniIpFilterIpSourceStart description. In addition to the list, the user can enter any other value as well. This field is valid only if the aniDevFilterIpProtocol is set to TCP, UDP, (TCP or UDP) or not specified by the user. aniDevFilterIpDestEnd should be >= aniDevFilterIpDestStart. Whenever aniDevFilterIpDestStart is configured, aniDevFilterIpDestEnd should be configured as well.
             aniDevFilterIpDestEnd 1.3.6.1.4.1.4325.2.8.1.1.15 integer read-write
The highest bound value for the destination port number. Refer to the Well known ports list under aniIpFilterIpSourceStart description. In addition to the list, the user can enter any other value as well. This field is valid only if the aniDevFilterIpProtocol is set to TCP, UDP, (TCP or UDP) or not specified by the user. aniDevFilterIpDestEnd should be >= aniDevFilterIpDestStart. Whenever aniDevFilterIpDestStart is configured, aniDevFilterIpDestEnd should be configured as well.
             aniDevFilterIpOptions 1.3.6.1.4.1.4325.2.8.1.1.16 integer32 read-write
The Mask value for the IP Options. No Operation (0x000001) Route Record (0x000002) Time Stamp (0x000040) MTU Probe (0x000008) MTU Reply (0x000010) Trace Route (0x000080) Address Extension (0x004000) Loose Source Route (0x000200) Strict Source Route (0x002000) Extended Security (0x000400) Security (0x000100) Commercial Security (0x000800) Experimental Measurement (0x000004) Experimental Flow Control (0x040000) Experimental Access Control (0x008000) Stream Id (0x001000) IMI Traffic Descriptor (0x010000)
             aniDevFilterIpSecOptions 1.3.6.1.4.1.4325.2.8.1.1.17 integer read-write
The IP Security Value. Enumeration: 'unclassified': 4, 'secret': 2, 'top-secret': 1, 'confidential': 3.
             aniDevFilterIcmpMsgType 1.3.6.1.4.1.4325.2.8.1.1.18 integer read-write
The Message Type for ICMP Protocol. This field is valid only if the aniDevFilterIpProtocol is set to ICMP or not specified by the user. Valid Range: ICMP Message Type SubCode ------------ ---- ---- Echo reply 0 ------------------------------------------------------------ Destination Unreachable 3 0 = net unreachable; 1 = host unreachable; 2 = protocol unreachable; 3 = port unreachable; 4 = fragmentation needed and DF set; 5 = source route failed. ------------------------------------------------------------ Source Quench 4 ------------------------------------------------------------ Redirect 5 0 = Redirect datagrams for the Network. 1 = Redirect datagrams for the Host. 2 = Redirect datagrams for the Type of Service and Network. 3 = Redirect datagrams for the Type of Service and Host. ------------------------------------------------------------ Echo 8 ------------------------------------------------------------ Time Exceeded Message 11 0 = time to live exceeded in transit; 1 = fragment reassembly time exceeded. ------------------------------------------------------------ Parameter Problem 12 0 = pointer indicates the error. ------------------------------------------------------------ Timestamp message 13 ------------------------------------------------------------ Timestamp reply message 14 ------------------------------------------------------------ Information Request 15 ------------------------------------------------------------ Information Reply 16 ------------------------------------------------------------ Address Mask request 17 ------------------------------------------------------------ Address Mask reply 18 ------------------------------------------------------------
             aniDevFilterIcmpSubcode 1.3.6.1.4.1.4325.2.8.1.1.19 integer read-write
The Subcode for ICMP Protocol. This field is valid only if the aniDevFilterIpProtocol is set to ICMP or not specified by the user. If this field is specified then aniDevFilterIcmpMsgType should already be specified. The values allowed for ICMP Code depend on aniDevFilterIcmpMsgType. Refer to the description under aniDevFilterIcmpMsgType for a detail list of values.
             aniDevFilterTcpFlags 1.3.6.1.4.1.4325.2.8.1.1.20 integer32 read-write
The TCP Flags. The valid range: Urgent (0x20) Acknowledgement (0x10) Push (0x08) Reset (0x04) Sync (0x02) Sync-Ack (0x12) Finish (0x01) Finish-Ack (0x11) This field is valid only if the aniDevFilterIpProtocol is set to ICMP or not specified by the user.
             aniDevFilterDestMacMask 1.3.6.1.4.1.4325.2.8.1.1.21 octet string read-write
The MAC address and mask value for destination.
             aniDevFilterSourceMac 1.3.6.1.4.1.4325.2.8.1.1.22 macaddress read-write
The MAC Address of the source.
             aniDevFilterEnetType 1.3.6.1.4.1.4325.2.8.1.1.23 displaystring read-write
The Ethernet type value in the ethernet header. The maximum length of the ethernet packet is 1500 (0x5DC). The value of the ethernet type must be greater than 1500. Appicable for Ethernet Version II frame type. If this type is being used then, DSAP (LLC Header), SSAP (LLC Header), Control Byte (LLC Header) and Local Code (SNAP) cannot be used and vice-versa. Valid Range: 0x5DD to 0xFFFF List of Ethernet Types: ----------------------------------------------------------- 0x800 DOD Internet Protocol (IP) ----------------------------------------------------------- 0x806 Address Resolution Protocol (ARP) (for IP and for CHAOS)
             aniDevFilterLlcDSAP 1.3.6.1.4.1.4325.2.8.1.1.24 displaystring read-write
The DSAP (Destination Service Access Point) value in LLC Header. Valid Range: 0 to 0xFF Applicable for IEEE 802.3 Frame Format only.
             aniDevFilterLlcSSAP 1.3.6.1.4.1.4325.2.8.1.1.25 displaystring read-write
The SSAP (Source Service Access Point) value in LLC Header. Valid Range: 0 to 0xFF Applicable for IEEE 802.3 Frame Format only.
             aniDevFilterLlcControl 1.3.6.1.4.1.4325.2.8.1.1.26 displaystring read-write
The Control Byte of the LLC Header. Valid Range: 0 to 0xFF Applicable for IEEE 802.3 Frame Format only.
             aniDevFilterLocalCode 1.3.6.1.4.1.4325.2.8.1.1.27 displaystring read-write
The Local Code for SNAP ethernet type. Applicable for IEEE 802.3 Frame Format only. DSAP should be set to 0xAA, SSAP should be set to 0xAA, Control Byte should be set to 0x03. Valid range: 0 - 0xFFFF. List of Ethernet Types: -------------------------------------------------------- 0x800 DOD Internet Protocol (IP) -------------------------------------------------------- 0x806 Address Resolution Protocol (ARP) (for IP and for CHAOS)
             aniDevFilterRowStatus 1.3.6.1.4.1.4325.2.8.1.1.28 rowstatus read-write
This represents the state of an entry within the table. It is used to manage creation and deletion of rows. The values include: active(1) notInService(2) notReady(3) createAndGo(4) createAndWait(5) destroy(6) When a Get request is sent, this object returns either active(1), notInService(2) or notReady(3) depending on the state of this row. A new row can be Created using either createAndGo(4) or createAndWait(5). For Deleting a row, this field should be set to destroy(6).
             aniDevFilterUserPriorityHi 1.3.6.1.4.1.4325.2.8.1.1.29 integer read-write
The high priority byte of the user priority. The user priority specifies the matching parameters for the IEEE 802.1P user_priority bits. An Ethernet packet with IEEE 802.1P user_priority value 'priority' matches these parameters if pri-low <= priority <= pri_high.
             aniDevFilterUserPriorityLo 1.3.6.1.4.1.4325.2.8.1.1.30 integer read-write
The low priority byte of the user priority. The user priority specifies the matching parameters for the IEEE 802.1P user_priority bits. An Ethernet packet with IEEE 802.1P user_priority value 'priority' matches these parameters if pri-low <= priority <= pri_high.
             aniDevFilterVlanIdStart 1.3.6.1.4.1.4325.2.8.1.1.31 integer read-write
The lower limit for the VLAN ID. This value is used to specify the lower limit in the range. Any IEEE 802.1P packet from a customer's VLAN that falls into the range matches the rule. aniDevFilterVlanIdStart and aniDevFilterVlanIdEnd must be defined in a pair.
             aniDevFilterVlanIdEnd 1.3.6.1.4.1.4325.2.8.1.1.32 integer read-write
The upper limit for the VLAN ID. This value is used to specify the upper limit in the range. Any IEEE 802.1P packet from a customer's VLAN that falls into the range matches the rule. aniUSClassifierVlanIdStart and aniUSClassifierVlanIdEnd must be defined in a pair.
     aniDevFilterIfTable 1.3.6.1.4.1.4325.2.8.2 no-access
This table allows the user to enable/disable Filtering per interface basis.
         aniDevFilterIfEntry 1.3.6.1.4.1.4325.2.8.2.1 no-access
An entry containing objects for each IP Filter interface configured.
             aniDevFilterIfIdentifier 1.3.6.1.4.1.4325.2.8.2.1.1 integer read-write
The Interface Type. On SU, only ethernet(1) and wireless-port1(2) are valid. On BSU, ethernet(1) and all configured wireless interfaces -- wireless-port1(2), wireless-port2(3), wireless-port3(4), wireless-port4(5), wireless-port5(6), wireless-port6(7) are valid, that is, filtering should be allowed on these wireless interfaces only if they are configured. Enumeration: 'wireless-port6': 7, 'wireless-port4': 5, 'wireless-port5': 6, 'wireless-port2': 3, 'wireless-port3': 4, 'wireless-port1': 2, 'ethernet': 1.
             aniDevFilterIfFlag 1.3.6.1.4.1.4325.2.8.2.1.2 integer read-write
The flag to enable or disable filtering on a particular interface. The default value depends on whether a rule is configured on the particular interface or not. When a rule is configured on the interface, this flag will be set to enable(1) automatically. If no rule is configured, this flag should be disabled by default. Enumeration: 'enable': 1, 'disable': 2.