CXFLT-IP-MIB: View SNMP OID List / Download MIB

VENDOR: MEMOTEC COMMUNICATIONS


 Home MIB: CXFLT-IP-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
 cxFltIpAddrTable 1.3.6.1.4.1.495.2.1.6.21.1 no-access
The Ip Frame Filtering and Forwarding (FF) Address Table (shortcut: fltiptbl) allows you to enable/disable routing and to select forwarding priorities for specific IP addresses. The table has a maximum of 32 entries. Table entries take effect only after a warm start (sysmgt restart=1). A packet's addressing information is analyzed and compared with the entry in the FF table and the routing module filters it or forwards it with the specified priority. If there is no FF information for the given address, it will be forwarded with normal priority. Using the FF functionality, you can restrict the amount of IP traffic being routed or you can prioritize the traffic according to urgency.
     cxFltIpAddrEntry 1.3.6.1.4.1.495.2.1.6.21.1.1 no-access
Provides filtering/forwarding information for a specific IP address.
         cxFltIpIndex 1.3.6.1.4.1.495.2.1.6.21.1.1.1 integer read-write
Indexes the table entries. This number provides access to all the filtering/forwarding information for a given source address and its associated destination address. Range of Values: 1 - 65535 Default Value: None Configuration Changed: Administrative
         cxFltIpSrcAddr 1.3.6.1.4.1.495.2.1.6.21.1.1.2 ipaddress read-write
Identifies the source IP address used for filtering/forwarding. This address corresponds to a destination address in 'cxFltIpDstAddr'. CxFltIpParameter determines whether data is filtered or forwarded from the source address to the destination address. Range of Values: 4 integers, each from 0 to 225 Default Value: None Configuration Changed: Administrative
         cxFltIpSrcNetMask 1.3.6.1.4.1.495.2.1.6.21.1.1.3 ipaddress read-write
Identifies the subnet mask associated with the source IP address. The mask determines which part of the IP address identifies to the network and which part identifies the host. Range of Values: 4 integers, with the parts identifying the network set to 255 and the parts identifying the host set to 0. Default Value: None Configuration Changed: Administrative
         cxFltIpDstAddr 1.3.6.1.4.1.495.2.1.6.21.1.1.4 ipaddress read-write
Identifies the destination IP address. This address corresponds to a source address in cxFltIpSrcAddr. CxFltIpParameter determines whether data is filtered or forwarded from the source address to this destination address. Range of Values: 4 integers, each from 0 to 255 Default Value: None Configuration Changed: Administrative
         cxFltIpDstNetMask 1.3.6.1.4.1.495.2.1.6.21.1.1.5 ipaddress read-write
Identifies the subnet mask associated with the source IP address. The mask determines which part of the IP address identifies to the network and which part identifies the host. Range of Values: 4 integers, with the parts identifying the network set to 255 and the parts identifying the host set to 0. Default Value: None Configuration Changed: Administrative
         cxFltIpParameter 1.3.6.1.4.1.495.2.1.6.21.1.1.6 integer read-write
Identifies the parameter which provides filtering/forwarding action and priority processing for each address in the FF table. Options: discard(1): Do not forward the data. forward(2): Forward the data. priority-low(3): Forward with a low priority (Frame Relay only.) priority-high(4): Forward with a high priority (Frame Relay only.) Default Value: discard (1) Configuration Changed: Administrative Enumeration: 'forward': 2, 'discard': 1, 'priority-high': 4, 'priority-low': 3.
         cxFltIpRowStatus 1.3.6.1.4.1.495.2.1.6.21.1.1.7 integer read-write
Allows you to control the status of the table entries. If you change this value to 1 (invalid), the corresponding table entry will be deleted when you restart and save the configuration by issuing the command 'sysmgt restart=1'. Options: invalid (1): Row is flagged. After next reset the values will be disabled and the row will be deleted from the table. valid (2): Values are enabled. Default Value: (2) Configuration changed: Administrative Enumeration: 'valid': 2, 'invalid': 1.
         cxFltIpProtType 1.3.6.1.4.1.495.2.1.6.21.1.1.8 integer read-write
Determines the Protocol ID type that will be filtered or prioritized. Range of Values: 0 to 255 Default Value: 0 Configuration Changed: Administrative
         cxFltIpProtPortNum 1.3.6.1.4.1.495.2.1.6.21.1.1.9 integer read-write
Determines the Application Protocol to be prioritized/filtered. If the value of cxFltIpProtType is 6 (for TCP) or 17 (for UDP) then this value becomes effective. Range of Values: 0 to 65,535 Default Value: 0 Configuration Changed: Administrative