Send document comments to nexus7k-docfeedback@cisco.com.
9-25
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
OL-20002-02
Chapter 9      Configuring IS-IS
Configuring IS-IS
Step 5
vrf 
vrf-name
Example:
switch(config-router)# vrf 
RemoteOfficeVRF
switch(config-router-vrf)#
(Optional) Enters VRF configuration mode.
Step 6
net 
network-entity-title
Example:
switch(config-router-vrf)# net 
47.0004.004d.0001.0001.0c11.1111.00
Configures the NET for this IS-IS instance.
Step 7
exit
Example:
switch(config-router-vrf)# exit
switch(config-router)#
Exits router VRF configuration mode.
Step 8
interface ethernet 
slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Enters interface configuration mode.
Step 9
vrf member 
vrf-name
Example:
switch(config-if)# vrf member 
RemoteOfficeVRF
Adds this interface to a VRF.
Step 10
ip address 
ip-prefix/length
Example:
switch(config-if)# ip address 
192.0.2.1/16
Configures an IP address for this interface. You must 
do this step after you assign this interface to a VRF.
Step 11
ip router isis 
instance-tag
Example:
switch(config-if)# ip router isis 
Enterprise
Associates this IPv4 interface with an IS-IS instance.
Step 12
show isis [vrf 
vrf-name
] [
instance-tag
] 
interface [
interface-type slot/port
]
Example:
switch(config-if)# show isis Enterprise 
ethernet 1/2
(Optional) Displays IS-IS information for an interface. 
in a VRF.
Step 13
copy running-config startup-config
Example:
switch(config-if)# copy running-config 
startup-config
(Optional) Saves this configuration change.
Command Purpose