RIP 2

Module Code: ELEE1157

Module Name: Network Routing Management

Lecturer: Seb Blair BEng(H) PGCAP MIET MIHEEM FHEA

Contents

  1. Intended Learning Outcomes
  2. RIP Routing Broadcast
  3. RIP Routing Broadcast 2
  4. RIP Routing Broadcast 3
  5. RIP Routing Broadcast 4
  6. RIP Convergence
  7. IOS Hierarchical Structure
  1. IOS Hierarchical Structure Pt 2
  2. IOS Hierarchical Structure Pt 3
  3. Command Structure
  4. Login Banner Message
  5. Console Password
  6. Router Commands
  7. RIP Commands
ELEE1157 | Network Routing Management

RIP Routing Broadcast

When a router running RIP protocol broadcasts the routing table, it not only broadcasts the information about the locally connected networks but also broadcasts the information about the networks that it has learned from its neighbours through the previously received broadcasts.

  • Router A broadcasts information of the network 10.0.0.0/8 to Router B.
  • Router B broadcasts information of the network 10.0.0.0/8 to Router A and C.
  • Router C broadcasts information of the network 30.0.0.0/8 to Router B and D.
  • Router D broadcasts information of the network 40.0.0.0/8 to Router C.
ELEE1157 | Network Routing Management

RIP Routing Broadcast 2

ELEE1157 | Network Routing Management

RIP Routing Broadcast 3

ELEE1157 | Network Routing Management

RIP Routing Broadcast 4

ELEE1157 | Network Routing Management

RIP Convergence

center

The situation in which all routers know all paths of the network is called convergence.

  • After the convergence, the RIP routing protocol actively monitors all paths.

  • If it detects any change in any path, it updates neighbouring routers about that change in the next broadcast.

ELEE1157 | Network Routing Management

IOS Mode Hierarchical Structure

In Cisco Internetwork Operating System (IOS) you can always get more information and help with a command by putting ? after the command. Think of it as man in Linux, just in the end. For instance, the next command prints all commands that are available in the User mode.

router> ?

CLI uses a hierarchical structure for the modes

  • User Executive mode (user EXEC)

  • Privileged executive mode (privileged EXEC)

  • Global configuration mode

  • Specific configuration mode

ELEE1157 | Network Routing Management

IOS Mode Hierarchical Structure


ELEE1157 | Network Routing Management

IOS Mode Hierarchical Structure


ELEE1157 | Network Routing Management

Command Structure

Command is the initial word entered in the command line:

  • Commands are not case-sensitive

Following the command is one or more keywords and arguments:

  • Keywords describe specific parameters to the command interpreter

  • An argument is a value or variable defined by the user

  • An argument can be any text string of up to 80 characters

center

ELEE1157 | Network Routing Management

Login Banner Messages

  • Provide a method for declaring only authorised personnel should attempt to gain entry into the device

  • Banners can be an important part of the legal process in the event that someone is prosecuted for breaking into a device

  • Any wording that implies a login is “welcome” or “invited” is not appropriate

  • The banner can include scheduled system shutdowns and other useful information that affects all network users

center

ELEE1157 | Network Routing Management

Login Banner Messages PT 2

For multi line text enter the command an press enter

center

Additional messages can be created for, login and exec -> #banner login # or #banner exec #

ELEE1157 | Network Routing Management

Console passwords

  • Limits device access using the console connection

  • The console port of a device has special privileges

    • It must be secured with a strong password to prevent unauthorised personnel plugging a cable into the device and gaining access.
  • The Line console 0 command is used to enter the line configuration mode for the console.

center

ELEE1157 | Network Routing Management

Router commands

ELEE1157 | Network Routing Management

RIP Commands Summary

RIP Routing protocol configuration commands summary

ELEE1157 | Network Routing Management