Difference between revisions of "RIP"

From StarOS Community Wiki
Jump to navigation Jump to search
 
Line 31: Line 31:


Please note that network 0.0.0.0/0 should already be set as it is the default.
Please note that network 0.0.0.0/0 should already be set as it is the default.
{{stub}}

Revision as of 04:48, 4 December 2006

ENABLE RIP & CONFIGURE

That is the real fast way to get RIP running and works in most cases.

From the main screen:-

Select "Routing"

Select "dynamic routing"

Put an "X" in the box "Enable Rip v1/2"

Select "Configure"

User Access Verification

Password: 1234 ripd> enable ripd# configure terminal ripd(config)# router rip ripd(config-router)# network 0.0.0.0/0 ripd(config-router)# write Configuration saved to /etc/config/routing/ripd.conf ripd(config-router)# exit ripd(config)# exit ripd# exit

If you do not want a particular device or subnet announced then you have to add it like this:-

ripd(config-router)# network eth0

Please note that network 0.0.0.0/0 should already be set as it is the default.