Download Print this page

Cisco OL-12518-01 Supplementary Manual page 22

Fcip over ip/mpls core

Advertisement

Testing Scenarios and Results
Gigabit Ethernet Interface Configuration—PE1
The following sample configuration is for the Gigabit Ethernet interface for PE1 in
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
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
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
!
Data Center High Availability Clusters Design Guide
4-22
⇓Remote PE
⇓redistribute the CE routes onto the storage VRF.
Chapter 4
FCIP over IP/MPLS Core
Figure
4-10.
OL-12518-01

Advertisement

loading