All MIBs › ACC-ACCESSPARTITION › accAccessPartitionRoutePolicy
accAccessPartitionRoutePolicy
Module: ACC-ACCESSPARTITION
OID (symbolic): ACC-ACCESSPARTITION::accAccessPartitionRoutePolicy
OID (numeric): 1.3.6.1.4.1.5.1.1.63.1.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
The route policy for this access partition. If the route policy is 'funnel' (the default), then all incoming user packets will be routed (i.e., funneled) to the IP home gateway. If the route policy is 'route', then destinations that are reachable via another port belonging to the same access partition will be routed to directly.
What is accAccessPartitionRoutePolicy?
This OID selects whether traffic is funneled to the home gateway for all destinations, or whether local destinations within the same partition can be routed directly. Engineers choose 'route' mode to reduce unnecessary overhead when users need to reach services on the same partition, or 'funnel' mode to enforce strict security. Setting this to 'route' allows users to talk to each other without going through the home gateway.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.8 snmpwalk -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionRoutePolicy
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.5.1.1.63.1.1.8.1 snmpget -v2c -c public <target> ACC-ACCESSPARTITION::accAccessPartitionRoutePolicy.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.5.1.1.63.1.1.8.1 i <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.8 | accAccessPartitionRoutePolicy | ACC-ACCESSPARTITION |