C613-50170-01 Rev B
Command Reference for x510 Series
924
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP C
OMMANDS
NETWORK
(RIP)
network (RIP)
Overview
Use this command to activate the transmission of RIP routing information on the
defined network.
Use the
no
variant of this command to remove the specified network or VLAN as
one that runs RIP.
Syntax
network {<
network-address
>[/<
subnet-mask
>]|<
vlan-name
>}
no network {<
network-address
>[/<
subnet-mask
>]|<
vlan-name
>}
Default
Disabled
Mode
RIP Router Configuration
Usage
Use this command to specify networks, or VLANs, to which routing updates will be
sent and received. The connected routes corresponding to the specified network,
or VLANs, will be automatically advertised in RIP updates. RIP updates will be sent
and received within the specified network or VLAN.
Example
Use the following commands to activate RIP routing updates on network
172.16.20.0/24:
awplus#
configure terminal
awplus(config)#
router rip
awplus(config-router)#
network 172.16.20.0/24
Related
Commands
Parameter
Description
<
network-address
>
[/<
subnet-mask
>]
Specifies the network address to run RIP. Entering a subnet
mask (or prefix length) for the network address is optional.
Where no mask is entered, the device will attempt to apply a
mask that is appropriate to the class (A, B, or C) of the
address entered, e.g. an IP address of 10.0.0.0 will have a
prefix length of 8 applied to it.
<vlan-name>
Specify a VLAN name with up to 32 alphanumeric characters
to run RIP.