Ccnp

How to Install Minicom on Linux?

How to Install Minicom on Linux?

Fadıl

Minicom is a variant of a program used in Linux operating systems to connect devices with a serial port (COM).

Below we will see how it is installed on different Linux operating systems.

  • Command used to Install Ubuntu / Debian:
sudo apt-get install minicom
  • Installing for Fedora, CentOS, RHEL
$ sudo yum install minicom -y
  • To Start
minicom
  • Or
sudo minicom

After starting, you need to open the configuration by pressing CTRL-A O and specify the name of the COM port, usually ttyS0 – COM1, ttyS1 – COM2, USB-RS232 adapter – ttyUSB0.

What is RIP (Routing Information Protocol)

What is RIP (Routing Information Protocol)

Ali Caliskan

Administrative Distance (AD)

Before starting RIP we should about Administrative Distance (AD).
AD: Sets the priority of routing protocols. If 2 protocols are configured on a router, the router will first put the data of the low AD protocol in the routing table.
The table below contains the administrative distance values of the routing protocols. The data of the protocol with a low AD value is placed first in the routing table.

What is Default Routing?

What is Default Routing?

Ali Caliskan

DEFAULT ROUTİNG

Default routing is used to send packets to the next-hop router for an unknown remote destination network that is not in the routing table. Default routing should only be used in stub networks, which are the only way out of the network.

As you can see in the above picture, while R1 and R3 can be used defective routing. Because R2 is not effective to use the default routing.
Router(config) #ip route 0.0.0.0 0.0.0.0 10.0.0.1
The above command means to send all unknown packets to output 10.0.0.1, wherever they come from.

Ip Routing Protokols -Static Routing

Ip Routing Protokols -Static Routing

Ali Caliskan

IP ROUTING

Routers know how to reach the networks they are connected to. However, they do not know how to reach remote networks that not connected. But, they can learn how to access remote networks to which they are not connected by using one of the following routing protocols.
1. Static routing
2. Default routing
3. Dynamic routing
a) RIP (international standard)
1) RIPv1       2) RIPv2
b) IGRP (cisco-based protocol, but not supported by cisco anymore)
c) EIGRP (cisco-based)
d) OSPF (international standard)
e) Is-Is  (international standard)

How To Configure The Cisco Router

How To Configure The Cisco Router

Ali Caliskan

There are 4 rules to assign IP addresses to the routers.

  1. All the interfaces of routers should be in a different network (subnet).
  2. Both interfaces of routers facing each other should be in the same network (subnet).
  3. LAN  that under the router interface should be n the same network (subnet).
  4. All the LAN and WAN networks must be in a different network (subnet)

Configure interfaces of routers should be in the interface mode which under the global configuration mode.