Cisco Cisco Prime Network Services Controller Adaptor for DFA Leaflet

Page of 45
 
 
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 44 of 45 
    ip address $gatewayIpAddress/$netMaskLength tag 12345 
    fabric forwarding mode proxy-gateway 
    no ip redirect 
    no shutdown 
 include profile vrf-common-ES 
end 
 
configure profile vrf-common-ES 
   vrf context $vrfName 
    vni $include_vrfSegmentId 
    rd auto 
    ip route 0.0.0.0/0 $include_serviceNodeIpAddress 
    address-family ipv4 unicast 
     route-target import %BORDER_LEAF_RT 
    route-target both auto 
    address-family ipv6 unicast 
     route-target import %BORDER_LEAF_RT 
     route-target both auto 
    router bgp $asn 
     vrf $vrfName 
      address-family ipv4 unicast 
       redistribute hmm route-map FABRIC-RMAP-REDIST-HOST 
       redistribute direct route-map FABRIC-RMAP-REDIST-SUBNET 
       maximum-paths ibgp 2 
      address-family ipv6 unicast 
       redistribute hmm route-map FABRIC-RMAP-REDIST-HOST 
       redistribute direct route-map FABRIC-RMAP-REDIST-SUBNET 
       maximum-paths ibgp 2 
exit 
defaultNetworkIpv4TfESProfile 
 
config profile defaultNetworkIpv4TfESProfile 
  vlan $vlanId 
   vn-segment $segmentId 
   mode fabricpath 
  interface vlan $vlanId 
    vrf member $vrfName 
    ip address $gatewayIpAddress/$netMaskLength tag 12345 
    fabric forwarding mode anycast-gateway 
    no shutdown 
 include profile vrf-common-ES 
end 
 
configure profile vrf-common-ES