MIB Viewer

aclNewCfgTCPFlags

OBJECT-TYPE
1.3.6.1.4.1.11.2.3.7.11.33.5.2.9.1.1.2.1.28
Access
read-write
Status
current
Sub-identifiers
0
The TCP flags to be filtered. The TCP flags are presented in bitmap format, as follows: OCTET xxxxxxxx ||||..|| ||||..||_tcpFIN(7) ||||..|__tcpSYN(6) |||| ||||_____tcpACK(3) |||______tcpURG(2) ||_______reserved2(1) |________reserved1(0) where: - reserved1 - 0; - reserved2 - 0; - x - 0 or 1;
BITS { reserved1(0), reserved2(1), tcpURG(2), tcpACK(3), tcpPSH(4), tcpRST(5), tcpSYN(6), tcpFIN(7) }