All MIBs › ACC-IPX › accIpxNetDialProt
accIpxNetDialProt
Module: ACC-IPX
OID (symbolic): ACC-IPX::accIpxNetDialProt
OID (numeric): 1.3.6.1.4.1.5.1.1.22.2.1.28
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Ipx dial protocol forwarder for X25/PPP
What is accIpxNetDialProt?
This OID specifies which dial protocol the IPX network forwarder uses when sending packets over X.25 or PPP links, accepting values like X.25, PPP, or other transport options. Network engineers configure this when setting up dial-on-demand IPX routing over low-bandwidth or modem connections to control which protocol stack the router should use. For example, setting it to PPP(2) means the router will encapsulate IPX packets using Point-to-Point Protocol instead of X.25 when making outbound calls.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.2.1.28 snmpwalk -v2c -c public <target> ACC-IPX::accIpxNetDialProt
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.22.2.1.28.1 snmpget -v2c -c public <target> ACC-IPX::accIpxNetDialProt.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.22.2.1.28.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accIpxNetDialProt.1
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.2 | accIpxNetTable | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.2.1 | accIpxNetEntry | ACC-IPX |
| 1.3.6.1.4.1.5.1.1.22.2.1.28 | accIpxNetDialProt | ACC-IPX |