All MIBs › ACC-MIB › accIpxHostFltrSocket
accIpxHostFltrSocket
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIpxHostFltrSocket
OID (numeric): 1.3.6.1.4.1.5.1.1.22.11.2.1.2
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
The affected socket number, or zero for 'any socket'.
What is accIpxHostFltrSocket?
This OID stores the IPX socket number that a filter applies to, using a 2-byte value where zero means the filter matches any socket. Network engineers use this to narrow down which sockets on an IPX network should be filtered, allowing granular traffic control. For example, setting this to 0x0451 targets only applications using socket 0x0451, while setting it to 0x0000 makes the filter apply to all sockets.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.11.2.1.2 snmpwalk -v2c -c public <target> ACC-MIB::accIpxHostFltrSocket
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.11.2.1.2.1 snmpget -v2c -c public <target> ACC-MIB::accIpxHostFltrSocket.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.22.11.2.1.2.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.22 | accIpx | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.11 | accIpxHostFilters | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.11.2 | accIpxHostFltrTable | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.11.2.1 | accIpxHostFltrEntry | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.11.2.1.2 | accIpxHostFltrSocket | ACC-MIB |