Loopback Interface
Location in GUI: Devices » Device Management » Device » Loopback Interface
Diagram
Section titled “Diagram”Classes
Section titled “Classes”vrfs (fmc.domains.devices.devices)
Section titled “vrfs (fmc.domains.devices.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| loopback_interfaces | List | [loopback_interfaces] | No |
loopback_interfaces (fmc.domains.devices.devices.vrfs)
Section titled “loopback_interfaces (fmc.domains.devices.devices.vrfs)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| id | Integer | min: 1, max: 1024 | Yes | |
| description | String | max: 255 | No | |
| enabled | Boolean | true, false | No | true |
| ipv4_static_address | IP | No | ||
| ipv4_static_netmask | Integer | min: 1, max: 31 | No | |
| ipv6_addresses | List | [ipv6_addresses] | No | |
| logical_name | String | Regex: ^[a-zA-Z0-9_.+-]{1,64}$ | No |
ipv6_addresses (fmc.domains.devices.devices.vrfs.loopback_interfaces)
Section titled “ipv6_addresses (fmc.domains.devices.devices.vrfs.loopback_interfaces)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| address | String | Yes | ||
| prefix | String | Yes |
Examples
Section titled “Examples”Loopback Interface:
fmc: domains: - name: Global devices: devices: - name: MyDeviceName1 vrfs: - name: Global loopback_interfaces: - logical_name: MyLoopbackInterface1 id: 10 description: My loopback interface description ipv4_static_address: 10.23.10.1 ipv4_static_netmask: 28 ipv6_addresses: - address: 2001:db8:acad:1::1 prefix: 64