Skip to content

Cisco

Cisco, often referred to as Cisco Systems, Inc., is a global technology corporation with its headquarters located in San Jose, California, USA. Renowned for its expertise in networking and IT infrastructure solutions, Cisco leads the industry with a diverse portfolio of products and services catering to networking, cybersecurity, collaboration, cloud computing, data center, and Internet of Things (IoT) applications.

Here is a link for basic commands of configuration that might be helpful for the labs: Cisco Command Reference

Here are some usefl basic commands for Cisco: | Command | Short form | Explanation | |---------|------------|-------------| | Configure terminal | conf t | Enter configuration mode | | Show running config | show run | Show the current configuration | | Copy running-config startup-config | cop r s | Write/save the configuration | | No shutdown | no shut | Specify that the interface should be enabled | | Exit | ex | Exits the current layer | | End | - | Exits all layers | | Ip address | ip add | Adds an ipv4 address to the current interface you are in | | ipv6 address / | ipv6 add | Adds an ipv6 address to the current interface you are in | | Show ip route | sh ip route | View the ipv4 routing table for the current router | | Show ipv6 rotue | sh ipv6 route | View the ipv6 routing table for the current router | | Clear ip route * | - | Clear the IP routing table and force to relearn routes |