All MIBs › ACC-FLASH › accBrFiltPatternMask
accBrFiltPatternMask
Module: ACC-FLASH
OID (symbolic): ACC-FLASH::accBrFiltPatternMask
OID (numeric): 1.3.6.1.4.1.5.1.1.4.22.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
Bridge Pattern Filter table user defined hex mask.
What is accBrFiltPatternMask?
ACC-FLASH::accBrFiltPatternMask stores a hexadecimal mask (as an octet string) that defines which bits in a network packet should be examined when applying a bridge pattern filter. Network engineers use this to zero in on specific parts of a packet header, such as just the protocol type field, when deciding how to forward or discard traffic. For example, a mask of 0xFF000000 would examine only the first byte of a 4-byte field, ignoring the remaining three bytes.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.4.22.1.5 snmpwalk -v2c -c public <target> ACC-FLASH::accBrFiltPatternMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.4.22.1.5.1 snmpget -v2c -c public <target> ACC-FLASH::accBrFiltPatternMask.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.4.22.1.5.1 s <value>
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.5 | acc | ACC-MIB |
| 1.3.6.1.4.1.5.1 | accSBAR | ACC-MIB |
| 1.3.6.1.4.1.5.1.1 | accBRG | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.4 | accBridge | ACC-FLASH |
| 1.3.6.1.4.1.5.1.1.4.22 | accBrFiltPatternTable | ACC-FLASH |
| 1.3.6.1.4.1.5.1.1.4.22.1 | accBrFiltPatternEntry | ACC-FLASH |
| 1.3.6.1.4.1.5.1.1.4.22.1.5 | accBrFiltPatternMask | ACC-FLASH |