<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 12.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/IPv6Address/Scope",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network11IPv6AddressV5ScopeO"
  },
  "title" : "IPv6Address.Scope"
}
-->

# IPv6Address.Scope

An IPv6 multicast scope.

```
enum Scope
```

## Topics

### Scope Values

[`case nodeLocal`](/documentation/Network/IPv6Address/Scope/nodeLocal)

The node-local multicast scope.

[`case linkLocal`](/documentation/Network/IPv6Address/Scope/linkLocal)

The link-local multicast scope.

[`case siteLocal`](/documentation/Network/IPv6Address/Scope/siteLocal)

The site-local multicast scope.

[`case organizationLocal`](/documentation/Network/IPv6Address/Scope/organizationLocal)

The organization-local multicast scope.

[`case global`](/documentation/Network/IPv6Address/Scope/global)

The global multicast scope.

### Comparison Functions

## Relationships

### Conforms To

[`Copyable`](/documentation/Swift/Copyable)

[`Equatable`](/documentation/Swift/Equatable)

[`Escapable`](/documentation/Swift/Escapable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)