C613-50100-01 REV C Command Reference for x930 Series 907
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
RIP COMMANDS
ROUTE
(RIP)
route (RIP)
Overview Use this command to configure static RIP routes.
Use the no variant of this command to disable this function.
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
show ip rip
clear ip rip route
Parameter Description
<ip-addr/prefix-length> The IPv4 address and prefix length.