cGgsnDefaultIpAllocationMethod
CISCO-GGSN-MIB ·
.1.3.6.1.4.1.9.9.240.1.3.1
Object
scalar r/w
Enumeration
Specifies the default method by which the GGSN obtains
address leases for mobile user sessions.
- 'disable', which indicates that dynamic address
allocation is disabled.
- 'dhcp', which indicates that the DHCP server
will be used.
- 'radius', which indicates that the radius server
will be used.
Context
- MIB
- CISCO-GGSN-MIB
- OID
.1.3.6.1.4.1.9.9.240.1.3.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cGgsnConfigurations
- Groups
- 5
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::cGgsnDefaultIpAllocationMethod.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::cGgsnDefaultIpAllocationMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disable |
2 | dhcp |
3 | radius |