Cisco Nexus 7000 Series Configuration Manual page 197

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Chapter 7
Configuring OSPFv3
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router ospfv3 instance-tag
Example:
switch(config)# router ospfv3 201
switch(config-router)#
Step 3
timers lsa-arrival msec
Example:
switch(config-router)# timers
lsa-arrival 2000
Step 4
timers lsa-group-pacing seconds
Example:
switch(config-router)# timers
lsa-group-pacing 2000
Step 5
timers throttle lsa start-time
hold-interval max-time }
Example:
switch(config-router)# timers throttle
lsa network 350 5000 6000
Step 6
address-family ipv6 unicast
Example:
switch(config-router)# address-family
ipv6 unicast
switch(config-router-af)#
Step 7
timers throttle spf delay-time hold-time
Example:
switch(config-router)# timers throttle
spf 3000 2000
Step 8
interface type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 9
ospfv3 retransmit-interval seconds
Example:
switch(config-if)# ospfv3
retransmit-interval 30
OL-20002-02
Purpose
Enters configuration mode.
Creates a new OSPFv3 instance with the configured
instance tag.
Sets the LSA arrival time in milliseconds. The range is
from 10 to 600000. The default is 1000 milliseconds.
Sets the interval in seconds for grouping LSAs. The
range is from 1 to 1800. The default is 240 seconds.
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.
Enters IPv6 unicast address family mode.
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.
Enters interface configuration mode.
Sets the estimated time in seconds between LSAs
transmitted from this interface. The range is from 1 to
65535. The default is 5.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Advanced OSPFv3
7-35

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents