C613-50170-01 Rev B
Command Reference for x510 Series
1015
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
IP
OSPF
MTU
-
IGNORE
ip ospf mtu-ignore
Overview
Use this command to configure OSPF so that OSPF does not check the MTU size
during DD (Database Description) exchange.
Use the
no
variant of this command to make sure that OSPF checks the MTU size
during DD exchange.
Syntax
ip ospf [<
ip-address
>] mtu-ignore
no ip ospf [<
ip-address
>] mtu-ignore
Mode
Interface Configuration for a VLAN interface.
Usage
By default, during the DD exchange process, OSPF checks the MTU size described
in the DD packets received from the neighbor. If the MTU size does not match the
interface MTU, the neighbor adjacency is not established. Using this command
makes OSPF ignore this check and allows establishing of adjacency regardless of
MTU size in the DD packet.
Example
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip ospf mtu-ignore
Parameter
Description
<
ip-address
>
IPv4 address of the interface, in dotted decimal notation.