Node:OSPF interface, Next:, Previous:OSPF area, Up:OSPFv2



OSPF interface

ip ospf authentication-key AUTH_KEY Interface Command
no ip ospf authentication-key Interface Command
Set OSPF authentication key to a simple password. After setting AUTH_KEY, all OSPF packets are authenticated. AUTH_KEY has length up to 8 chars.

ip ospf message-digest-key KEYID md5 KEY Interface Command
no ip ospf message-digest-key Interface Command
Set OSPF authentication key to a cryptographic password. The cryptographic algorithm is MD5. KEYID identifies secret key used to create the message digest. KEY is the actual message digest key up to 16 chars.

ip ospf cost <1-65535> Interface Command
no ip ospf cost Interface Command
Set link cost for the specified interface. The cost value is set to router-LSA's metric field and used for SPF calculation.

ip ospf dead-interval <1-65535> Interface Command
no ip ospf dead-interval Interface Command
Set number of seconds for RouterDeadInterval timer value used for Wait Timer and Inactivity Timer. This value must be the same for all routers attached to a common network. The default value is 40 seconds.

ip ospf hello-interval <1-65535> Interface Command
no ip ospf hello-interval Interface Command
Set number of seconds for HelloInterval timer value. Setting this value, Hello packet will be sent every timer value seconds on the specified interface. This value must be the same for all routers attached to a common network. The default value is 10 seconds.

ip ospf network (broadcast|non-broadcast|point-to-multipoint|point-to-point) Interface Command
no ip ospf network Interface Command
Set explicitly network type for specifed interface.

ip ospf priority <0-255> Interface Command
no ip ospf priority Interface Command
Set RouterPriority integer value. Setting higher value, router will be more eligible to become Designated Router. Setting the value to 0, router is no longer eligible to Designated Router. The default value is 1.

ip ospf retransmit-interval <1-65535> Interface Command
no ip ospf retransmit interval Interface Command
Set number of seconds for RxmtInterval timer value. This value is used when retransmitting Database Description and Link State Request packets. The default value is 5 seconds.

ip ospf transmit-delay Interface Command
no ip ospf transmit-delay Interface Command
Set number of seconds for InfTransDelay value. LSAs' age should be incremented by this value when transmitting. The default value is 1 seconds.