Cisco Router Challenge 34

 

Outline

 

This challenge involves the configuration of advanced RIP. The objectives of this challenge are to:

 

 

Commands

 

> en

# config t

(config)# router rip

(config-router)# no auto-summary

(config-router)# version 2

(config-router)# network 199.224.24.0

(config-router)# network 205.188.16.8

(config-router)# network 10.0.0.0

(config-router)# exit

(config)# ip classless

(config)# int e0

(config-if)# ip address 199.224.25.3 255.255.255.0

(config-if)# ip rip receive version 2

 

Example

 

> en

# config t

(config)# router rip

(config-router)# no auto-summary

(config-router)# version 2

(config-router)# network 199.224.24.0

(config-router)# network 205.188.16.8

(config-router)# network 10.0.0.0

(config-router)# exit

(config)# ip classless

(config)# int e0

(config-if)# ip address 199.224.25.3 255.255.255.0

(config-if)# ip rip ?

  authentication  Authentication control

  receive         advertisement reception

  send            advertisement transmission

  v2-broadcast    send ip broadcast v2 update

(config-if)# ip rip receive ?

  version  version control

(config-if)# ip rip receive version ?

  1  RIP version 1

  2  RIP version 2

  <cr>

(config-if)# ip rip receive version 2 ?

  1  RIP version 1

  <cr>

(config-if)# ip rip receive version 2