MIB Discovery
1930 modules enregistrés
Chemin
MIX : 1 (iso). 3 (org). 6 (dod). 1 (internet). 4 (private). 1 (enterprises). 9 (cisco). 9 (ciscoMgmt). 97 (ciscoSwitchEngineMIB). 1 (cseMIBObjects). 2 (cseFlow). 8 (cseFlowQueryTable). 1 (cseFlowQueryEntry). 2 (cseFlowQueryMask)
OID : 1.3.6.1.4.1.9.9.97.1.2.8.1.2
TXT : iso. org. dod. internet. private. enterprises. cisco. ciscoMgmt. ciscoSwitchEngineMIB. cseMIBObjects. cseFlow. cseFlowQueryTable. cseFlowQueryEntry. cseFlowQueryMask
Enfants
Pas d'enfants disponibles pour cet OID
Détails
OID1.3.6.1.4.1.9.9.97.1.2.8.1.2
Module CISCO-SWITCH-ENGINE-MIB (CISCO)
NomcseFlowQueryMask
Accesreadwrite
Statuscurrent
Description Setting each value causes the appropriate action: 'dstOnly' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for the absolute destination IP address set in the cseFlowQueryDestination object in this table. If cseFlowQueryDestinationMask is also specified at the same time, it will be applied to the address part of cseFlowQueryDestination. 'srcOrDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for EITHER of the absolute IP addresses set in the cseFlowQueryDestination or cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic in either directions. 'srcAndDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for BOTH the absolute IP addresses set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic in one direction only. 'fullFlow' - causes the creation of row(s) in the cseFlowDataTable exactly corresponding to the current L3 flow information for the complete IP flow (including the transport port numbers) set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. This option is typically used to setup queries for flows on traffic for specific (TCP/UDP) port numbers corresponding to standard protocols such as FTP, WWW, TELNET, etc. 'ipxDstOnly' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for the absolute destination IPX address set in the cseFlowQueryDestination object in this table. If cseFlowQueryDestinationMask is also specified at the same time, it will be applied to the address part of cseFlowQueryDestination. 'ipxSrcAndDst' - causes the creation of rows in the cseFlowDataTable corresponding to the current L3 flow information for BOTH the absolute IPX addresses set in the cseFlowQueryDestination and cseFlowQuerySource objects. If either of cseFlowQueryDestinationMask and cseFlowQuerySourceMask objects are also specified at the same time, they will be applied to the respective address parts of cseFlowQueryDestination and cseFlowQuerySource objects. 'any' - returns all rows corresponding to all established flow entries in the cseFlowDataTable. Note: 1. The type FlowAddressComponent used for objects cseFlowQuerySource and cseFlowQueryDestination, has the network address part and also the transport port number part, if applicable. 2. The value of this object cannot be modified when the corresponding instance of cseFlowQueryStatus is 'active'.
SyntaxeEnumeration (1-dstOnly, 2-srcOrDst, 3-srcAndDst, 4-fullFlow, 5-ipxDstOnly, 6-ipxSrcAndDst, 7-any)