Posted On March 31, 2019

Enable Serial over Ethernet

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Enable Serial over Ethernet
enable
config t
platform console serial
end
copy run start
reload

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Comparing Software Versions

This is a reusable function to enable quick comparisons between two strings representing version control…

PowerShell: Microsoft SQL Database Migration

Update 9/25/20: There's another version of this script has has been rewritten form scratch. IMO,…

Basic CSS: Specify How Fonts Should Degrade

<link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css"><style>.red-text {color: red;}h2 {font-family: Lobster;}p {font-size: 16px;font-family: monospace;}</style><h2 class="red-text">CatPhotoApp</h2><main><p class="red-text">Click here to…