
52
packets. If the network is not configured, all interfaces of the network will not be able to send or
receive data packets.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# network 10.0.0.0/8
Switch(config-router)# network vlan 1
1.4.3.25 offset-list
Command: offset-list <access-list-number | access-list-name> {in|out} <number>
[<ifname>]
no offset-list <access-list-number | access-list-name> {in | out} <number>
[<ifname>]
Function:
Add an offset value to the metric value of the routes learnt by RIP. The “
no
offset-list <access-list-number |access-list-name> {in|out} <number> [<ifname>]
”
command disables this function
Parameter: < access-list-number |access-list-name>
is the access-list or name to be applied.
<number >
is the added offset value, ranging between 0-16;
<ifname>
is the specific interface
name
Default:
Default offset value is the metric value defined by the system
Command Mode:
Router mode and address-family mode.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# offset-list 1 in 5 vlan 1
1.4.3.26 passive-interface
Command: passive-interface <ifname>
no passive-interface <ifname>
Function:
Set the RIP layer 3 switch blocks RIP broadcast on specified interface, on which the
RIP data packets will only be sent to layer 3 switches configured with neighbor.
Parameter: <ifname>
is the name of specific interface.
Default:
Not configured
Command Mode:
Router mode
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# passive-interface vlan 1
1.4.3.27 recv-buffer-size