home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Show Page Sections

OSPFv3 Interface Commands

The OSPFv3 interface commands are given in this section.

interfaces <interface> ipv6 ospfv3

Enables OSPFv3 on a specified interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ]
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ]
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ]
interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, refer to Supported Interface Types.
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
					instance-id instance-id {
		}
	}
}

Use this command to enable the OSPFv3 routing protocol on an interface.

Use the set form of this command to enable OSPFv3 on an interface.

Use the delete form of this command to remove all OSPFv3 configuration and disable OSPFv3 on an interface.

Use the show form of this command to display OSPFv3 configuration.

interfaces <interface> ipv6 ospfv3 cost <cost>

Sets the routing cost for OSPFv3 on an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] cost cost
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] cost
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] cost

For details on the default cost of OSPFv3, see the Usage Guidelines.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Supported Interface Types.
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
cost
The link-state metric (OSPFv3 cost) to be advertised in the link-state advertisement (LSA) as the cost of sending packets over the interface. The range is 1 to 65535.
Configuration mode
interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				cost cost
				}
			}
		}
	}
}

Use this command to manually override the default OSPFv3 cost computed by the system for an interface. You can assign only one cost for each interface.

By default, the metric associated with a link is computed as follows:


Cost = 108/bandwidth

The cost of reaching any destination is the sum of the costs of the individual hops. Costs are always rounded to the nearest integer. Costs lower than 1 are rounded up to 1.

OSPF Costs for Common Media Types shows the OSPFv3 costs for some common media types.

Table 1. OSPF Costs for Common Media Types
Media Type OSPF Cost

56 Kbps

1785

64 Kbps

1562

128 Kbps

781

256 Kbps

390

512 Kbps

195

768 Kbps

130

T1 (1.544 Mbps)

64

E1 (2.048 Mbps)

48

4 Mbps Token Ring

6

10 Mbps Ethernet

10

16 Mbps Token Ring

6

T3 (44.736 Mbps)

2

100+ Mbps

1

The values show how OSPFv3 fails to distinguish between interfaces faster than 100 Mbps, for example, between Fast Ethernet (100 Mbps) and Gigabit Ethernet (1000 Mbps) interfaces. If you want to distinguish interfaces equal to or greater than 100 Mbps, you must manually configure the cost of the interface by using this command.

Use the set form of this command to specify the OSPFv3 cost for the interface.

Use the delete form of this command to restore the default cost.

Use the show form of this command to display cost configuration.

interfaces <interface> ipv6 ospfv3 dead-interval <interval>

Sets the OSPFv3 dead interval for an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] instance-id dead-interval interval
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] dead-interval
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] dead-interval

The default for the dead interval is 40 seconds.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
interval
The time, in seconds, that this interface should wait to detect Hello packets from neighboring routers before declaring the neighbor down. The range is 1 to 65535. The default is 40 seconds.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				dead-interval interval
				}
			}
		}
	}
}

Use this command to specify the interval during which an interface should expect a hello packet from its neighbor.

If the dead interval passes without the interface receiving a hello packet from the neighbor, the status of the neighbor is changed to out-of-service, and all associated state is cleared.

The dead interval must be the same for all routers that are to establish two-way communication within a network. If two routers do not agree on these parameters, they do not establish adjacencies and disregard communication from each other.

Use the set form of this command to specify the dead interval.

Use the delete form of this command to restore the default dead interval.

Use the show form of this command to display dead-interval configuration.

interfaces <interface> ipv6 ospfv3 hello-interval <interval>

Sets the interval between OSPFv3 Hello packets on an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] hello-interval interval
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] hello-interval
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] hello-interval

Hello packets are sent every 10 seconds.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
interval
The interval, in seconds, between Hello packets. This value must be the same for all nodes on the network.The range is 1 to 65535. The default is 10.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				hello-interval interval
				}
			}
		}
	}
}

Use this command to set the interval at which OSPFv3 Hello packets are sent for an interface.

A hello packet is an OSPFv3 packet used to detect and maintain relationships with neighbors on the same network (directly connected routers). The greater the interval between Hello packets, the less router traffic occurs, but the longer it takes for topological changes to be detected.

The hello interval must be the same for all routers that are to establish two-way communication within a network. If two routers do not agree on these parameters, they do not establish adjacencies and disregard communication from each other.

Use the set form of this command to set the hello interval.

Use the delete form of this command to restore the default hello interval.

Use the show form of this command to display hello-interval configuration.

interfaces <interface> ipv6 ospfv3 link-lsa-suppression enable

Enables link-lsa-suppression for an instance identifier on an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] link-lsa-suppression enable
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] link-lsa-suppression
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] link-lsa-suppression

By default, the suppression of the origination of the link-LSAs is disabled.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				link-lsa-suppression enable
				}
			}
		}
	}
}

Use this command to suppress the origination of the link-LSAs. If this feature is enabled, and the interface type is not broadcast or Non-Broadcast Multi-Access (NBMA), the router does not originate a link-LSA for the interface.

Use the set form of this command to suppress the origination of the link-LSAs.

Use the delete form of this command to restore the default setting.

Use the show form of this command to display whether link-LSA suppression is enabled.

interfaces <interface> ipv6 ospfv3 mtu-ignore

Disables maximum transmission unit (MTU) mismatch detection on an OSPFv3 interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] mtu-ignore
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] mtu-ignore
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ]

MTU mismatch detection is enabled by default.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
							mtu-ignore
				}
			}
		}
	}
}

Use this command to disable MTU mismatch detection on an OSPFv3 interface.

OSPFv3 sends the MTU of the interface in a database description packet. If the MTUs of OSPFv3 neighbors do not match, they cannot form an OSPFv3 adjacency. MTU mismatch detection detects MTU mismatches and indicates them in the form of a debug message.

MTU mismatch is an important troubleshooting feature. If MTU mismatch is not enabled, MTU mismatches can be detected only by examining the configuration for both interfaces.

MTU mismatches are unavoidable in some network setups and are even part of the normal setup. MTU mismatch detection should be disabled for these networks, so that normal OSPFv3 adjacencies can be formed.

Use the set form of this command to disable MTU mismatch detection.

Use the delete form of this command to re-enable MTU mismatch detection.

Use the show form of this command to display the OSPFv3 configuration.

interfaces <interface> ipv6 ospfv3 neighbor

Configures an IPv6 address for neighbor parameters on an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] neighbor
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] neighbor
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ]
interface
The type of interface.For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
							neighbor
				}
			}
		}
	}
}

Use this command to configure an IPv6 address for neighbor parameters on an interface.

Use the set form of this command to configure an IPv6 address for neighbor parameters.

Use the delete form of this command to remove the neighbor parameters.

Use the show form of this command to display the OSPFv3 configuration.

interfaces <interface> ipv6 ospfv3 network <type>

Specifies the OSPFv3 network type for an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] network [ broadcast | non-broadcast | point-to-multipoint | point-to-point ]
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] network
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] network

The default network type is broadcast.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
type
The OSPFv3 network type of the interface. Supported values are as follows:

broadcast: The interface supports broadcast mode, such as a LAN link.

non-broadcast: The interface does not support broadcast mode.

point-to-multipoint: The interface supports point-to-multipoint mode, such as a Point-to-Point Protocol (PPP) interface or a point-to-point logical interface on Frame Relay.

point-to-point: The interface supports point-to-point mode, such as a Non-Broadcast Multi-Access (NBMA) interface.

The default is broadcast.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				network type
				}
			}
		}
	}
}

Use this command to configure and display the OSPFv3 network type for an interface.

Use the set form of this command to specify the network type.

Use the delete form of this command to remove the network type.

Use the show form of this command to display the network type.

interfaces <interface> ipv6 ospfv3 priority <priority>

Sets the OSPFv3 priority for an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] priority priority
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] priority
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] priority

An OSPFv3 interface has a priority of 1.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
priority
An OSPFv3 router priority for the interface. The range is 0 to 255, for which a router with priority 0 can never become the designated router. The default is 1.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				priority priority
				}
			}
		}
	}
}

Use this command to set the priority for an interface on the broadcast network to which the interface is connected. The priority determines which routers are selected as the Designated Router (DR) and Backup Designated Router (BDR) of the area.

The DR and BDR are used to reduce the amount of traffic in OSPFv3 overhead on broadcast networks, by reducing the number of adjacent routers to which a router must flood its topological information. In broadcast networks (such as Ethernet), each router establishes an adjacency with only the DR and the BDR, rather than with every router in its area. The DR and the BDR then flood this information to all other routers on the network segment.

Priority can range from 0 to 255. In general, the router with the highest priority is elected as the DR, and the router with the second-highest priority is elected as the BDR. The higher the number, the higher the priority.

Routers with a priority of 0 are ineligible for election.

Use the set form of this command to specify the OSPFv3 priority.

Use the delete form of this command to restore the default priority.

Use the show form of this command to display priority configuration.

interfaces <interface> ipv6 ospfv3 retransmit-interval <interval>

Sets the OSPFv3 retransmit interval for an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] retransmit-interval interval
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] retransmit-interval
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] retransmit-interval

Unacknowledged LSAs are retransmitted at five-second intervals.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
interval
The time, in seconds, to wait for an acknowledgement, after which the system retransmits a link-state advertisement (LSA) packet to its neighbors. The range is 3 to 65535. The default is 5.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				retransmit-interval interval
				}
			}
		}
	}
}

Use this command to specify how long an interface waits for an acknowledgment of a link-state update before resending the update.

The link-state update packet is part of the exchange of topology databases between routers. When the initial database description (DD) packet is sent, it contains only the headers of the LSAs. If the receiving router determines that it requires that piece of the OSPFv3 topology, it sends a link-state request packet to request the complete LSA from the sending router.

After the update packet is sent, the sending router waits for an acknowledgement, either implicit or explicit, from the receiving router. In an explicit acknowledgement, the receiving router sends a link-state acknowledge (LS-Ack) packet to the router that sent the update. In an implicit acknowledgement, the router that sent the update receives an LSA from the receiving router that contains the update information.

If the retransmit interval passes with neither an explicit nor an implicit acknowledgement, the sending router retransmits the link-state update packet.

Too high an interval slows network convergence. Too small an interval causes unnecessary retransmission.

Use the set form of this command to set the OSPFv3 retransmit interval for an interface.

Use the delete form of this command to restore the default retransmit interval.

Use the show form of this command to display retransmit interval configuration.

interfaces <interface> ipv6 ospfv3 transmit-delay <delay>

Specifies the OSPFv3 transmit delay for an interface.

set interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] transmit-delay delay
delete interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] transmit-delay
show interfaces interface ipv6 ospfv3 [ process process-id instance-id instance-id ] transmit-delay

Link-state transmits occur at one-second intervals.

interface
The type of interface. For detailed keywords and arguments that can be specified as interface types, see Chapter 5: Supported Interface Types .
process-id
The OSPFv3 process ID. Enter alphanumeric characters.
instance-id
The OSPFv3 instance ID. The range is from 0 to 255.
delay
The delay, in seconds, between link-state transmits. This value must be the same for all nodes on the network. The range is 1 to 65535. The default is 1.

Configuration mode

interfaces interface {
	ipv6 {
		ospfv3 {
			process process-id {
			instance-id instance-id {
				transmit-delay delay
				}
			}
		}
	}
}

Use this command to set the transmit delay for an interface. This delay is the estimated time required to send a link-state update (LSU) packet.

This timer is used to accommodate transmission and propagation delays on the network, particularly on low-speed networks in which delays may be significant. The router increments the age of link-state advertisements (LSA) in LSU packets to account for these delays.

The value includes both the transmission time and the propagation delay across the network. The transmit delay is added to the age of the LSA packet before the LSA is transmitted. The LSA age is used to help the network sequence LSAs, so that it can determine which of competing LSAs is the more recent and trustworthy.

LSAs are numbered in sequence, but the sequence numbers are finite, and so cannot be used as the sole determinant of the most recent LSA. Instead, OSPFv3 also tracks the age of LSAs. Each time an LSA is forwarded to another router, its current age is incremented by the transmit delay. The age of a packet, together with its sequence number, helps the receiving router to determine which version of a received LSA is more recent, and therefore to be used.

Use the set form of this command to set the transmit delay.

Use the delete form of this command to restore the default transmit delay.

Use the show form of this command to display transmit-delay configuration.