All MIBs › CISCO-SSG-MIB › cssgServiceType
cssgServiceType
Module: CISCO-SSG-MIB
OID (symbolic): CISCO-SSG-MIB::cssgServiceType
OID (numeric): 1.3.6.1.4.1.9.9.260.1.3.1.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This attribute indicates the type of service.
pass-through - Indicates that the user authentication is not done during logon to this service. This is the default.
tunnel - Indicates that this is a L2TP tunneled service.
proxy - Indicates that the SSG performs user authentication during logon to this service.
What is cssgServiceType?
Reports the type of a configured service: pass-through (no separate auth for that service, the default), tunnel (an L2TP-tunneled service), or proxy (SSG itself performs authentication for that service). This determines how SSG has to handle a session bound to that service: tunnel requires SSG to set up and maintain an L2TP tunnel per session, a much heavier operation than pass-through, so a service mistakenly left as pass-through when it was meant to tunnel traffic will simply route locally instead of tunneling anywhere. A corporate-VPN service meant to backhaul subscriber traffic to a company LNS over L2TP would show cssgServiceType as tunnel(3), distinguishing it from a plain internet-access service that shows passthrough(2).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.3.1.1.3 snmpwalk -v2c -c public <target> CISCO-SSG-MIB::cssgServiceType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.9.260.1.3.1.1.3.1 snmpget -v2c -c public <target> CISCO-SSG-MIB::cssgServiceType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cssgServiceType.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::cssgServiceType 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.3 | cssgService | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.3.1 | cssgServiceTable | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.3.1.1 | cssgServiceEntry | CISCO-SSG-MIB |
| 1.3.6.1.4.1.9.9.260.1.3.1.1.3 | cssgServiceType | CISCO-SSG-MIB |