C613-50631-01 Rev A Command Reference for IE340 Series 1053
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RIP COMMANDS
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 interface
as one that runs RIP.
Syntax
network {<network-address>[/<subnet-mask>]|<interface>}
no network {<network-address>[/<subnet-mask>]|<interface>}
Default Disabled
Mode RIP Router Configuration
Usage notes Use this command to specify networks, by IP address or interface, to which routing
updates will be sent and received. The connected routes corresponding to the
specified network will be automatically advertised in RIP updates. RIP updates will
be sent and received within the specified network.
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
show ip rip
show running-config
clear ip rip route
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.
<interface> Specify an interface to run RIP.