OSPF Commands
©2008 Allied Telesis Inc. All rights reserved.
30.34
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
ip ospf mtu-ignore
Use this command to configure OSPF so that it does not check the MTU size during DD
(Database Description) exchange.
By default, during DD exchange process, OSPF checks the MTU size described in 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.
Use the
no
parameter with this command to make sure that OSPF checks MTU size during
DD exchange.
Syntax
ip ospf [<ip_address>] mtu-ignore
no ip ospf [<ip_address>] mtu-ignore
Mode
Interface mode
Examples
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-router)#
ip ospf mtu-ignore
Parameter
Description
<ip_address>
IPv4 address of the interface, in dotted decimal notation.