Created
August 17, 2020 10:27
input config structure for replaced state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
log_adjacency_changes: 'detail' | |
max_metric: | |
router_lsa: | |
administrative: true | |
on_shutdown: 10 | |
on_startup: 10 | |
default_information: | |
originate: | |
always: true | |
metric: 10 | |
metric_type: 2 | |
route_map: 'ingress' | |
mpls_te: | |
enabled: true | |
router_address: '192.0.22.22' | |
auto_cost: | |
reference_bandwidth: 2 | |
neighbor: | |
- neighbor_id: '192.0.11.12' | |
poll_interval: 10 | |
priority: 2 | |
redistribute: | |
- route_type: 'bgp' | |
metric: 10 | |
metric_type: 2 | |
passive_interface: | |
- 'eth1' | |
parameters: | |
router_id: '192.0.1.1' | |
opaque_lsa: true | |
rfc1583_compatibility: true | |
abr_type: 'cisco' | |
areas: | |
- area_id: '2' | |
area_type: | |
normal: true | |
authentication: "plaintext-password" | |
shortcut: 'enable' | |
- area_id: '4' | |
area_type: | |
stub: | |
default_cost: 20 | |
network: | |
- address: '192.0.2.0/24' | |
- address: '192.0.12.0/24' | |
- address: '192.0.22.0/24' | |
- address: '192.0.32.0/24' | |
range: | |
- address: '1.1.2.0/24' | |
cost: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment