All MIBs › ACC-IPFILTER › accIpSubDirBcast
accIpSubDirBcast
Module: ACC-IPFILTER
OID (symbolic): ACC-IPFILTER::accIpSubDirBcast
OID (numeric): 1.3.6.1.4.1.5.1.1.18.4
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Packets with an all-ones host portion of the destination IP address are called Subnet Directed Broadcast (or Limited Broadcast) packets. This object selects if these packets are to be broadcast onto the destination subnet.
What is accIpSubDirBcast?
This OID controls whether the router forwards subnet-directed broadcast packets (packets with all ones in the host portion of the destination address) onto the destination subnet. Network engineers enable or disable this to prevent broadcast storms while still allowing legitimate broadcast communication within trusted networks. An example is disabling it to block packets like 192.168.1.255 from being forwarded, which protects against certain denial-of-service attacks.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.4 snmpwalk -v2c -c public <target> ACC-IPFILTER::accIpSubDirBcast
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.18.4.1 snmpget -v2c -c public <target> ACC-IPFILTER::accIpSubDirBcast.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.18.4.1 i <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.18 | accIpFilter | ACC-IPFILTER |
| 1.3.6.1.4.1.5.1.1.18.4 | accIpSubDirBcast | ACC-IPFILTER |