Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update credentials for IOS XE Always On #107

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading