mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
20 lines
556 B
JSON
20 lines
556 B
JSON
{
|
|
"l3vpn:vpn": {
|
|
"l3vpn": [
|
|
{
|
|
"name": "company",
|
|
"route-distinguisher": 999,
|
|
"endpoint": [
|
|
{
|
|
"id": "branch-office1",
|
|
"ce-device": "ce6",
|
|
"ce-interface": "GigabitEthernet0/12",
|
|
"ip-network": "10.10.1.0/24",
|
|
"bandwidth": 12000000,
|
|
"as-number": 65101
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|