Enterasys Networks XSR CLI Router User Manual


 
OSPF Commands
XSR CLI Reference Guide 5-99
ip ospf transmit-delay
Thiscommandsetstheintervalrequiredtotransmitalinkstateupdatepacketonthisinterface.
Syntax
ip ospf transmit-delay seconds
Syntax of the “no” Form
Thenoformofthiscommandsetsthevaluetothedefault.
no ip ospf transmit-delay
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
1second
Example
Thefollowingexamplesetstheintervalrequiredtotransmitalinkstateupdatepacketoninterface
FastEthernet1at20seconds:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip address 172.16.16.1 255.255.255.0
XSR(config-if<F1>)#ip ospf transmit-delay 20
network
ThiscommandidentifiesanddefinesareaIDsforinterfacesOSPFrunson.
Syntax
network address wildcard-mask area area-id
Syntax of the “no” Form
ThenoformofthiscommandremovesOSPFroutingforinterfacesidentifiedbytheaddressand
wildcardmaskparameters:
no network address wildcard-mask area area-id
seconds
Specifiesthetransmitdelay,rangingfrom1to3600seconds.
address
IPaddressofaspecificinterfaceoragroupofinterfacesasafunctionof
thewildcardmask.
wildcard-mask
Invertedmaskthatbeginswith0sandendwith1s.Themostspecific
formatis0.0.0.0,whichmatchesoneaddress.Theleastspecificis
255.255.255.255matchinganyaddress.
area-id
SpecifiestheareaidthattheOSPFaddressrangeislinkedto.Valid
valuesaredecimalvaluesorIPaddresses.