Extreme Networks Port Partitioning

The QSFP+ or QSFP28 ports of the Extreme Networks switches can be partitioned, what this means is you can make a 40Gbit QSFP+ port appear as 4 x 10Gbit SFP+ ports, however you’re require a suitable QSFP+ module for example with MTP port and a fan-out cable to split that MTP into 4 x LC … Read more

OSI Model (7 Layers)

The OSI Model (Open Systems Interconnection) model is a set of rules and requirements to model and conceptualise the communication between two (network) systems. Yes, its theory, but in computing and networking it can be useful to use as a basic guide when troubleshooting. It helps you to rule-in or rule-out where a problem might … Read more

Nimble Storage – Active Directory Join Fails

Seen this issue a few times even on the NimbleOS 5.x version, when joining the array to Active Directory for authentication, you get this error when performing via the GUI: The only way i’ve found around this is to perform via the CLI on the Nimble, you should also pre-create the computer object in AD … Read more

Check (Not Directly Accessible) SSL Certificate Expiry on Microsoft Windows Server

NagiosXI and other monitoring tools have ways to determine if your SSL certificates on say a web server are nearing expiry, but what if you have software that uses a certificate but that certificate is not directly poll-able over the standard HTTPS checks. The script which can be found here, is a passive check, so … Read more

Create or Update TXT Record in InfoBlox API using Python Libraries

A very short introduction into using Python and the InfoBlox Python libraries to interact with the REST API to give you a starting point for development. https://sifbaksh.com/introduction-to-infoblox-api-wapi-using-python/ The easiest approach is to use the InfoBlox-Client library in Python, it is possible to use “requests” and then parse the output, but this approach seems a bit … Read more