OSPF
Diagram
Classes
routing (iosxe.devices.configuration)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ospf_processes | List | [ospf_processes] | No |
ospf_processes (iosxe.devices.configuration.routing)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
id | Integer | min: 1 , max: 65535 | No | |
vrf | String | No | ||
bfd_all_interfaces | Boolean | true , false | No | |
default_information_originate | Boolean | true , false | No | |
default_information_originate_always | Boolean | true , false | No | |
default_metric | Integer | min: 1 , max: 16777214 | No | |
distance | Integer | min: 1 , max: 255 | No | |
domain_tag | Integer | min: 1 , max: 4294967295 | No | |
mpls_ldp_autoconfig | Boolean | true , false | No | |
mpls_ldp_sync | Boolean | true , false | No | |
neighbors | List | [neighbors] | No | |
networks | List | [networks] | No | |
priority | Integer | min: 0 , max: 127 | No | |
router_id | String | No | ||
shutdown | Boolean | true , false | No | |
summary_addresses | List | [summary_addresses] | No | |
areas | List | [areas] | No | |
passive_interface_default | Boolean | true , false | No |
neighbors (iosxe.devices.configuration.routing.ospf_processes)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
priority | Integer | min: 0 , max: 255 | No | |
cost | Integer | min: 1 , max: 65535 | No |
networks (iosxe.devices.configuration.routing.ospf_processes)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
wildcard | String | No | ||
area | String | No |
summary_addresses (iosxe.devices.configuration.routing.ospf_processes)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
ip | IP | Yes | ||
mask | IP | No |
areas (iosxe.devices.configuration.routing.ospf_processes)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
area | String | Yes | ||
authentication_message_digest | Boolean | true , false | No | |
nssa | Boolean | true , false | No | |
nssa_default_information_originate | Boolean | true , false | No | |
nssa_default_information_originate_metric | Integer | min: 0 , max: 16777214 | No | |
nssa_default_information_originate_metric_type | Integer | min: 1 , max: 2 | No | |
nssa_no_summary | Boolean | true , false | No | |
nssa_no_redistribution | Boolean | true , false | No |
Examples
iosxe: devices: - name: Device1 configuration: routing: ospf_processes: