List

Passing External Arguments into Python Functions

From a previous post on Python Functions, we can look into how we can pass external arguments into Python functions.  This will take our code and turn it into reusable chunks of code.  Therefore this is good for a few reasons: Passing Arguments into Python Functions With functions, you can pass outside arguments into them. […]

Passing External Arguments into Python Functions Read More »

Controlling RIP with Offset-Lists and Administrative Distance

This blog is coming from sunny and humid Jacksonville, Florida.  Today, we will look at controlling the RIP routing domain using Offset-Lists and Administrative Distance. We must remember that RIP is a distance-vector routing protocol with no idea what the network topology looks like.  With this, we can trick RIP into thinking a network is

Controlling RIP with Offset-Lists and Administrative Distance Read More »