Configuring Virtualization - Cisco Nexus 7000 Series Configuration Manual

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

Advertisement

Chapter 9
Configuring IS-IS
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 .
5.
6.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router isis instance-tag
Example:
switch(config)# router isis Enterprise
switch(config-router)#
Step 3
graceful-restart
Example:
switch(config-router)# graceful-restart
Step 4
graceful-restart t3 manual time
Example:
switch(config-router)# graceful-restart
t3 manual 300
Step 5
show running-config isis
Example:
switch(config-router)# show
running-config isis
Step 6
copy running-config startup-config
Example:
switch(config-router)# copy
running-config startup-config
The following example shows how to enable a graceful restart:
switch# config t
switch(config)# router isis Enterprise
switch(config-router)# graceful-restart
switch(config-router)# copy running-config startup-config

Configuring Virtualization

You can configure multiple IS-IS instances in each VDC. You can also create multiple VRFs within each
VDC and use the same or multiple IS-IS instances in each VRF. You assign an IS-IS interface to a VRF.
You must configure a NET for the configured VRF.
Configure all other parameters for an interface after you configure the VRF for an interface. Configuring
Note
a VRF for an interface deletes all the configuration for that interface.
OL-20002-02
show running-config isis
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Creates a new IS-IS process with the configured name.
Enables a graceful restart and the graceful restart
helper functionality. Enabled by default.
Configures the graceful restart T3 timer. The range is
from 30 to 65535 seconds. The default is 60.
(Optional) Displays the IS-IS configuration.
(Optional) Saves this configuration change.
Configuring IS-IS
9-23

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents