Send document comments to nexus7k-docfeedback@cisco.com.
7-35
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 7      Configuring OSPFv3
Configuring Advanced OSPFv3
DETAILED STEPS
Command Purpose
Step 1
config t
Example:
switch# config t
switch(config)#
Enters configuration mode.
Step 2
router ospfv3 
instance-tag
Example:
switch(config)# router ospfv3 201
switch(config-router)#
Creates a new OSPFv3 instance with the configured 
instance tag.
Step 3
timers lsa-arrival 
msec
Example:
switch(config-router)# timers 
lsa-arrival 2000
Sets the LSA arrival time in milliseconds. The range is 
from 10 to 600000. The default is 1000 milliseconds.
Step 4
timers lsa-group-pacing 
seconds
Example:
switch(config-router)# timers 
lsa-group-pacing 2000
Sets the interval in seconds for grouping LSAs. The 
range is from 1 to 1800. The default is 240 seconds.
Step 5
timers throttle lsa 
start-time 
hold-interval max-time
}
Example:
switch(config-router)# timers throttle 
lsa network 350 5000 6000
Sets the rate limit in milliseconds for generating LSAs. 
Youcan configure the following timers:
start-time—The range is from 50 to 5000 milliseconds. 
The default value is 50 milliseconds.
hold-interval—The range is from 50 to 30,000 
milliseconds. The default value is 5000 milliseconds.
max-time—The range is from 50 to 30,000 
milliseconds. The default value is 5000 milliseconds.
Step 6
address-family ipv6 unicast
Example:
switch(config-router)# address-family 
ipv6 unicast
switch(config-router-af)#
Enters IPv6 unicast address family mode. 
Step 7
timers throttle spf 
delay-time
 
hold-time
Example:
switch(config-router)# timers throttle 
spf 3000 2000
Sets the SPF best path schedule initial delay time and 
the minimum hold time in seconds between SPF best 
path calculations. The range is from 1 to 600000. The 
default is no delay time and 5000 millisecond hold 
time.
Step 8
interface 
type
 
slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Enters interface configuration mode.
Step 9
ospfv3 retransmit-interval 
seconds
Example:
switch(config-if)# ospfv3 
retransmit-interval 30
Sets the estimated time in seconds between LSAs 
transmitted from this interface. The range is from 1 to 
65535. The default is 5.