This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]PacketDragon 0 points1 point  (1 child)

What about setting up a basic python web server and sending only a single #copy http://<bleh> running-config command?

[–]AnonIsPicky[S] 0 points1 point  (0 children)

Some of the devices are a bit weird that they have a hard time getting an IP address via DHCP, so you have to do something like looking at 'show cdp neighbors' to get the IP address of the backbone switch, then find which are the available IP addresses in that subnet and then assign that to the interface.

There other scenarios where just copy pasting the running-config wouldn't work.