add config output
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
regional:
|
||||
partition: us
|
||||
partition: us
|
||||
username: netadmin
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
common:
|
||||
layer: ex-edge-r
|
||||
layer: ex-edge-r
|
||||
protocol: bgp
|
||||
uplink: et-0/0/0
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
zonal:
|
||||
az: 1
|
||||
zone: 1
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
zonal:
|
||||
az: 2
|
||||
zone: 2
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
common:
|
||||
partition: eu
|
||||
layer: ex-edge-r
|
||||
partition: eu
|
||||
layer: ex-edge-r
|
||||
protocol: ospf
|
||||
uplink: et-0/0/36
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
system {
|
||||
hostname {{ hostname }};
|
||||
location "{{ location }}";
|
||||
hostname {{ hostname }};
|
||||
location "{{ location }}";
|
||||
}
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
chassis {
|
||||
users {
|
||||
{{ username }};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
interfaces {
|
||||
{{ uplink }} {
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
protocols {
|
||||
{{ protocol }} {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user