Showing 9 of 9 Blog Posts
Network Address Translation is used translate the private IP into Public IP. It is do mapping. Types of NAT: Static NAT Dynamic NAT Overloading 1. Static Network...
Access control list is used for security on a Network from other Network. By this we restrict an IP or pool of IP to access a computer...
Router# conf terminal Router(config)# int e0 Router(config_if)# ip add 192.168.10.10 255.255.255.0 Router(config_if)# no shut Router(config_if)# exit Router(config)# int s0 Router(config_if)# ip add 1.1.1.1 255.255.255.0 Router(config_if)# no...
Configuration for EIGRP Router# conf terminal Router(config)# int e0 Router(config_if)# ip add 192.168.10.10 255.255.255.0 Router(config_if)# no shut Router(config_if)# exit Router(config)# int s0 Router(config_if)# ip add...
Configuration for IGRP: Router# conf terminal Router(config)# int e0 Router(config_if)# ip add 192.168.10.10 255.255.255.0 Router(config_if)# no shut Router(config_if)# exit Router(config)# int s0 Router(config_if)# ip add...
RIP (routing information protocol) configuration forRIP v1 and RIP v2 Router# conf terminal Router(config)# int e0 Router(config_if)# ip add 192.168.10.10 255.255.255.0 Router(config_if)# no shut Router(config_if)# exit...
When we want to access a system or network which is laying on router 3. so we will access it statically as Router# conf terminal...
In Static routing the network administrator hand type the path for routing. As Router>enable Router# conf terminal Roter(config)# int e0 Router(config_if)# ip add 192.168.10.10 255.255.255.0 Router(config_ig)#...
It is used to select the destination path automatically. Router > Router >enable Router(config)# conf t Router(config)# int e0 (or fa 0/0 it change with...