CXFLT-IP-MIB

File: CXFLT-IP-MIB.mib (7226 bytes)

Imported modules

RFC1155-SMI RFC-1212 CXProduct-SMI

Imported symbols

IpAddress OBJECT-TYPE cxFltIp

Defined Types

CxFltIpAddrEntry  
SEQUENCE    
  cxFltIpIndex INTEGER
  cxFltIpSrcAddr IpAddress
  cxFltIpSrcNetMask IpAddress
  cxFltIpDstAddr IpAddress
  cxFltIpDstNetMask IpAddress
  cxFltIpParameter INTEGER
  cxFltIpRowStatus INTEGER
  cxFltIpProtType INTEGER
  cxFltIpProtPortNum INTEGER

Defined Values

cxFltIpAddrTable 1.3.6.1.4.1.495.2.1.6.21.1
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CxFltIpAddrEntry

cxFltIpAddrEntry 1.3.6.1.4.1.495.2.1.6.21.1.1
Provides filtering/forwarding information for a specific IP address.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CxFltIpAddrEntry  

cxFltIpIndex 1.3.6.1.4.1.495.2.1.6.21.1.1.1
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

cxFltIpSrcAddr 1.3.6.1.4.1.495.2.1.6.21.1.1.2
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxFltIpSrcNetMask 1.3.6.1.4.1.495.2.1.6.21.1.1.3
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxFltIpDstAddr 1.3.6.1.4.1.495.2.1.6.21.1.1.4
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxFltIpDstNetMask 1.3.6.1.4.1.495.2.1.6.21.1.1.5
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

cxFltIpParameter 1.3.6.1.4.1.495.2.1.6.21.1.1.6
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), forward(2), priority-low(3), priority-high(4)  

cxFltIpRowStatus 1.3.6.1.4.1.495.2.1.6.21.1.1.7
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER invalid(1), valid(2)  

cxFltIpProtType 1.3.6.1.4.1.495.2.1.6.21.1.1.8
Determines the Protocol ID type that will be filtered or prioritized. Range of Values: 0 to 255 Default Value: 0 Configuration Changed: Administrative
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

cxFltIpProtPortNum 1.3.6.1.4.1.495.2.1.6.21.1.1.9
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
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535