CXFLT-IP-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for CXFLT-IP-MIB.
11
Objects
Active
Status
3
Dependencies
Imported Objects
Objects
11 total| Object Name |
|---|
RFC1155-SMIThe 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. SEQUENCE OF CxFltIpAddrEntry .1.3.6.1.4.1.495.2.1.6.21.1 |
cxFltIpAddrEntryProvides filtering/forwarding information for a specific IP address. CxFltIpAddrEntry .cxFltIpAddrTable.1 |
cxFltIpIndexIndexes 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: Administrativerw INTEGER .cxFltIpAddrTable.1.1 |
cxFltIpSrcAddrIdentifies 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: Administrativerw IpAddress .cxFltIpAddrTable.1.2 |
cxFltIpSrcNetMaskIdentifies 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: Administrativerw IpAddress .cxFltIpAddrTable.1.3 |
cxFltIpDstAddrIdentifies 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: Administrativerw IpAddress .cxFltIpAddrTable.1.4 |
cxFltIpDstNetMaskIdentifies 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: Administrativerw IpAddress .cxFltIpAddrTable.1.5 |
cxFltIpParameterIdentifies 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: Administrativerw Enumeration .cxFltIpAddrTable.1.6 |
cxFltIpRowStatusAllows 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: Administrativerw Enumeration .cxFltIpAddrTable.1.7 |
cxFltIpProtTypeDetermines the Protocol ID type that will be filtered or prioritized.
Range of Values: 0 to 255
Default Value: 0
Configuration Changed: Administrativerw INTEGER .cxFltIpAddrTable.1.8 |
cxFltIpProtPortNumDetermines 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: Administrativerw INTEGER .cxFltIpAddrTable.1.9 |