ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Routing Information Protocol (RIP)
– 1738
network This command specifies the network interfaces that will be included in the
RIP routing process. Use the no form to remove an entry.
SYNTAX
[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-4094)
DEFAULT SETTING
No networks are specified.
COMMAND MODE
Router Configuration
COMMAND USAGE
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.
EXAMPLE
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)#
RELATED COMMANDS
router rip (1734)
passive-interface This command stops RIP from sending routing updates on the specified
interface. Use the no form to disable this feature.
SYNTAX
[no] passive-interface vlan vlan-id
vlan-id - VLAN ID. (Range: 1-4094)
DEFAULT SETTING
Disabled
COMMAND MODE
Router Configuration