Network – Allied Telesis AT-S83 User Manual
Page 290

Chapter 14: Routing Information Protocol (RIP) Commands
290
NETWORK
Syntax
network A.B.C.D|IFNAME
no network A.B.C.D|IFNAME
Parameters
A.B.C.D/M
Specifies the IP address prefix and subnet mask.
IFNAME
Specifies an interface name with an alphanumeric string.
Description
Use the NETWORK command to specify networks to which routing
updates are sent to and received from. If a network is not specified, the
interfaces in that network are not advertised in any RIP update. The
default value is disabled.
Use the no form of this command to remove the specified network as one
that runs RIP.
Command Mode
Router mode
Example
The following commands permit interface 1 to send to and receive RIP
packets from network 10.0.0.0/8:
switch# configure terminal
switch(config)# router rip
switch(config-router)# network 10.0.0.0/8
switch(config-router)# network xe1
Related Commands