
C613-50186-01 Rev B
Command Reference for AR2050V
1492
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
VRF-
LITE
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 or RIP Router Address Family Configuration for a VRF
instance.
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
Example
(VRF-lite)
To create a static RIP route to IP subnet
192.168.1.0/24
, for the VRF instance
red
, use the following commands
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
address-family ipv4 vrf red
awplus(config-router-af)#
route 192.168.1.0/24
Related
Commands
Command
changes
Version 5.4.6-2.1: VRF-lite support added.
Parameter
Description
<ip-addr/prefix-length>
The IPv4 address and prefix length.