mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
556 B
JSON
21 lines
556 B
JSON
7 years ago
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|