All MIBs › ACC-MIB › accIpNetSrcAddress
accIpNetSrcAddress
Module: ACC-MIB
OID (symbolic): ACC-MIB::accIpNetSrcAddress
OID (numeric): 1.3.6.1.4.1.5.1.1.40.1.1.2
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-write
Description:
The IP Address this system will use as a source address on this unnumbered interface. By default, it is the smallest IP Address configured for the router.
What is accIpNetSrcAddress?
This OID holds the IP address that the device will use as the source address when sending traffic out of an unnumbered interface. Engineers configure this when setting up unnumbered links to specify which IP should appear in the source field of packets. For instance, setting this to 192.168.1.1 ensures all traffic from this unnumbered interface uses that IP as the source.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.40.1.1.2 snmpwalk -v2c -c public <target> ACC-MIB::accIpNetSrcAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.40.1.1.2.1 snmpget -v2c -c public <target> ACC-MIB::accIpNetSrcAddress.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.40.1.1.2.1 a <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.40 | accUnNumIP | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.40.1 | accIpNetSrcAddrTable | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.40.1.1 | accIpNetSrcAddrEntry | ACC-MIB |
| 1.3.6.1.4.1.5.1.1.40.1.1.2 | accIpNetSrcAddress | ACC-MIB |