Cisco Nexus 3000 Series Configuration Manual page 232

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Configuring VRFs
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 3 k - d o c f e e d b a c k @ c i s c o . c o m
BEFORE YOU BEGIN
Assign the IP address for an interface after you have configured the interface for a VRF.
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
interface interface-type slot/port
Example:
switch(config)# interface ethernet 1/2
switch(config-if)#
Step 3
vrf member vrf-name
Example:
switch(config-if)# vrf member
RemoteOfficeVRF
Step 4
ip address ip-prefix/length
Example:
switch(config-if)# ip address
192.0.2.1/16
Step 5
show vrf vrf-name interface
interface-type number
Example:
switch(config-vrf)# show vrf Enterprise
interface ethernet 1/2
Step 6
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
9-8
configure terminal
interface interface-type slot/port
vrf member vrf-name
ip-address ip-prefix/length
(Optional) show vrf vrf-name interface interface-type number
(Optional) copy running-config startup-config
Chapter 9
Purpose
Enters configuration mode.
Enters interface configuration mode.
Adds this interface to a VRF.
Configures an IP address for this interface. You must
do this step after you assign this interface to a VRF.
(Optional) Displays VRF information.
(Optional) Saves this configuration change.
Configuring Layer 3 Virtualization

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents