Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Include Page
_IW Academy
_IW Academy

Hide_comments

Table of

...

contents

Table of Contents
maxLevel3
excludeСписок документов|Содержание

...

The InfiNet devices of the InfiLINK 2x2 and InfiMAN 2x2 families have two modules for configuring RIP: rip and arip. The difference between them is in the interoperability with the OSPF protocol, which is not present in the rip module, thus it is recommended to configure the devices using the arip module. Due to the recommendation, this article will describe the RIP configuration using the arip module.

The RIP configuration is performed only via CLI. A separate command shell with several modes is used to configure the RIP protocol (Figure 1). The transition to each mode is performed using the commands with the same name. A detailed description of the commands description is available in in the Technical documentation.

Mode nameDescription
Basic

Basic The basic RIP mode is used to analyze the output of the diagnostic commands output and to switch to the configuration mode.

Switching to The switching to the basic mode is performed from the WANFleX command shell using the "arip" command.

Code Block
languagetext
themeEmacs
BS_1#1> arip
RIP>
RIP configuration

Configuration The configuration mode allows to manage the RIP service running on the device and proceed to the configuration modes, : router, interfaces , or route-maps.

Switching The switching to the RIP configuration mode is performed from the basic mode using the "config" command.

Code Block
languagetext
themeEmacs
RIP> config
RIP(config)#
RIP router configuration

In router configuration mode, basic RIPF settings are can be made. The mode allows to configure the announced networks, router ID, etc.

Switching to the RIP router configuration mode is performed from the configuration mode using the "router" command.

Code Block
languagetext
themeEmacs
RIP(config)# router
RIP(config-router)# 
RIP interface configuration

The RIP interface configuration mode allows to configure the protocol settings related to a specific interface.

Switching The switching to the RIP interface configuration mode is performed from the configuration mode using the "interface IFNAME" command.

Code Block
languagetext
themeEmacs
RIP(config)# interface rf5.0
RIP(config-if)#
Route-maps configuration

RouteThe route-maps configuration mode allows to configure the rules that should be applied to announced the advertised or received RIP routes.

Switching The switching to the RIP route-map configuration mode is performed from the configuration mode using the rule creation command "route-map WORD (deny|permit) <1-65535>".

Code Block
languagetext
themeEmacs
RIP(config)# route-map MAP permit 10
RIP(config-route-map)#
Center

Gliffy Diagram
namerip_shell

Figure 1 - Scheme of switching Switching between the RIP command shell modes

Each RIP shell modes mode provides help by displaying the full list of supported commands. To display the list use the "help" command.

The routing table can be displayed by using one of the following commands:

Code Block
languagetext
themeEmacs
Изfrom команднойthe оболочкиWANFleX WANFleXcli:
BS_1#1> netstat -r

Изfrom the команднойRIP оболочкиbasic RIPmode:
RIP> show route

Из командной оболочкиfrom ARDA:
ARDA> show route

Task

...