Posts

Default Routing Configuration

Image
  Router 1configuration Router> Router>enable Router#configure terminal Router(config)#int g0/0 Router(config-if)#ip add 10.0.0.1 255.255.255.0 Router(config-if)#no sh Router(config-if)#ex Router(config)# Router(config)#int g0/1 Router(config-if)#no sh Router(config-if)#ip add 172.0.0.1 255.255.255.252 Router(config-if)#ex Router(config)# Router(config)#ip route 0.0.0.0 0.0.0.0 172.0.0.2   Router 0 configuration Router>enable Router#configure terminal Router(config)#int g0/0 Router(config-if)#no sh Router(config-if)#ip address 172.0.0.2 255.255.255.252 Router(config-if)#ex Router(config)# Router(config)# Router(config)#int g0/1 Router(config-if)#no sh Router(config-if)#ip add 192.168.0.1 255.255.255.0 Router(config-if)#ex Router(config)# Router(config)# Router(config)#ip route 0.0.0.0 0.0.0.0 172.0.0.1   ...

Static Routing Protocol Configuration

Image
  Router 1configuration Router> Router>enable Router#configure terminal Router(config)#int g0/0 Router(config-if)#ip add 10.0.0.1 255.255.255.0 Router(config-if)#no sh Router(config-if)#ex Router(config)# Router(config)#int g0/1 Router(config-if)#no sh Router(config-if)#ip add 172.0.0.1 255.255.255.252 Router(config-if)#ex Router(config)# Router(config)#ip route 192.168.0.0 255.255.255.0 172.0.0.2   Router 0 configuration Router>enable Router#configure terminal Router(config)#int g0/0 Router(config-if)#no sh Router(config-if)#ip address 172.0.0.2 255.255.255.252 Router(config-if)#ex Router(config)# Router(config)# Router(config)#int g0/1 Router(config-if)#no sh Router(config-if)#ip add 192.168.0.1 255.255.255.0 Router(config-if)#ex Router(config)# Router(config)# Router(config)#ip route 10.0.0.0 255.255.255.0 172.0...

BitLocker installation

Image
BitLocker isn’t just a feature for Windows desktop, laptop, and tablet computers. It’s also available for Windows Server as an installable feature. It is a great way to protect servers if you deal with remote locations or hard-to-secure server closets, or if you just want to protect the drives of racked servers. In this blog, we will see the Bitlocker Installation process At first install Bitlocker features, if not install Then Create a GPO and enable the policy   Now open the control panel and ensure that view by option should be “Large Icons” then follow the showing step   You must have share “Local Resource” to save the file Now restart the machine Here...

Backup & Restore process of CISCO Router

Image
Backup & Restore process of CISCO Router At first take, a look at Backup process: Router>en Router#conf t Router(config)# Router(config)#int g0/0 Router(config-if)# Router(config-if)#ip add 1.1.1.1 255.0.0.0 Router(config-if)#no sh Router(config-if)# Router(config-if)#ex Router(config)#ex Router#ping 1.1.1 .2   Put the IP address of the TFTP-Server Backup configuration on the Router0: Router(config)# Router(config)#Hostname Dhaka Dhaka(config)#int lo 1 Dhaka(config-if)#ip add 5.5.5.5 255.0.0.0 Dhaka(config-if)#ex Dhaka(config)#int lo 3 Dhaka(config-if)#ip add 6.6.6.6 255.0.0.0 Dhaka(config-if)#ex Dhaka(config)#exit Dhaka#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK   Backup Configuration for running-config: ...

How DHCP work

Image
  DHCP Dynamic Host Configuration Protocol  is a network management protocol that is use to dynamically assign the IP address and other information to each host on the network so that they can communicate efficiently. DHCP automates and centrally manages the assignment of IP address easing the work of network administrator DHCP Server:  It is typically a server or a router that holds the network configuration information. Port number UDP 67   DHCP Client:  It is the endpoint, which gets the configuration information from the server like any computer or mobile. Port number UDP 68   DHCP Relay Agent: If you have only one DHCP Server for multiple LAN’s then the DHCP relay agent present in every network will forward the  DHCP request  to the servers. This because the DHCP packets cannot travel across the router   IP address pool:   It contains the list of IP address, wh...