Send document comments to nexus7k-docfeedback@cisco.com.
7-18
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 7 Configuring OSPFv3
Configuring Basic OSPFv3
You can configure the following optional parameters for OSPFv3 in interface configuration mode:
Step 3
ipv6 address
ipv6-prefix/length
Example:
switch(config-if)# ipv6 address
2001:0DB8::1/48
Assigns an IPv6 address to this interface.
Step 4
ipv6 router ospfv3
instance-tag
area
area-id
[secondaries none]
Example:
switch(config-if)# ipv6 router ospfv3
201 area 0
Adds the interface to the OSPFv3 instance and area.
Step 5
show ipv6 ospfv3
instance-tag
interface
interface-type
slot/port
Example:
switch(config-if)# show ipv6 ospfv3 201
interface ethernet 1/2
(Optional) Displays OSPFv3 information.
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.
Command Purpose
Command Purpose
ospfv3 cost
number
Example:
switch(config-if)# ospfv3 cost 25
Configures the OSPFv3 cost metric for this
interface. The default is to calculate cost metric,
based on reference bandwidth and interface
bandwidth. The range is from 1 to 65535.
ospfv3 dead-interval
seconds
Example:
switch(config-if)# ospfv3 dead-interval 50
Configures the OSPFv3 dead interval, in seconds.
The range is from 1 to 65535. The default is four
times the hello interval, in seconds.
ospfv3 hello-interval
seconds
Example:
switch(config-if)# ospfv3 hello-interval
25
Configures the OSPFv3 hello interval, in seconds.
The range is from 1 to 65535. The default is 10
seconds.
ospfv3 instance
instance
Example:
switch(config-if)# ospfv3 instance 25
Configures the OSPFv3 instance ID. The range is
from 0 to 255. The default is 0. The instance ID is
link-local in scope.
ospfv3 mtu-ignore
Example:
switch(config-if)# ospfv3 mtu-ignore
Configures OSPFv3 to ignore any IP maximum
transmission unit (MTU) mismatch with a
neighbor. The default is to not establish adjacency
if the neighbor MTU does not match the local
interface MTU.
ospfv3 network {broadcast | point-point}
Example:
switch(config-if)# ospfv3 network
broadcast
Sets the OSPFv3 network type.