Skip to content

Commit b1e68ca

Browse files
committed
Update credentials for IOS XE Always On
1 parent ecdd5a2 commit b1e68ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

network_device_apis/netconf/device_info.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
"address": "sandbox-iosxe-recomm-1.cisco.com",
2121
"port": 830,
2222
"username": "developer",
23-
"password": "C1sco12345"
23+
"password": "lastorangerestoreball8876"
2424
}
2525

2626
# DevNet Always-On IOS XE on CSR Latest Code Sandbox Device
2727
# https://devnetsandbox.cisco.com/RM/Diagram/Index/38ded1f0-16ce-43f2-8df5-43a40ebf752e?diagramType=Topology
2828
ios_xe_latest = {
2929
"address": "sandbox-iosxe-latest-1.cisco.com",
3030
"port": 830,
31-
"username": "developer",
31+
"username": "admin",
3232
"password": "C1sco12345"
3333
}
3434

0 commit comments

Comments
 (0)