All MIBs › CISCO-SSG-MIB › cssgCfgLocalForwardingEnabled
cssgCfgLocalForwardingEnabled
Module: CISCO-SSG-MIB
OID (symbolic): CISCO-SSG-MIB::cssgCfgLocalForwardingEnabled
OID (numeric): 1.3.6.1.4.1.9.9.260.1.1.3
Node type: OBJECT-TYPE
Type: TruthValue
Access: read-write
Description: An indication of whether Local Forwarding is enabled. This feature enables SSG to forward packets locally between connected subscribers.
What is cssgCfgLocalForwardingEnabled?
Controls whether SSG is allowed to switch packets directly between two subscribers attached to it, instead of always sending traffic up through a service leg for forwarding. With this enabled, two authenticated subscribers on the same SSG can exchange traffic without it ever leaving the box to hit an upstream service, which changes both the latency and what shows up in per-service traffic counters for that exchange. A broadband provider troubleshooting why two neighboring subscribers can reach each other despite no shared service being configured would check cssgCfgLocalForwardingEnabled and find it set to true, explaining the direct subscriber-to-subscriber path.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.1.3 snmpwalk -v2c -c public <target> CISCO-SSG-MIB::cssgCfgLocalForwardingEnabled
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.1.3.1 snmpget -v2c -c public <target> CISCO-SSG-MIB::cssgCfgLocalForwardingEnabled.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.9.9.260.1.1.3.1 s <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cssgCfgLocalForwardingEnabled.1
Start monitoring Cisco broadband/edge routers (Service Selection Gateway) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-SSG-MIB::cssgCfgLocalForwardingEnabled OID value, configure state conditions and alerts, and monitor any Cisco broadband/edge routers (Service Selection Gateway) from a single console.
OID Breakdown
Upper-level ancestors (8 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.9 | cisco | CAT2600-MIB |
| 1.3.6.1.4.1.9.9 | ciscoMgmt | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.9.260 | ciscoSsgMIB | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1 | ciscoSsgMIBObjects | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.1 | cssgCfgObjects | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.1.3 | cssgCfgLocalForwardingEnabled | CISCO-SSG-MIB |