Restarting An Is-Is Instance - Cisco Nexus 7000 Series Configuration Manual

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

Advertisement

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 .
You must also remove any IS-IS commands configured in interface mode to completely remove all
Note
configuration for the IS-IS instance.
You can configure the following optional parameters for IS-IS:
Command
distance value
Example:
switch(config-router)# distance 30
log-adjacency-changes
Example:
switch(config-router)#
log-adjacency-changes
lsp-mtu size
Example:
switch(config-router)# lsp-mtu 600
maximum-paths number
Example:
switch(config-router)# maximum-paths 6
reference-bandwidth bandwidth-value {Mbps
| Gbps}
Example:
switch(config-router)# reference-bandwidth
100 Gbps
The following example shows how to create an IS-IS instance in a level 2 area:
switch# config t
switch(config)# router isis Enterprise
switch(config-router)# net 47.0004.004d.0001.0001.0c11.1111.00
switch(config-router)# is-type level 2
switch(config-router)# copy running-config startup-config
To clear neighbor statistics and remove adjacencies, use the following command in router configuration
mode:
Command
clear isis [ instance-tag ] adjacency [* |
system-id | interface ]
Example:
switch(config-if)# clear isis adjacency *

Restarting an IS-IS Instance

You can restart an IS-IS instance. This clears all neighbors for the instance.
To restart an IS-IS instance and remove all associated neighbors, use the following command:
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
9-10
Purpose
Sets the administrative distance for IS-IS. The
range is from 1 to 255. The default is 115. See the
"Administrative Distance" section on page
Sends a system message whenever an IS-IS
neighbor changes state.
Sets the MTU for LSPs in this IS-IS instance. The
range is from 128 to 4352 bytes. The default is
1492.
Configures the maximum number of equal-cost
paths that IS-IS maintains in the route table. The
range is from 1 to 16. The default is 4.
Sets the default reference bandwidth used for
calculating the IS-IS cost metric. The range is from
1 to 4000 Gbps. The default is 40 Gbps.
Purpose
Clears neighbor statistics and removed adjacencies
for this IS-IS instance.
Chapter 9
Configuring IS-IS
1-7.
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents