cGgsnSlbMode
CISCO-GGSN-MIB ·
.1.3.6.1.4.1.9.9.240.1.3.21
Object
scalar r/w
Enumeration
GTP SLB can operate in two modes-dispatched and directed.
- 'dispatched' mode: It forwards the create request without
changing the destination IP address (vserver address) and the
create response comes from the same (vserver) address.
- 'directed' mode: It changes the destination IP address to
that of GGSN's VT and the create response comes from the
GGSN VT.
Context
- MIB
- CISCO-GGSN-MIB
- OID
.1.3.6.1.4.1.9.9.240.1.3.21- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cGgsnConfigurations
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-GGSN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-GGSN-MIB::cGgsnSlbMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-GGSN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-GGSN-MIB::cGgsnSlbMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | directed |
2 | dispatched |