Network, Network 1462 – LevelOne GTL-2691 User Manual
Page 1462
C
HAPTER
49
| IP Routing Commands
Routing Information Protocol (RIP)
– 1462 –
E
XAMPLE
Console(config-router)#neighbor 10.2.0.254
Console(config-router)#
R
ELATED
C
OMMANDS
network
This command specifies the network interfaces that will be included in the
RIP routing process. Use the no form to remove an entry.
S
YNTAX
[no] network {ip-address netmask | vlan vlan-id}
ip-address – IP address of a network directly connected to this
router.
netmask - Network mask for the route. This mask identifies the
network address bits used for the associated routing entries.
vlan-id - VLAN ID. (Range: 1-4093)
D
EFAULT
S
ETTING
No networks are specified.
C
OMMAND
M
ODE
Router Configuration
C
OMMAND
U
SAGE
RIP only sends and receives updates on interfaces specified by this
command. If a network is not specified, the interfaces in that network will
not be advertised in any RIP updates.
E
XAMPLE
This example includes network interface 10.1.0.0 in the RIP routing
process.
Console(config-router)#network 10.1.0.0
Console(config-router)#
R
ELATED
C
OMMANDS