Cisco Nexus 7000 Series Configuration Manual page 82

Nx-os vxlan
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

DCI Auto-Configuration Scenario
member vni $include_vrfSegmentId associate-vrf
configure terminal
* If the core-facing WAN uses the same RT value, add the following route-targets to simplify the manual
Note
configuration.
route-target import $include_client_import_ipv4_bgpRT_1
route-target export $include_client_export_ipv4_bgpRT_1
route-target import $include_client_import_ipv4_bgpRT_2
route-target export $include_client_export_ipv4_bgpRT_2
.......
# MPLS L3VPN Universal profile
configure profile defaultNetworkMplsL3vpnDcProfile
ipp tenant $vrfName $client_id
include profile any
end
# MT Full VRF tenant profile
configure profile vrf-tenant-profile
vni $vrfSegmentId
bridge-domain $bridgeDomainId
member vni $vrfSegmentId
interface bdi $bridgeDomainId
vrf member $vrfName
ip forward
no ip redirects
ipv6 forward
no ipv6 redirects
no shutdown
end
3) Instantiating an OpFlex framework to an ACI fabric is manually configured as follows:
# Enable IPP feature
feature ipp
# Add ipp owned global configuration
ipp
profile-map profile defaultNetworkMplsL3vpnDcProfile include-profile
vrf-common-mpls-l3vpn-dc-edge
local-vtep nve 1
bgp-as 100
identity 11.1.1.1
# Configure to allocate bridge-domain assignments
system bridge-domain 100-3000
system fabric bridge-domain 2000-3000
# Add fabric forwarding configuration for the auto-config
feature-set fabric
feature fabric forwarding
# 'border' enables bgp evpn to work
fabric forwarding switch-role dci-node border
# timers are used to cleanup and remove recovered configurations
fabric database timer cleanup 5
fabric database timer recovery 15
# DCI Setup infra connectivity to OpFlex (interfaces are fabric facing)
interface e3/1.1
no shutdown
encapsulation dot1q 4
ip address 10.1.1.1/24
ip ospf network point-to-point
ip router ospf 100 area 0.0.0.100
# Add IPP owned per ACI/OpFlex instance configuration
ipp
Cisco Nexus 7000 Series NX-OS VXLAN Configuration Guide
74
Configuring ACI WAN Interconnect

Advertisement

Table of Contents
loading

Table of Contents