Posted On March 31, 2019

Juniper Configuration

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Juniper Configuration

Piece of cake – no need to write anything here.

Leave a Reply

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

Related Post

Default Ports for Various Common Services

Although it is recommended that these default ports be changed whenever possible to add an…

PowerShell: Remove IP Address Assignment Using Bluecat API

$bluecatUri='http://bluecat.kimconnect.com/Services/API' $bluecatUsername='svc-bluecat-api' $bluecatPassword='PASSWORD' $configId=17 $ipv4Address='10.10.162.54' $marker='toBeDeleted-' function confirmation($content,$testValue="I confirm",$maxAttempts=3){ $confirmed=$false; $attempts=0; $content|write-host write-host "Please review…

Sonicwall Firewall Recommended Practices

The Sonicwall Firewall is a semi-complicated beast with many abilities. It does have some limitations…