We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1716a62 commit 9e1b32eCopy full SHA for 9e1b32e
1 file changed
01-iosxr-02-cli-automation-python/ztp_python/configure_ospf_bgp.py
@@ -5,14 +5,14 @@
5
from ztp_helper import ZtpHelpers
6
7
ParameterMap = {
8
- "rtr1" : {
+ "r1" : {
9
"local_asn" : 65000,
10
"remote_asn" : 65000,
11
"loopback0_ip" : "1.1.1.1/32",
12
"bgp_neighbor_ip" : "2.2.2.2"
13
},
14
15
- "rtr2" : {
+ "r2" : {
16
17
18
"loopback0_ip" : "2.2.2.2/32",
0 commit comments