C613-50170-01 Rev B
Command Reference for x510 Series
931
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
ROUTE
(RIP)
route (RIP)
Overview
Use this command to add a static RIP route.
Use the
no
variant of this command to remove a static RIP route.
Syntax
route
<ip-addr/prefix-length>
no route
<ip-addr/prefix-length>
Default
No static RIP route is added by default.
Mode
RIP Router Configuration
Usage
Use this command to add a static RIP route. After adding the RIP route, the route
can be checked in the RIP routing table.
Example
To create a static RIP route to IP subnet 192.168.1.0/24, use the following
commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
route 192.168.1.0/24
Related
Commands
Parameter
Description
<ip-addr/prefix-length>
The IPv4 address and prefix length.