D-Link DXS-3600 Series Cli Reference Manual page 1163

Layer 2/3 managed 10gigabit
Hide thumbs Also See for DXS-3600 Series:
Table of Contents

Advertisement

DXS-3600 Series Layer 3 Managed 10Gigabit Ethernet Switch CLI Reference Guide
Command Default Level
Level: 12.
Usage Guideline
Use this command to specify networks in which routing updates will be sent and received. The interface
that has a subnet defined belonging to a network specified by this command will be activated with RIP.
Example
This example shows how to define RIP as the routing protocol to be used on all interfaces connected to
networks 192.168.70.0/24 and network 10.99.0.0/16.
Switch# configure terminal
Switch(config)# router rip
Switch(config-router)# network 192.168.70.0
Switch(config-router)# network 10.99.0.0
Switch(config-router)#
93-10
passive-interface
This command is used to disable the sending and receiving of routing updates on an interface. Use the
no form of this command to revert to the default setting.
passive-interface {default | INTERFACR-ID}
no passive-interface {default | INTERFACR-ID}
Parameters
default
INTERFACR-ID
Default
By default, this option is disabled.
Command Mode
Router Configuration Mode.
Router Address Family Configuration (RIP) Mode.
Command Default Level
Level: 12.
Usage Guideline
If you disable the sending and receiving of routing updates on an interface, the router will not send and
receive multicast RIP packets out through the interface, however, the RIP packet from other routers
received on this interface continue to be processed.
Example
This example shows how to disable the sending and receiving of routing updates on the interface VLAN 1.
Switch# configure terminal
Switch(config)# router rip
Specifies the global default passive state for all interfaces.
Specifies the interface identifier for setting the passive state. If passive
state of an interface is not specified, it follows the global default
passive state.
1158

Advertisement

Table of Contents
loading

Table of Contents