All MIBs › ACC-X25 › accX25XotConnTcpPortNumber
accX25XotConnTcpPortNumber
Module: ACC-X25
OID (symbolic): ACC-X25::accX25XotConnTcpPortNumber
OID (numeric): 1.3.6.1.4.1.5.1.1.17.12.2.1.6
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
TCP port number for this connection.
What is accX25XotConnTcpPortNumber?
This OID stores the local TCP port number on which this XOT connection listens or sends packets. Network engineers cross-check this against firewall rules and netstat output to diagnose port conflicts and validate connectivity. A value of 5000 means TCP port 5000 is locally allocated to this connection, which must be open in firewall policies.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.17.12.2.1.6 snmpwalk -v2c -c public <target> ACC-X25::accX25XotConnTcpPortNumber
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.17.12.2.1.6.1 snmpget -v2c -c public <target> ACC-X25::accX25XotConnTcpPortNumber.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> accX25XotConnTcpPortNumber.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.17 | accX25 | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.17.12 | accX25Xot | ACC-X25 |
| 1.3.6.1.4.1.5.1.1.17.12.2 | accX25XotConnTable | ACC-X25 |
| 1.3.6.1.4.1.5.1.1.17.12.2.1 | accX25XotConnEntry | ACC-X25 |
| 1.3.6.1.4.1.5.1.1.17.12.2.1.6 | accX25XotConnTcpPortNumber | ACC-X25 |