Skip to content

Commit

Permalink
Merge pull request #107 from hpreston/netconf-credential-updates
Browse files Browse the repository at this point in the history
Update credentials for IOS XE Always On
  • Loading branch information
agentlecisco authored Jul 29, 2024
2 parents ecdd5a2 + b1e68ca commit e59fbc5
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 e59fbc5

Please sign in to comment.