All MIBs › ACC-MIB › accDialOrigIpParm
accDialOrigIpParm
Module: ACC-MIB
OID (symbolic): ACC-MIB::accDialOrigIpParm
OID (numeric): 1.3.6.1.4.1.5.1.1.31.8.1.6
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
Filter parameters; Byte 0 is Operation 1 [0,1,2] = [None, !,=] Bytes 1,2 is Protocol Byte 3 is Operation 2 [0 = none [1,2,3,4] = both [!, <, >, =] [5,6,7,8] = destination [!, <, >, =] [9,10,11,12] = source [!, <, >, =] Bytes 4,5 is UDP/TCP port number
What is accDialOrigIpParm?
ACC-MIB::accDialOrigIpParm stores detailed filter parameters as an octet string that controls protocol matching and port-based filtering for dial origination rules. The parameter is encoded byte-by-byte: byte 0 specifies logical operations (None, NOT, Equals), bytes 1-2 contain the protocol number, byte 3 sets comparison operations for both/destination/source, and bytes 4-5 contain the TCP/UDP port number. A network engineer uses this to create sophisticated rules like 'dial out when port 80 (HTTP) traffic appears.' Example value: A value with protocol set to 6 (TCP) and port 443 would mean the filter matches HTTPS traffic specifically.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.31.8.1.6 snmpwalk -v2c -c public <target> ACC-MIB::accDialOrigIpParm
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.31.8.1.6.1 snmpget -v2c -c public <target> ACC-MIB::accDialOrigIpParm.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.31.8.1.6.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.31 | accDial | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.8 | accDialOrigIpTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.8.1 | accDialOrigIpEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.31.8.1.6 | accDialOrigIpParm | ACC-MIB |