All MIBs › CME-MIB › smIPv6AddressType
smIPv6AddressType
Module: CME-MIB
OID (symbolic): CME-MIB::smIPv6AddressType
OID (numeric): 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2.1.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The address type.
What is smIPv6AddressType?
This read-only enumeration reports how a particular IPv6 address was obtained: static, DHCPv6, link-local, auto-configured, or configured-static. An admin checking this value can tell whether a module's address came from manual configuration or an automatic mechanism, which matters when tracking down why an address changed after a reboot. For example, seeing dhcp6(2) for a module's address confirms it was leased from a DHCPv6 server rather than set by hand.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2.1.3 snmpwalk -v2c -c public <target> CME-MIB::smIPv6AddressType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2.1.3.1 snmpget -v2c -c public <target> CME-MIB::smIPv6AddressType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> smIPv6AddressType.1
Start monitoring Cisco Communications Manager Express (CME) router/gateway with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CME-MIB::smIPv6AddressType OID value, configure state conditions and alerts, and monitor any Cisco Communications Manager Express (CME) router/gateway from a single console.
OID Breakdown
Upper-level ancestors (14 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.2 | ibm | BLADE-MIB |
| 1.3.6.1.4.1.2.3 | ibmAgents | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51 | netfinitySupportProcessorAgent | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2 | bladeCenterSnmpMIB | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22 | bladeCenter | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3 | switchModule | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3.2 | switchModuleConfig | BLADE-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3.2.1 | switchMgmtNetworkCfg | BLADE-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4 | switchIPv6Config | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2 | smIPv6AddressTable | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2.1 | smIPv6AddressEntry | CME-MIB |
| 1.3.6.1.4.1.2.3.51.2.22.3.2.1.4.2.1.3 | smIPv6AddressType | CME-MIB |