ip ospf¶
Note
requires a Product License.
OSPF configuration.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
area¶
OSPF area ID.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# area AREA
| 
 | Description | 
|---|---|
| 
 | No description. | 
| 
 | An IPv4 address. | 
authentication¶
Enable authentication on this interface.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# authentication AUTHENTICATION
| 
 | Description | 
|---|---|
| 
 | Use simple authentication. | 
| 
 | Use message-digest authentication. | 
| 
 | Use null authentication. | 
cost¶
Interface cost.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# cost <1-65535>
hello-interval¶
Time between HELLO packets (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# hello-interval <1-65535>
mtu-ignore¶
If true, disable MTU mismatch detection on this interface.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# mtu-ignore true|false
priority¶
Router priority.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# priority <0-255>
retransmit-interval¶
Time between retransmitting lost link state advertisements (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# retransmit-interval <3-65535>
transmit-delay¶
Link state transmit delay (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# transmit-delay <1-65535>
network¶
Network type.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# network NETWORK
| 
 | Description | 
|---|---|
| 
 | Specify OSPF broadcast multi-access network. | 
| 
 | Specify OSPF NBMA network. | 
| 
 | Specify OSPF point-to-multipoint network. | 
| 
 | Specify OSPF point-to-point network. | 
- Default value
- broadcast
message-digest-key¶
Message digest authentication password (key).
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# message-digest-key <1-255> md5 MD5
| 
 | Key ID. | 
dead-interval¶
Interval time after which a neighbor is declared down.
vsr running config# vrf <vrf> routing interface <interface> ip ospf
vsr running ospf# dead-interval seconds <1-65535> \
...   minimal hello-multiplier <1-10>
address¶
Specific configuration per IP address.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
| 
 | An IPv4 address. | 
area¶
OSPF area ID.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># area AREA
| 
 | Description | 
|---|---|
| 
 | No description. | 
| 
 | An IPv4 address. | 
authentication¶
Enable authentication on this interface.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># authentication AUTHENTICATION
| 
 | Description | 
|---|---|
| 
 | Use simple authentication. | 
| 
 | Use message-digest authentication. | 
| 
 | Use null authentication. | 
authentication-key (hidden)¶
Authentication key.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># authentication-key AUTHENTICATION-KEY
| 
 | Description | 
|---|---|
| 
 | A secret text leaf, that will be ciphered if a master key is set. | 
| 
 | No description. | 
cost¶
Interface cost.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># cost <1-65535>
hello-interval¶
Time between HELLO packets (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># hello-interval <1-65535>
mtu-ignore¶
If true, disable MTU mismatch detection on this interface.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># mtu-ignore true|false
priority¶
Router priority.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># priority <0-255>
retransmit-interval¶
Time between retransmitting lost link state advertisements (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># retransmit-interval <3-65535>
transmit-delay¶
Link state transmit delay (seconds).
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># transmit-delay <1-65535>
message-digest-key¶
Message digest authentication password (key).
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># message-digest-key <1-255> md5 MD5
| 
 | Key ID. | 
md5 (mandatory) (hidden)¶
The OSPF password (key).
md5 MD5
| 
 | Description | 
|---|---|
| 
 | A secret text leaf, that will be ciphered if a master key is set. | 
| 
 | No description. | 
dead-interval¶
Interval time after which a neighbor is declared down.
vsr running config# vrf <vrf> routing interface <interface> ip ospf address <address>
vsr running address <address># dead-interval seconds <1-65535> \
...   minimal hello-multiplier <1-10>