Skip to content

Commit

Permalink
update addresses for sandboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
hpreston committed Feb 23, 2023
1 parent 19fb87b commit bd2b5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions network_device_apis/netconf/device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@
# DevNet Always-On IOS XE on CSR Recommended Code Sandbox Device
# https://devnetsandbox.cisco.com/RM/Diagram/Index/27d9747a-db48-4565-8d44-df318fce37ad?diagramType=Topology
ios_xe1 = {
"address": "ios-xe-mgmt.cisco.com",
"port": 10000,
"address": "sandbox-iosxe-recomm-1.cisco.com",
"port": 830,
"username": "developer",
"password": "C1sco12345"
}

# DevNet Always-On IOS XE on CSR Latest Code Sandbox Device
# https://devnetsandbox.cisco.com/RM/Diagram/Index/38ded1f0-16ce-43f2-8df5-43a40ebf752e?diagramType=Topology
ios_xe_latest = {
"address": "ios-xe-mgmt-latest.cisco.com",
"port": 10000,
"address": "sandbox-iosxe-latest-1.cisco.com",
"port": 830,
"username": "developer",
"password": "C1sco12345"
}
Expand Down

0 comments on commit bd2b5e9

Please sign in to comment.