Loopback
Diagram
Classes
interfaces (nxos.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
loopbacks | List | [loopbacks] | No |
loopbacks (nxos.devices.configuration.interfaces)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 0 | Yes | |
interface_groups | List | String | No | |
admin_state | Boolean | true , false | No | true |
description | String | No | ||
vrf | String | No | ||
ipv4_address | IP | No | ||
ipv4_secondary_addresses | List | IP | No | |
ospf | Class | [ospf] | No | |
pim | Class | [pim] | No |
ospf (nxos.devices.configuration.interfaces.loopbacks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
process_name | String | Yes | ||
advertise_secondaries | Boolean | true , false | No | true |
area | String | No | ||
bfd | Choice | unspecified , enabled , disabled | No | |
cost | Integer | min: 0 , max: 65535 | No | |
dead_interval | Integer | min: 0 , max: 65535 | No | |
hello_interval | Integer | min: 0 , max: 65535 | No | |
network_type | Choice | unspecified , p2p , bcast | No | |
passive | Choice | unspecified , enabled , disabled | No | |
priority | Integer | min: 0 , max: 255 | No | |
authentication_key | String | No | ||
authentication_key_id | Integer | min: 0 , max: 255 | No | |
authentication_key_secure_mode | Boolean | true , false | No | |
authentication_keychain | String | No | ||
authentication_md5_key | String | No | ||
authentication_md5_key_secure_mode | Boolean | true , false | No | |
authentication_type | Choice | unspecified , simple , md5 , none | No |
pim (nxos.devices.configuration.interfaces.loopbacks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
admin_state | Boolean | true , false | Yes | |
bfd | Choice | none , enabled , disabled | No | |
dr_priority | Integer | min: 1 , max: 4294967295 | No | |
passive | Boolean | true , false | No | |
sparse_mode | Boolean | true , false | No |
Examples
nxos:
devices:
- name: Device1
configuration:
interfaces:
loopbacks:
- id: 0
description: Loopback0
ipv4_address: 5.5.5.5/32