Cisco Cisco Prime Network Services Controller Adaptor for DFA 产品宣传页

下载
页码 45
 
 
© 2015 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public Information. 
Page 36 of 45 
     
 router bgp 65500 
   vrf ABC:RnD-EXT 
   address-family ipv4 unicast 
   maximum-paths ibgp 2 
   address-family ipv6 unicast 
   maximum-paths ibgp 2 
In addition to the preceding configuration, you need to configure peering with the external service provider edge 
router. In the example here, the customer decided to use the IEEE 802.1Q subinterface with VRF-lite between the 
border leaf and service provider edge router. 
interface E1/32 
   no switchport 
   no shutdown 
 
 interface E1/32.100 
   encapsulation dot1q 100 
   vrf member ABC:RnD-EXT 
   ip address 10.20.10.1/30 
   no shutdown 
 
router bgp 65500 
  vrf ABC:RnD-EXT 
   address-family ipv4 unicast 
     maximum-paths 2 
     maximum-paths ibgp 2 
    neighbor 10.20.10.2 remote-as 350 
      peer-type fabric-external 
      address-family ipv4 unicast 
        send-community both 
Appendix: Configuration Profiles (CLI Configurations) 
Network Autoconfiguration Profile Name and Included Partition Profile 
defaultNetworkIpv4EfProfile 
 
config profile defaultNetworkIpv4EfProfile 
  vlan $vlanId 
   vn-segment $segmentId 
   mode fabricpath 
  interface vlan $vlanId 
   vrf member $vrfName 
   ip address $gatewayIpAddress/$netMaskLength tag 12345 
   ip dhcp relay address $dhcpServerAddr use-vrf management 
   fabric forwarding mode proxy-gateway