Open Shortest Path First (OSPF) is a routing protocol used for Internet Protocol (IP) networks. It is a link-state protocol, meaning that it exchanges information about the entire network rather than just the next hop like distance vector protocols. This allows OSPF to calculate the shortest path to a destination using the Dijkstra algorithm. One […]
Ansible and Puppet are both open-source software tools that are used to automate the deployment and management of applications and infrastructure. While they have some similarities, there are also some key differences between the two: Ultimately, the choice between ansible and Puppet will depend on your specific needs and preferences. Both tools are widely used […]
Role-based CLI allows you to configure a user (view) to only have access to particular commands on that device. Role-based CLI gives you more control over allowed commands and interfaces a user has versus Privilege Levels. Role-based CLI has three different views – Root view, CLI view, and Superview. Root – only user that can […]