- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
08-IPMCAST-MIB | 167.47 KB |
Contents
ipMcastEnabled (1.3.6.1.2.1.168.1.1)
ipMcastRouteEntryCount (1.3.6.1.2.1.168.1.2)
ipMcastDeviceConfigStorageType (1.3.6.1.2.1.168.1.11)
IPMCAST-MIB
About this MIB
The multicast technique effectively addresses the issue of point-to-multipoint data transmission. By enabling high-efficiency point-to-multipoint data transmission over a network, multicast greatly saves network bandwidth and reduces network load.
By using multicast technology, a network operator can easily provide bandwidth-critical and time-critical information services. These services include live webcasting, Web TV, distance learning, telemedicine, Web radio, and real-time video conferencing.
Use the MIB to manage IP multicast settings, including multicast routes.
MIB file name
rfc5132-ipmcast.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).ipMcastMIB(168)
Scalar objects
ipMcastEnabled (1.3.6.1.2.1.168.1.1)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastEnabled (1.3.6.1.2.1.168.1.1) |
read-write |
TruthValue |
true(1), false(2) |
Enabling status of IP multicast. |
As per the MIB. |
ipMcastRouteEntryCount (1.3.6.1.2.1.168.1.2)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastRouteEntryCount (1.3.6.1.2.1.168.1.2) |
read-only |
Gauge32 |
INTEGER(0..4294967295) |
Number of entries in the MRIB routing table. |
As per the MIB. |
ipMcastDeviceConfigStorageType (1.3.6.1.2.1.168.1.11)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastDeviceConfigStorageType (1.3.6.1.2.1.168.1.11) |
read-write |
StorageType |
INTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) } |
Storage type used for the global IP multicast configuration. |
Supports only the read operation. The value of this object is always nonVolatile(3). |
Tabular objects
ipMcastInterfaceTable
About this table
This table contains an interface configured with IP multicast.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are ipMcastInterfaceIPVersion and ipMcastInterfaceIfIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastInterfaceIPVersion (1.3.6.1.2.1.168.1.3.1.1) |
not-accessible |
InetVersion |
INTEGER { unknown(0), ipv4(1), ipv6(2) } |
IP version. |
As per the MIB. |
ipMcastInterfaceIfIndex (1.3.6.1.2.1.168.1.3.1.2) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of a multicast interface. |
As per the MIB. |
ipMcastInterfaceTtl (1.3.6.1.2.1.168.1.3.1.3) |
read-write |
Unsigned32 |
Unsigned32(0..256) |
TTL of the interface. |
Supports only the read operation. The value of this object is always 0. |
ipMcastInterfaceRateLimit (1.3.6.1.2.1.168.1.3.1.4) |
read-write |
Unsigned32 |
Standard MIB values. |
Limited rate of multicast traffic on the interface, in kbps. |
Supports only the read operation. The value of this object is always 0. |
ipMcastInterfaceStorageType(1.3.6.1.2.1.168.1.3.1.5) |
read-write |
StorageType |
INTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) } |
Row storage type. |
Supports only the read operation. The value of this object is always readOnly(5). |
ipMcastSsmRangeTable
About this table
This table contains multicast group range settings.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are McastSsmRangeAddressType, ipMcastSsmRangeAddress, and ipMcastSsmRangePrefixLength.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastSsmRangeAddressType (1.3.6.1.2.1.168.1.4.1.1) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type of a multicast group prefix. |
As per the MIB. |
ipMcastSsmRangeAddress (1.3.6.1.2.1.168.1.4.1.2) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast group address gives the group prefix for this SSM range. |
As per the MIB. |
ipMcastSsmRangePrefixLength (1.3.6.1.2.1.168.1.4.1.3) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Length of the mask which gives the group prefix for this SSM range. |
As per the MIB. |
ipMcastSsmRangeRowStatus (1.3.6.1.2.1.168.1.4.1.4) |
read-create |
RowStatus |
active(1) |
Row status. |
Supports only the read operation. The value of this object is always active(1). |
ipMcastSsmRangeStorageType (1.3.6.1.2.1.168.1.4.1.5) |
read-create |
StorageType |
INTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) } |
Row storage type. |
Supports only the read operation. The value of this object is always readOnly(5). |
ipMcastRouteTable
About this table
This table contains multicast routing entry information.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are ipMcastRouteGroupAddressType, ipMcastRouteGroup, ipMcastRouteGroupPrefixLength, ipMcastRouteSourceAddressType, ipMcastRouteSource, and ipMcastRouteSourcePrefixLength.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastRouteGroupAddressType (1.3.6.1.2.1.168.1.5.1.1) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address family of multicast group address in a multicast routing entry. |
As per the MIB. |
ipMcastRouteGroup (1.3.6.1.2.1.168.1.5.1.2) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast group address in the entry. |
As per the MIB. |
ipMcastRouteGroupPrefixLength (1.3.6.1.2.1.168.1.5.1.3) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Length of the mask which identifies the groups for which this entry contains multicast routing information. |
As per the MIB. |
ipMcastRouteSourceAddressType (1.3.6.1.2.1.168.1.5.1.4) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type of the multicast source address in the entry. |
As per the MIB. |
ipMcastRouteSource (1.3.6.1.2.1.168.1.5.1.5) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast source address in the entry. |
As per the MIB. |
ipMcastRouteSourcePrefixLength (1.3.6.1.2.1.168.1.5.1.6) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Length of the mask which identifies the sources for which this entry contains multicast routing information. |
As per the MIB. |
ipMcastRouteUpstreamNeighborType (1.3.6.1.2.1.168.1.5.1.7) |
read-only |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Type of the upstream neighbor. |
As per the MIB. |
ipMcastRouteUpstreamNeighbor (1.3.6.1.2.1.168.1.5.1.8) |
read-only |
InetAddress |
OCTET STRING (0..255) |
Address of the upstream neighbor. |
As per the MIB. |
ipMcastRouteInIfIndex (1.3.6.1.2.1.168.1.5.1.9) |
read-only |
InterfaceIndexOrZero |
Integer32(0..2147483647) |
Index of the incoming interface in the entry. |
As per the MIB. |
ipMcastRouteTimeStamp (1.3.6.1.2.1.168.1.5.1.10) |
read-only |
TimeStamp |
TimeTicks |
Time when the entry was learned. |
As per the MIB. |
ipMcastRouteExpiryTime (1.3.6.1.2.1.168.1.5.1.11) |
read-only |
TimeTicks |
Standard MIB values. |
Time before the entry ages out. |
As per the MIB. |
ipMcastRouteProtocol (1.3.6.1.2.1.168.1.5.1.12) |
read-only |
IANAipMRouteProtocol |
INTEGER { other(1), local(2), netmgmt(3), dvmrp(4), mospf(5), pimSparseDense(6), cbt(7), pimSparseMode(8), pimDenseMode(9), igmpOnly(10), bgmp(11), msdp(12) } |
Protocol type of the entry. |
As per the MIB. |
ipMcastRouteRtProtocol (1.3.6.1.2.1.168.1.5.1.13) |
read-only |
IANAipRouteProtocol |
INTEGER { other (1), local (2), netmgmt (3), icmp(4), egp (5), ggp (6), hello (7), rip (8), isIs (9), esIs (10), ciscoIgrp (11), bbnSpfIgp (12), ospf (13), bgp (14), idpr (15), ciscoEigrp (16), dvmrp (17) } |
Protocol type of the RPF route. |
As per the MIB. |
ipMcastRouteRtAddressType (1.3.6.1.2.1.168.1.5.1.14) |
read-only |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type of the RPF route. |
As per the MIB. |
ipMcastRouteRtAddress (1.3.6.1.2.1.168.1.5.1.15) |
read-only |
InetAddress |
OCTET STRING (0..255) |
IP address in the RPF route. |
As per the MIB. |
ipMcastRouteRtPrefixLength (1.3.6.1.2.1.168.1.5.1.16) |
read-only |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Mask length for the RPF route. |
Value range: IPv4: 0 to 32. IPv6: 0 to 128. |
ipMcastRouteRtType (1.3.6.1.2.1.168.1.5.1.17) |
read-only |
INTEGER |
unicast (1), multicast (2) |
Reason the RPF route was added. Type of the route on which the RPF route depends. |
As per the MIB. |
ipMcastRouteOctets (1.3.6.1.2.1.168.1.5.1.18) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of octets forwarded by using the entry. |
As per the MIB. |
ipMcastRoutePkts (1.3.6.1.2.1.168.1.5.1.19) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets forwarded by using the entry. |
As per the MIB. |
ipMcastRouteTtlDropOctets (1.3.6.1.2.1.168.1.5.1.20) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of octets dropped because the TTL was too small. |
Not supported |
ipMcastRouteTtlDropPackets (1.3.6.1.2.1.168.1.5.1.21) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets dropped because the TTL was too small. |
Not supported |
ipMcastRouteDifferentInIfOctets (1.3.6.1.2.1.168.1.5.1.22) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of octets dropped because the receiving interface was incorrect. |
As per the MIB. |
ipMcastRouteDifferentInIfPackets (1.3.6.1.2.1.168.1.5.1.23) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets dropped because receiving interface was incorrect. |
As per the MIB. |
ipMcastRouteBps (1.3.6.1.2.1.168.1.5.1.24) |
read-only |
CounterBasedGauge64 |
INTEGER(0..18446744073709551615) |
Bits per second forwarded by this router using the entry in the last second. |
Not supported |
ipMcastRouteNextHopTable
About this table
This table contains information about the next-hop on outgoing interfaces in a multicast routing entry.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are ipMcastRouteNextHopGroupAddressType, ipMcastRouteNextHopGroup, ipMcastRouteNextHopGroupPrefixLength, ipMcastRouteNextHopSourceAddressType, ipMcastRouteNextHopSource, ipMcastRouteNextHopSourcePrefixLength, ipMcastRouteNextHopIfIndex, ipMcastRouteNextHopAddressType, and ipMcastRouteNextHopAddress.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastRouteNextHopGroupAddressType (1.3.6.1.2.1.168.1.6.1.1) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Type of the address in an entry. |
As per the MIB. |
ipMcastRouteNextHopGroup (1.3.6.1.2.1.168.1.6.1.2) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Address of the multicast source address. |
As per the MIB. |
ipMcastRouteNextHopGroupPrefixLength (1.3.6.1.2.1.168.1.6.1.3) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Mask length of the multicast group address. |
As per the MIB. |
ipMcastRouteNextHopSourceAddressType (1.3.6.1.2.1.168.1.6.1.4) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Type of the multicast source address. |
As per the MIB. |
ipMcastRouteNextHopSource (1.3.6.1.2.1.168.1.6.1.5) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast source address. |
As per the MIB. |
ipMcastRouteNextHopSourcePrefixLength (1.3.6.1.2.1.168.1.6.1.6) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Prefix length of the multicast source. |
As per the MIB. |
ipMcastRouteNextHopIfIndex (1.3.6.1.2.1.168.1.6.1.7) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of the outgoing interface for the next hop. |
As per the MIB. |
ipMcastRouteNextHopAddressType (1.3.6.1.2.1.168.1.6.1.8) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type of the next hop. |
As per the MIB. |
ipMcastRouteNextHopAddress (1.3.6.1.2.1.168.1.6.1.9) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
IP address of the next-hop. |
As per the MIB. |
ipMcastRouteNextHopState (1.3.6.1.2.1.168.1.6.1.10) |
read-only |
INTEGER |
pruned(1), forwarding(2) |
Whether the next hop is currently being used to forward IP datagrams. |
The value of this object is always forward(2). |
ipMcastRouteNextHopTimeStamp (1.3.6.1.2.1.168.1.6.1.11) |
read-only |
TimeStamp |
TimeTicks |
Time when the next hop entry was added. |
As per the MIB. |
ipMcastRouteNextHopExpiryTime (1.3.6.1.2.1.168.1.6.1.12) |
read-only |
TimeTicks |
Standard MIB values. |
Time remaining before the next hop entry ages out. |
As per the MIB. |
ipMcastRouteNextHopClosestMemberHops (1.3.6.1.2.1.168.1.6.1.13) |
read-only |
Unsigned32 |
Unsigned32(0..256) |
Minimum number of hops between this router and the nearest group member. |
The value of this object is always 0. |
ipMcastRouteNextHopProtocol (1.3.6.1.2.1.168.1.6.1.14) |
read-only |
IANAipMRouteProtocol |
INTEGER { other(1), local(2), netmgmt(3), dvmrp(4), mospf(5), pimSparseDense(6), cbt(7), pimSparseMode(8), pimDenseMode(9), igmpOnly(10), bgmp(11), msdp(12) } |
Protocol through which the next hop entry was learned. |
As per the MIB. |
ipMcastRouteNextHopPkts (1.3.6.1.2.1.168.1.6.1.16) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of packets which have been forwarded using this next hop. |
Not supported |
ipMcastBoundaryTable
About this table
This table contains multicast boundary settings.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Supported
Columns
The table indexes are ipMcastBoundaryIfIndex, ipMcastBoundaryAddressType, ipMcastBoundaryAddress, and ipMcastBoundaryAddressPrefixLength.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastBoundaryIfIndex (1.3.6.1.2.1.168.1.7.1.1) |
not-accessible |
InterfaceIndex |
Integer32(1..2147483647) |
Index of an interface that is configured as the multicast boundary. |
As per the MIB. |
ipMcastBoundaryAddressType (1.3.6.1.2.1.168.1.7.1.2) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type of the multicast boundary. |
As per the MIB. |
ipMcastBoundaryAddress (1.3.6.1.2.1.168.1.7.1.3) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
IP address of the multicast boundary. |
As per the MIB. |
ipMcastBoundaryAddressPrefixLength (1.3.6.1.2.1.168.1.7.1.4) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Length of the mash which identifies the group range for which the scoped boundary exists. |
As per the MIB. |
ipMcastBoundaryTimeStamp (1.3.6.1.2.1.168.1.7.1.5) |
read-only |
TimeStamp |
TimeTicks |
Time when the multicast boundary entry was learned. |
As per the MIB. |
ipMcastBoundaryDroppedMcastOctets (1.3.6.1.2.1.168.1.7.1.6) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of octets of multicast packets that have been dropped by the multicast boundary. |
Not supported |
ipMcastBoundaryDroppedMcastPkts (1.3.6.1.2.1.168.1.7.1.7) |
read-only |
Counter64 |
INTEGER(0..18446744073709551615) |
Number of multicast packets that have been dropped by the multicast boundary. |
Not supported |
ipMcastBoundaryStatus (1.3.6.1.2.1.168.1.7.1.8) |
read-create |
RowStatus |
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) |
Row status. |
Supports only the read operation. The value of this object is always (1). |
ipMcastBoundaryStorageType (1.3.6.1.2.1.168.1.7.1.9) |
read-create |
StorageType |
INTEGER { other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) } |
Row storage type. |
Supports only the read operation. The value of this object is always readOnly(5). |
ipMcastScopeNameTable
About this table
This table contains information about the scope name table for a multicast group.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Not supported
Columns
The table indexes are ipMcastScopeNameAddressType, ipMcastScopeNameAddress, ipMcastScopeNameAddressPrefixLength, and ipMcastScopeNameLanguage.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastScopeNameAddressType (1.3.6.1.2.1.168.1.8.1.1) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type. |
Not supported |
ipMcastScopeNameAddress (1.3.6.1.2.1.168.1.8.1.2) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast group address. |
Not supported |
ipMcastScopeNameAddressPrefixLength (1.3.6.1.2.1.168.1.8.1.3) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Prefix length of the multicast group address. |
Not supported |
ipMcastScopeNameLanguage (1.3.6.1.2.1.168.1.8.1.4) |
not-accessible |
LangTag |
OCTET STRING |
Language label associated with the scope name. |
Not supported |
ipMcastScopeNameString (1.3.6.1.2.1.168.1.8.1.5) |
read-create |
SnmpAdminString |
OCTET STRING |
Scope name. |
Not supported |
ipMcastScopeNameDefault (1.3.6.1.2.1.168.1.8.1.6) |
read-create |
TruthValue |
N/A |
Whether the default name is displayed. |
Not supported |
ipMcastScopeNameStatus (1.3.6.1.2.1.168.1.8.1.7) |
read-create |
RowStatus |
N/A |
Row status. |
Not supported |
ipMcastScopeNameStorageType (1.3.6.1.2.1.168.1.8.1.8) |
read-create |
StorageType |
N/A |
Storage type of the row. |
Not supported |
ipMcastLocalListenerTable
About this table
This table contains information about a local multicast listener table.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Not supported
Columns
The table indexes are ipMcastLocalListenerGroupAddressType, ipMcastLocalListenerGroupAddress, ipMcastLocalListenerSourceAddressType, ipMcastLocalListenerSourceAddress, ipMcastLocalListenerSourcePrefixLength, ipMcastLocalListenerIfIndex, and ipMcastLocalListenerRunIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastLocalListenerGroupAddressType (1.3.6.1.2.1.168.1.9.1.1) |
not-accessible |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Address type. |
Not supported |
ipMcastLocalListenerGroupAddress (1.3.6.1.2.1.168.1.9.1.2) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Multicast group address. |
Not supported |
ipMcastLocalListenerSourceAddress (1.3.6.1.2.1.168.1.9.1.4) |
not-accessible |
InetAddress |
OCTET STRING (0..255) |
Source address. |
Not supported |
ipMcastLocalListenerSourcePrefixLength (1.3.6.1.2.1.168.1.9.1.5) |
not-accessible |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Prefix length of the source address. |
Not supported |
ipMcastLocalListenerRunIndex (1.3.6.1.2.1.168.1.9.1.7) |
read-only |
Unsigned32 |
Unsigned32 (0..2147483647) |
Index for the host system. |
Not supported |
ipMcastZoneTable
About this table
This table contains information about a multicast scope zone table.
Support for operations
Create:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read:Not supported
Columns
The table index is ipMcastZoneIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
ipMcastZoneIndex (1.3.6.1.2.1.168.1.10.1.1) |
not-accessible |
InetZoneIndex (1..4294967295) |
Unsigned32 (1..4294967295) |
Zone index. |
Not supported |
ipMcastZoneScopeDefaultZoneIndex (1.3.6.1.2.1.168.1.10.1.2) |
read-only |
InetZoneIndex (1..4294967295) |
Unsigned32 (1..4294967295) |
Default zone index. |
Not supported |
ipMcastZoneScopeAddressType (1.3.6.1.2.1.168.1.10.1.3) |
read-only |
InetAddressType |
INTEGER{ unknown(0), ipv4(1), ipv6(2), dns(16) } |
Type of the zone scope address. |
Not supported |
ipMcastZoneScopeAddress (1.3.6.1.2.1.168.1.10.1.4) |
read-only |
InetAddress |
OCTET STRING (0..255) |
Zone scope address. |
Not supported |
ipMcastZoneScopeAddressPrefixLength (1.3.6.1.2.1.168.1.10.1.5) |
read-only |
InetAddressPrefixLength |
Unsigned32(0..2040) |
Prefix length of the source address. |
Not supported |