Category: Uncategorized

Configuration Redistribute OSPF – RIPv2

Step 1: Config Router R1. Router> enRouter# conf tRouter(config)# hostname R1 config)# no ip domain-lookup config)#int lo0 config-if)#ip addr 192.168.1.1 255.255.255.0 config-if)#exit config)#int s0/1 config-if)#ip addr 192.168.2.1 255.255.255.0 config-if)#clock rate 64000 ← DCE config-if)#no shut config-if)#exit Step 2: configuration on Router R2. Router> en Router# conf tRouter(config)# hostname …

Redistribute RIP Ver2 vs OSPF vs EIGRP

Redistribute EIGRP RIP OSPF 1. Configuration interface of router. *Configuration On R1 – Configuration rename device Router>enable Router#configure terminal Router(config)#hostname R1 R1(config)# – Configuration Banner motd R1(config)#banner motd “itexamanswers” – Configuration console R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#loggin synchronous R1(config-line)#exit – Configuration telnet R1(config)#line vty 0 4 R1(config-line)#password …

[Erouting] Lab 1.5.2: Basic Router Configuration Answer 100%

Learning ObjectivesUpon completion of this lab, you will be able to:• Cable a network according to the Topology Diagram.• Erase the startup configuration and reload a router to the default state.• Perform basic configuration tasks on a router.• Configure and activate Ethernet interfaces.• Test and verify configurations.• Reflect …