23 ip ospf mtu-ignore, 24 ip ospf network – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 260

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 260 of 855

Examples

The following example sets a new mtu value when sending OSPF DD packets:
interface eth-0-1
ip ospf mtu 1280


Related Commands

ip ospf mtu-ignore

15.23 ip ospf mtu-ignore

To disable Open Shortest Path First (OSPF) maximum transmission unit (MTU) mismatch detection on
receiving Database Descriptor (DBD) packets, use the ip ospf mtu-ignore command in interface
configuration mode. To reset to default, use the no form of this command.


Command Syntax

ip ospf mtu-ignore
no ip ospf mtu-ignore


Default

OSPF MTU mismatch detection is enabled.


Command Mode

Interface configuration


Usage

OSPF checks whether neighbors are using the same MTU on a common interface. This check is
performed when neighbors exchange DBD packets. If the receiving MTU in the DBD packet is higher
than the IP MTU configured on the incoming interface, OSPF adjacency will not be established.


Examples

The following example disables MTU mismatch detection on receiving DBD packets:
interface eth-0-1
ip ospf mtu-ignore


Related Commands

ip ospf mtu

15.24 ip ospf network

To configure the Open Shortest Path First (OSPF) network type to a type other than the default for a
given medium, use the ip ospf network command in interface configuration mode. To return to the

Advertising