Skip to content

Commit

Permalink
Update credentials for IOS XE Always On
Browse files Browse the repository at this point in the history
  • Loading branch information
hpreston committed Sep 5, 2023
1 parent ecdd5a2 commit b1e68ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network_device_apis/netconf/device_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"address": "sandbox-iosxe-recomm-1.cisco.com",
"port": 830,
"username": "developer",
"password": "C1sco12345"
"password": "lastorangerestoreball8876"
}

# 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": "sandbox-iosxe-latest-1.cisco.com",
"port": 830,
"username": "developer",
"username": "admin",
"password": "C1sco12345"
}

Expand Down

0 comments on commit b1e68ca

Please sign in to comment.