All MIBs › PEA-BRIDGE-IPDSLAM › ipAclTcpFlagsMask
ipAclTcpFlagsMask
Module: PEA-BRIDGE-IPDSLAM
OID (symbolic): PEA-BRIDGE-IPDSLAM::ipAclTcpFlagsMask
OID (numeric): 1.3.6.1.4.1.193.72.300.30.1.21.35.5.57
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-create
Description:
Value of the TCP Control code/flags mask. The ipAclTcpFlagsMask specifies
which of the TCP Control flags specified in tcpFlags to match.
----------------------------------
|MSB| | | | | | | LSB |
| 0 | 0 | U | A | P | R | S | F |
----------------------------------
The various bit positions are:
1 - F,FIN End of data flag.
2 - S,SYN Synchronize sequence numbers flag.
3 - R,RST Reset connection flag.
4 - P,PSH Push flag.
5 - A,ACK Acknowledgment number valid flag.
6 - U,URG Urgent pointer valid flag.
For Example: To match on SYN and ACK flag, value should be 00010010, then
the test will only be performed for SYN and ACK. Whether the
flags must be set or cleared to have a match is specified in
ipAclTcpFlags.
The ipAclTcpFlagsMask is used in combination with ipAclTcpFlags and
ipAclTcpFlagsMatchMethod.
The value cannot be changed while the Rule is Active.
Valid from: EDA 2.2 SP2
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.193 | ericsson | ANS-COMMON-MIB |
| 1.3.6.1.4.1.193.72 | diaxMIB | DXD-SMI |
| 1.3.6.1.4.1.193.72.300 | peaIpDslam | DIESEL-SMI |
| 1.3.6.1.4.1.193.72.300.30 | peaBridgeIpDslam | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1 | bridgeControl | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.21 | accessControlList | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.21.35 | ipAclRuleTable | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.21.35.5 | ipAclRuleEntry | PEA-BRIDGE-IPDSLAM |
| 1.3.6.1.4.1.193.72.300.30.1.21.35.5.57 | ipAclTcpFlagsMask | PEA-BRIDGE-IPDSLAM |