All MIBs › ACC-ACCESSPARTITION › accAccessPartitionIpAddrPri
accAccessPartitionIpAddrPri
Module: ACC-ACCESSPARTITION
OID (symbolic): ACC-ACCESSPARTITION::accAccessPartitionIpAddrPri
OID (numeric): 1.3.6.1.4.1.5.1.1.63.1.1.6
Node type: OBJECT-TYPE
Type: IpAddress
Access: read-write
Description:
The IP address of the primary home gateway into the customer's network. All incoming packets from user connections belonging to this partition will be routed to the IP home gateway address instead of the destination address in the IP packet header.
What is accAccessPartitionIpAddrPri?
This OID stores the primary IP address (gateway) that all incoming traffic from this partition's users should be routed to instead of their original destination. Operators configure this to implement VPN-like behavior where customer connections get tunneled into their private network via a home gateway. For example, setting it to '192.168.1.1' ensures all packets from this partition are sent to that gateway instead of where users specified.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.6 snmpwalk -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionIpAddrPri
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.6.1 snmpget -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionIpAddrPri.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.63.1.1.6.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.63 | accAccessPartition | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1 | accAccessPartitionTable | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1.1 | accAccessPartitionEntry | ACC-ACCESSPARTITION |
| 1.3.6.1.4.1.5.1.1.63.1.1.6 | accAccessPartitionIpAddrPri | ACC-ACCESSPARTITION |