Configuring Whether To Check The Mtu Value When The Interface Receives The Database Description Packets; Configuring To Prohibit An Interface From Sending The Ospf Interface Parameters - D-Link xStack DGS-3610 Series Configuration Manual

Hide thumbs Also See for xStack DGS-3610 Series:
Table of Contents

Advertisement

DGS-3610 Series Configuration Guide
28.2.15 Configuring whether to check the
MTU value when the interface
receives the database description
packets
When the OSPF receives the database description packet, it will check whether the MTU
interface is the same with its own. If the interface indicated in the received database
description packet has a MTU greater than that of the receiving interface, the neighborhood
relationship cannot be established. In this case, you can disable MTU check as a solution.
To disable the MTU check of an interface, you can execute the following command in the
interface mode;
Command
DGS-3610(config-if)# ip ospf mtu-ignore
By default, the MTU check is enabled.
28.2.16 Configuring to prohibit an interface
from sending the OSPF interface
parameters
To prevent other devices in the network from dynamically learning the route information of
the device , you can set the specified network interface of the device as a passive interface
by using the passive-interface command. This prohibits the OSPF packets from sending at
the interface.
In the privileged mode, you can configure the passive interface by performing the following
steps:
Command
DGS-3610# configure terminal
DGS-3610(config)# router ospf 1
DGS-3610(config-router)# passive-interface
interface-name
DGS-3610(config-router)# passive-interface
default
DGS-3610(config-router)# end
DGS-3610# write
Chapter 28 OSPF Routing Protocol Configuration
Meaning
Configure to not check the MTU value when the
interface receives the database description
packets
Meaning
Enter the global configuration mode.
Enter the routing protocol configuration mode
(currently RIP and OSPF are supported)
(Optional) Set the specified interface as passive
interface.
(Optional) Set all the network interfaces as
passive
Return to the privileged EXEC mode.
Save the configuration.
28-19

Advertisement

Table of Contents
loading

Table of Contents