Cisco Nexus 3000 Series Configuration Manual page 98

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 Advanced OSPFv2
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
4.
5.
6.
7.
8.
9.
10.
11.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Step 2
vrf context vrf-name
Example:
switch(config)# vrf context
RemoteOfficeVRF
switch(config-vrf)#
Step 3
router ospf instance-tag
Example:
switch(config-vrf)# router ospf 201
switch(config-router)#
Step 4
vrf vrf-name
Example:
switch(config-router)# vrf
RemoteOfficeVRF
switch(config-router-vrf)#
Step 5
maximum-paths paths
Example:
switch(config-router-vrf)# maximum-paths
4
Step 6
interface interface-type slot/port
Example:
switch(config-router-vrf)# interface
ethernet 1/2
switch(config-if)#
Step 7
no switchport
Example:
switch(config-if)# no switchport
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
3-40
vrf vrf-name
maximum-paths paths
interface interface-type slot/port
no switchport
vrf member vrf-name
ip-address ip-prefix/length
ip router ospf instance-tag area area-id
(Optional) copy running-config startup-config
Purpose
Enters configuration mode.
Creates a new VRF and enters VRF configuration
mode.
Creates a new OSPFv2 instance with the configured
instance tag.
Enters VRF configuration mode.
(Optional) Configures the maximum number of equal
OSPFv2 paths to a destination in the route table for this
VRF. Used for load balancing.
Enters interface configuration mode.
Configures the interface as a Layer 3 routed interface.
Chapter 3
Configuring OSPFv2

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents