The Confreg Cisco command

The ‘confreg’ command in Cisco networks is a powerful tool used for configuring various settings related to the network’s hardware, operating system, and routing protocols. Here’s a detailed explanation: Purpose: The primary purpose of the ‘confreg’ command is to make changes to the device’s configuration register. The configuration register is a special area in the…

Read More

The Copy Tftp Running-Config Cisco command

Command Name: copy tftp running-config Function: This command is used to copy the running configuration of a Cisco device to a TFTP server. The running configuration is the configuration that is currently active on the device. Syntax: copy tftp running-config [remote_server_address] Parameters: destination_file: The name of the file on the TFTP server to which the running…

Read More

The How Ip Route Cisco command

Command Name: how ip route Function: Displays the IP routing table with extra details such as the route source, protocol, and metric. Syntax: how ip route [destination-address/prefix-length] Usage: Thehow ip routecommand is used to display the IP routing table with additional details, such as the route source, protocol, and metric. The command takes an optional argument, which…

Read More

The Switchport Mode Access Cisco command

Cisco Command: switchport mode access Usage: The ‘switchport mode access’ command is used on Cisco switches to configure a switch port as an access port. This command must be used on an interface that is currently in a trunk or dynamic auto mode. Function: The ‘switchport mode access’ command sets the switch port to accept…

Read More

How To Exit vi

There are a couple of ways to exist out of vi/vim inside of a unix or linux system. Before typing any new commands you may want to press the Escape key to make sure you are in not in input mode. The first way to exit vi is ZZ That is, hold down shift and…

Read More

pangloss/vim-javascript Error Fix

I was setting up vim plugins on a new machine and after installing /pangloss/vim-javascript/ plugin for vim i would see: Error detected while processing /home/jojo/.vim/plugged/vim-javascript/syntax/javascript.vim: line 100: E59: invalid character after \@ E475: Invalid argument: jsRegexpString start=+\%(\%(\%(return|case)\s+)\@50<=|\%(\%([)]”‘]|\d|\w)\s)\@<!)/(\|/)\@50!+ skip=+\.|[\%(\ .|[^]])*]+ end=+/[gimy]{,4}+ contains=jsRegexpCharClass,jsRegexpGroup,@jsRegexpSpecial,@htmlPreproc oneline keepend Press ENTER or type command to continue This is a problem with…

Read More

The Reload Cisco command

Cisco Reload Command Purpose The Cisco reload command is used to reboot a Cisco device. This command can be used to: Restart a device that is experiencing problems Upgrade the device’s software Apply new configuration changes Syntax The syntax for the reload command is as follows: reload [<option>] Options The following options are available with…

Read More

The How Ip Interface Brief Cisco command

The ‘show ip interface brief’ command is a valuable tool for network administrators and engineers to quickly gather information about the status of IP interfaces on Cisco networking devices, such as routers and switches. This command provides a concise overview of essential IP interface details, making it useful for troubleshooting, monitoring, and managing network connectivity….

Read More