All MIBs › CISCO-IETF-SCTP-MIB › cSctpAssocRemPrimaryAddressType
cSctpAssocRemPrimaryAddressType
Module: CISCO-IETF-SCTP-MIB
OID (symbolic): CISCO-IETF-SCTP-MIB::cSctpAssocRemPrimaryAddressType
OID (numeric): 1.3.6.1.4.1.9.10.75.1.2.2.1.5
Node type: OBJECT-TYPE
Type: InetAddressType
Access: read-only
Description: Internet type of primary destination IP address. - unknown (0) An unknown address type. This value MUST be used if the value of the corresponding InetAddress object is a zero-length string. It may also be used to indicate an IP address different from IPv4 or IPv6. This value is used in this MIB for error conditions.
- ipv4 (1): An IPv4 address as defined by the InetAddressIPv4 textual convention [RFC2851].
- ipv6 (2): An IPv6 address as defined by the InetAddressIPv6 textual convention [RFC2851]
This value will be filled in after INIT or INIT ACK messages have been received (when the primary path is selected by SCTP).
What is cSctpAssocRemPrimaryAddressType?
This declares whether the primary destination address for this SCTP association is IPv4, IPv6, or unknown (with unknown also covering the error case of a zero-length address), giving the type context needed to correctly parse the paired cSctpAssocRemPrimaryAddress value. It matters for dual-stack signaling deployments where associations to the same logical peer might use either address family, and monitoring tools need this type field to render or validate the address correctly rather than guessing its format. A value of unknown(0) alongside an empty address in cSctpAssocRemPrimaryAddress would indicate the association's primary path hasn't actually been selected yet, consistent with the SCTP handshake still being in progress.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.5 snmpwalk -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocRemPrimaryAddressType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.9.10.75.1.2.2.1.5.1 snmpget -v2c -c public <target> CISCO-IETF-SCTP-MIB::cSctpAssocRemPrimaryAddressType.1
Start monitoring Cisco signaling gateways and media gateways with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-IETF-SCTP-MIB::cSctpAssocRemPrimaryAddressType OID value, configure state conditions and alerts, and monitor any Cisco signaling gateways and media gateways 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.10 | ciscoExperiment | CISCO-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.9.10.75 | cSctpMIB | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1 | cSctpObjects | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2 | cSctpTables | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2 | cSctpAssocTable | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2.1 | cSctpAssocEntry | CISCO-IETF-SCTP-MIB |
| 1.3.6.1.4.1.9.10.75.1.2.2.1.5 | cSctpAssocRemPrimaryAddressType | CISCO-IETF-SCTP-MIB |