Skip to content

Commit afcf72a

Browse files
authored
Merge pull request #92 from gregbo/patch-1
Chase the Sandbox updates
2 parents 0d1fef5 + 58233f5 commit afcf72a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

netmiko-interface-example/device_info.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,18 @@
4040
"password": "D_Vay!_10&",
4141
"device_type": "cisco_ios"
4242
}
43-
43+
# DevNet Always-On NETCONF/YANG & RESTCONF Sandbox Device
44+
# https://devnetsandbox.cisco.com/RM/Diagram/Index/7b4d4209-a17c-4bc3-9b38-f15184e53a94?diagramType=Topology
45+
# try this one if you can't access the previous one
46+
ios_xe_latest = {
47+
"address": "sandbox-iosxe-latest-1.cisco.com",
48+
"netconf_port": 830,
49+
"restconf_port": 443,
50+
"ssh_port": 22,
51+
"username": "admin",
52+
"password": "C1sco12345",
53+
"device_type": "cisco_ios"
54+
}
4455
# DevNet Always-On Sandbox NX-OS
4556
#
4657
nxos1 = {

0 commit comments

Comments
 (0)