Switch User Manual
ipv6 ospf network
SecureStack C3 Configuration Guide 25-25
Defaults
Bydefault,MTUmismatchdetectionisenabled.
Mode
Routerinterfaceconfiguration:C3(su)‐>router(Config‐if(Vlan1))#
Usage
OSPFDatabaseDescriptionpacketsspecifythesizeofthelargestIPpacketthatcanbesent
withoutfragmentationontheinterface.WhenarouterreceivesaDatabaseDescriptionpacket,it
examinestheMTUadvertisedbytheneighbor.Bydefault,iftheMTUislargerthantheroutercan
accept,theDatabase
DescriptionpacketisrejectedandtheOSPFadjacencyisnotestablished.
UsethiscommandtopreventtheOSPFv3routerprocessfromcheckingwhetherneighborsare
usingthesamemaximumtransmissionunit(MTU)onacommoninterfa c ewhenexchanging
DatabaseDescriptionpackets.
UsethenoformofthiscommandtoenableMTU
mismatchdetection.
Example
ThisexampledisablesMTUmismatchdetectiononrouterinterfaceVLAN7.
C3(su)->router(Config)# interface vlan 7
C3(su)->router(Config-if(Vlan 7))# ipv6 ospf mtu-ignore
ipv6 ospf network
ThiscommandchangesthedefaultOSPFv3networktypefortherouterinterface.
Syntax
ipv6 ospf network {broadcast | point-to-point}
no ipv6 ospf network {broadcast | point-to-point}
Parameters
Defaults
Defaultnetworktypeisbroadcast.
Mode
Routerinterfaceconfiguration:C3(su)‐>router(Config‐if(Vlan1))#
Usage
Normally,thenetworktypeisdeterminedfromthephysicalIPnetworktype.Bydefault,all
EthernetnetworksareOSPFv3 typebroadcast.Similarly,tunnelinterfacesdefaulttopoint‐to‐
point.WhenanEthernetportisusedasasinglelargebandwidthIPnetworkbetweentworouters,
thenetworktypecanbepoint
‐to‐pointsincethereareonlytworouters.Usingpoint ‐to‐pointas
thenetworktypeeliminatestheoverheadoftheOSPFv3designatedrouterelection.Itisnormally
notusefultosetatunnel toOSPFv3networktypebroadcast.
broadcast Setsthenetworktypetobroadcast.
point‐to‐point Setsthenetwork
typetopoint‐to‐point.