Skip to content

Commit 9e1b32e

Browse files
committed
Finished python script
1 parent 1716a62 commit 9e1b32e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

01-iosxr-02-cli-automation-python/ztp_python/configure_ospf_bgp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
from ztp_helper import ZtpHelpers
66

77
ParameterMap = {
8-
"rtr1" : {
8+
"r1" : {
99
"local_asn" : 65000,
1010
"remote_asn" : 65000,
1111
"loopback0_ip" : "1.1.1.1/32",
1212
"bgp_neighbor_ip" : "2.2.2.2"
1313
},
1414

15-
"rtr2" : {
15+
"r2" : {
1616
"local_asn" : 65000,
1717
"remote_asn" : 65000,
1818
"loopback0_ip" : "2.2.2.2/32",

0 commit comments

Comments
 (0)