C613-50170-01 Rev B
Command Reference for x510 Series
894
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
ALLIEDWARE
-
BEHAVIOR
alliedware-behavior
Overview
This command configures your device to exhibit AlliedWare behavior when
sending RIPv1 response/update messages. Configuring for this behavior may be
necessary if you are replacing an AlliedWare device with an AlliedWare Plus device
and wish to ensure consistent RIPv1 behavior.
Use the no variant of this command to implement AlliedWare Plus behavior.
This command has no impact on devices running RIPv2. Reception and
transmission can be independently altered to conform to AlliedWare standard.
Syntax
alliedware-behavior {rip1-send|rip1-recv}
no alliedware-behavior {rip1-send|rip1-recv}
Default
By default when sending out RIPv1 updates on an interface, if the prefix (learned
through RIPv2 or otherwise redistributed into RIP) being advertised does not
match the subnetting used on the outgoing RIPv1 interface it will be filtered. The
alliedware-behavior
command returns your router’s RIPv1 behavior to the
AlliedWare format, where the prefix will be advertised as-is.
For example, if a RIPv1 update is being sent over interface 192.168.1.4/26, by
default the prefix 192.168.1.64/26 will be advertised, but the prefix
192.168.1.144/28 will be filtered because the mask /28 does not match the
interface's mask of /26. If
alliedware-
behavior r
ip1-send
is configured, the prefix
192.168.1.144 would be sent as-is.
Mode
Router Configuration
Examples
To configure your device for
alliedware-behavior
when sending and receiving
RIPv1 update messages, enter the commands:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
alliedware-behavior rip1-send
awplus(config-router)#
alliedware-behavior rip1-recv
Parameter
Description
rip1-send
Configures the router to behave in AlliedWare mode when
sending
update messages.
rip1-recv
Configures the router to behave in AlliedWare mode when
receiving
update messages.