![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/b/a8/ba8161a1-095d-475c-bff4-8df9b1171e8a/ba8161a1-095d-475c-bff4-8df9b1171e8a-bg16.png)
4-22
Data Center High Availability Clusters Design Guide
OL-12518-01
Chapter 4 FCIP over IP/MPLS Core
Testing Scenarios and Results
Gigabit Ethernet Interface Configuration—PE1
The following sample configuration is for the Gigabit Ethernet interface for PE1 in Figure 4-10.
interface GigabitEthernet0/0/0
ip vrf forwarding storage
ip address 11.11.11.2 255.255.255.0
no ip directed-broadcast
load-interval 30
negotiation auto
VRF Configuration—PE1
The following are the VRF definitions on the PE1(7500-105) router:
ip vrf storage
rd 105:106
route-target export 105:106
route-target import 105:106
!
MP BGP Configuration—PE2
MP-BGP between the two PEs carries the CE routing information. The PE router learns an IP prefix from
a CE router through a BGP session with the CE router.
router bgp 65001
no synchronization
bgp log-neighbor-changes
neighbor 10.200.0.106 remote-as 65001 ⇓Remote PE
neighbor 10.200.0.106 update-source Loopback0
no auto-summary
!
address-family vpnv4
neighbor 10.200.0.106 activate
neighbor 10.200.0.106 send-community extended
exit-address-family
!
address-family ipv4 vrf storage
redistribute connected ⇓redistribute the CE routes onto the storage VRF.
no auto-summary
no synchronization
exit-address-family
!
Gigabit Ethernet Interface Configuration—PE2
The following sample configuration is for the Gigabit Ethernet interface of PE2.
!
interface GigabitEthernet0/0/0
ip vrf forwarding storage
ip address 12.12.12.2 255.255.255.0
no ip directed-broadcast
load-interval 30
negotiation auto
!