SlideShare a Scribd company logo
1 of 51
Download to read offline
R H C
TECHNOLOGIES
VRF Case Studies 

Prepared By
Sai Linn Thu
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRFBLUE
VRFGREEN
VRFORANGE
Global
Virtual Routing & Forwarding
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRFBLUE
VRFGREEN
VRFORANGE
Global
Virtual Routing & Forwarding
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Create VRF Configuration
VRFBLUE
VRFGREEN
VRFORANGE
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
configure terminal
ip vrf blue
ip vrf green
ip vrf orange
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware RIP Configuration
VRFBLUE
VRFGREEN
VRFORANGE
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
router rip
version 2
network 4.4.4.0
network 203.81.40.0
no auto-summary
!
router rip
!
address-family ipv4 vrf blue
version 2
network 1.1.1.0
network 10.10.10.0
no auto-summary
exit-address-family
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware EIGRP Configuration
VRFBLUE
VRFGREEN
VRFORANGE
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
router eigrp 10
network 4.4.4.0 0.0.0.255
network 203.81.40.0 0.0.0.255
no auto-summary
!
router eigrp 10
!
address-family ipv4 vrf green autonomous-system 10 
network 2.2.2.0 0.0.0.255
network 172.16.10.0 0.0.0.255
no auto-summary
exit-address-family
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware OSPF Configuration
VRFBLUE
VRFGREEN
VRFORANGE
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
router ospf 1
network 4.4.4.0 0.0.0.255 area 1
network 203.81.40.0 0.0.0.255 area 0
!
router ospf 2 vrf orange
network 3.3.3.0 0.0.0.255 area 1
network 192.168.30.0 0.0.0.255 area 0
exit-address-family
!
R H C
TECHNOLOGIES
VRF aware Static Route
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware Static Route Configuration
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
configure terminal
ip vrf blue
!
configure terminal
ip vrf blue
!
Step 1 - Create VRF ( blue )
R1
 R2
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware Static Route Configuration
VRF
VRF
VRF
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.0/24
200.200.200.0/24
30.30.30.0/24
40.40.40.0/24
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
int f1/0
ip vrf forwarding blue
ip address 10.10.10.1 255.255.255.0
!
int lo0
ip vrf forwarding blue
ip address 1.1.1.1 255.255.255.0
!
int f1/0
ip vrf forwarding blue
ip address 10.10.10.2 255.255.255.0
!
int lo0
ip vrf forwarding blue
ip address 100.100.100.100 255.255.255.0
!
Step 2 – Associate Interfaces into VRF ( blue )
R1
 R2
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware Static Route Configuration
VRF
VRF
VRF
Global
1.1.1.0/24
2.2.2.0/24
3.3.3.0/24
4.4.4.0/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.0/24
200.200.200.0/24
30.30.30.0/24
40.40.40.0/24
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
ip route vrf blue 100.100.100.0 255.255.255.0 10.10.10.2
 ip route vrf blue 1.1.1.0 255.255.255.0 10.10.10.1
Step 3 – Configure Static Route aware VRF ( blue )
R1
 R2
R H C
TECHNOLOGIES
Global Routing ( BGP )
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
f1/0
f2/0
f3/0
f4/0
f1/0

f2/0
f3/0
f4/0
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
configure terminal
hostname R1
!
configure terminal
hostname R2
!
Step 1 – NO VRF Creation required
R1
 R2
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
int f4/0
ip address 203.81.40.1 255.255.255.0
!
int lo3
ip address 4.4.4.4 255.255.255.0
!
int f4/0
ip address 203.81.40.2 255.255.255.0
!
int lo3
ip address 40.40.40.40 255.255.255.0
!
Step 2 – Interface IP Configuration
R1
 R2
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
router bgp 12
neighbor 203.81.40.2 remote-as 12
network 4.4.4.0 mask 255.255.255.0
!
router bgp 12
neighbor 203.81.40.1 remote-as 12
network 40.40.40.0 mask 255.255.255.0
!
Step 3 – Configure BGP
R1
 R2
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
R H C
TECHNOLOGIES
VRF aware BGP
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware BGP Route Configuration
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
configure terminal
ip vrf green
!
configure terminal
ip vrf green
!
Step 1 - Create VRF ( green )
R1
 R2
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware BGP Route Configuration
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
int f2/0
ip vrf forwarding green
ip address 172.16.10.1 255.255.255.0
!
int lo1
ip vrf forwarding green
ip address 2.2.2.2 255.255.255.0
!
int f2/0
ip vrf forwarding green
ip address 172.16.10.2 255.255.255.0
!
int lo1
ip vrf forwarding green
ip address 200.200.200.200 255.255.255.0
!
Step 2 - Associate Interfaces into VRF ( green )
R1
 R2
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
R H C
TECHNOLOGIES
© www.rhctechnologies.com
VRF aware BGP Route Configuration
VRF
VRF
VRF
Global
1.1.1.1/24
2.2.2.2/24
3.3.3.3/24
4.4.4.4/24
10.10.10.0/24
172.16.10.0/24
192.168.30.0/24
203.81.40.0/24
VRF
VRF
VRF
Global
100.100.100.100/24
200.200.200.200/24
30.30.30.30/24
40.40.40.40/24
lo0
lo1
lo2
lo3
lo0
lo1
lo2
lo3
R1
 R2
router bgp 12
address-family ipv4 vrf green
neighbor 172.16.10.2 remote-as 12
neighbor 172.16.10.2 activate
network 2.2.2.0 mask 255.255.255.0
exit-address-family
!
router bgp 12
address-family ipv4 vrf green
neighbor 172.16.10.1 remote-as 12
neighbor 172.16.10.1 activate
network 200.200.200.0 mask 255.255.255.0
exit-address-family
!
Step 3 – Configure BGP aware VRF ( green )
R1
 R2
f1/0
f2/0
f3/0
f4/0
f1/0
f2/0
f3/0
f4/0
R H C
TECHNOLOGIES
VRF-Lite Tunnel + VRF aware BGP/OSPF
Case Study
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
int f1/0
ip address 203.81.40.1 255.255.255.0
!
int lo0
ip address 4.4.4.4 255.255.255.0
!
int f1/0
ip address 203.81.40.2 255.255.255.0
!
int lo0
ip address 40.40.40.40 255.255.255.0
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
router bgp 12
neighbor 203.81.40.2 remote-as 12
network 4.4.4.0 mask 255.255.255.0
!
router bgp 12
neighbor 203.81.40.1 remote-as 12
network 40.40.40.0 mask 255.255.255.0
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
configure terminal
ip vrf RHCYGN
!
configure terminal
ip vrf RHCYGN
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
interface tunnel 12
ip vrf forwarding RHCYGN

ip address 150.1.1.1 255.255.255.0
tunnel source 203.81.40.1
tunnel destination 203.81.40.2
!
int lo1
ip vrf forwarding RHCYGN
ip address 1.1.1.1 255.255.255.0
!
interface tunnel 12
ip vrf forwarding RHCYGN

ip address 150.1.1.2 255.255.255.0
tunnel source 203.81.40.2
tunnel destination 203.81.40.1
!
int lo1
ip vrf forwarding RHCYGN
ip address 2.2.2.2 255.255.255.0
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
router bgp 12
address-family ipv4 vrf RHCYGN
neighbor 150.1.1.2 remote-as 12
neighbor 150.1.1.2 activate
network 1.1.1.0 mask 255.255.255.0
exit-address-family
!
router bgp 12
address-family ipv4 vrf RHCYGN
neighbor 150.1.1.1 remote-as 12
neighbor 150.1.1.1 activate
network 2.2.2.0 mask 255.255.255.0
exit-address-family
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
configure terminal
ip vrf RHCSG
!
configure terminal
ip vrf RHCSG
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
interface tunnel 85
ip vrf forwarding RHCSG
ip address 200.1.1.1 255.255.255.0
tunnel source 203.81.40.1
tunnel destination 203.81.40.2
!
int lo2
ip vrf forwarding RHCSG
ip address 11.11.11.11 255.255.255.0
!
interface tunnel 85
ip vrf forwarding RHCSG
ip address 200.1.1.2 255.255.255.0
tunnel source 203.81.40.2
tunnel destination 203.81.40.1
!
int lo2
ip vrf forwarding RHCSG
ip address 22.22.22.22 255.255.255.0
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
4.4.4.4/24
 203.81.40.0/24
Global
40.40.40.40/24
f1/0
 f1/0
lo0
 lo0
R1
 R2
router ospf 1 vrf RHCSG
network 200.1.1.0 0.0.0.255 area 0
network 11.11.11.0 0.0.0.255 area 0
exit-address-family
!
router ospf 1 vrf RHCSG
network 200.1.1.0 0.0.0.255 area 0
network 22.22.22.0 0.0.0.255 area 0
exit-address-family
!
R1
 R2
Tunnel 12
150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
Tunnel 85
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
R H C
TECHNOLOGIES
VRF-Lite 802.1Q Sub-Interface
Case Study
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f1/0
 f1/0
R1
 R2
configure terminal
ip vrf RHCYGN
!
configure terminal
ip vrf RHCYGN
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
f1/0.10
 f1/0.10
f1/0.20
 f1/0.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f1/0
 F1/0
R1
 R2
interface f1/0
no shutdown
!
Interface 1/0.10
encapsulation dot1Q 10
ip vrf forwarding RHCYGN
ip address 150.1.1.1 255.255.255.0
!
int lo1
ip vrf forwarding RHCYGN
ip address 1.1.1.1 255.255.255.0
!
interface f1/0
no shutdown
!
Interface 1/1.10
encapsulation dot1Q 10
ip vrf forwarding RHCYGN
ip address 150.1.1.2 255.255.255.0
!
int lo1
ip vrf forwarding RHCYGN
ip address 2.2.2.2 255.255.255.0
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
f1/0.10
 F1/0.10
f1/0.20
 F1/0.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f1/0
 F1/0
R1
 R2
router bgp 12
bgp router-id 100.100.100.100
address-family ipv4 vrf RHCYGN
neighbor 150.1.1.2 remote-as 12
neighbor 150.1.1.2 activate
network 1.1.1.0 mask 255.255.255.0
exit-address-family
!
router bgp 12
bgp router-id 200.200.200.200
address-family ipv4 vrf RHCYGN
neighbor 150.1.1.1 remote-as 12
neighbor 150.1.1.1 activate
network 2.2.2.0 mask 255.255.255.0
exit-address-family
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
F1/0.10
 F1/0.10
f1/0.20
 F1/0.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f1/0
 F1/0
R1
 R2
configure terminal
ip vrf RHCSG
!
configure terminal
ip vrf RHCSG
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
f1/0.10
 f1/0.10
f1/0.20
 F1/0.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f1/0
 f1/0
R1
 R2
interface f1/0
no shutdown
!
interface 1/0.20
encapsulation dot1Q 20
ip vrf forwarding RHCSG
ip address 200.1.1.1 255.255.255.0
!
int lo2
ip vrf forwarding RHCSG
ip address 11.11.11.11 255.255.255.0
!
interface f1/0
no shutdown
!
interface 1/0.20
encapsulation dot1Q 20
ip vrf forwarding RHCSG
ip address 200.1.1.2 255.255.255.0
!
int lo2
ip vrf forwarding RHCSG
ip address 22.22.22.22 255.255.255.0
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
f1/0.10
 F1/0.10
f1/0.20
 f1/0.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Global
 Global
f3/0
 f3/1
R1
 R2
router ospf 1 vrf RHCSG
network 200.1.1.0 0.0.0.255 area 0
network 11.11.11.0 0.0.0.255 area 0
exit-address-family
!
router ospf 1 vrf RHCSG
network 200.1.1.0 0.0.0.255 area 0
network 22.22.22.0 0.0.0.255 area 0
exit-address-family
!
R1
 R2

150.1.1.0/24
lo1
lo1
 RHCYGN
 RHCYGN
RHCSG
RHCSG
 lo2
lo2
200.1.1.0/24
1.1.1.1/24
 2.2.2.2/24
11.11.11.11/24
 22.22.22.22/24
f3/0.10
 f3/1.10
f3/0.20
 f3/1.20
encapsulation dot1Q 10
encapsulation dot1Q 20
encapsulation dot1Q <1-4094>
R H C
TECHNOLOGIES
VRF Case Study 01 

Prepared By
Sai Linn Thu
© www.rhctechnologies.com
R H C
TECHNOLOGIES
R2
© www.rhctechnologies.com
R3
R1
R4
R5
VRF Blue
VRF Green
EIGRP 10
OSPF 8
10.1.12.x/30
10.1.12.x/30
192.1.13.x/29
192.1.13.x/29
172.16.14.x/29
172.16.14.x/29
150.15.15.x/29
150.15.15.x/29
lo0 - 4.4.4.4/24
 lo1 - 44.44.44.44/24
lo0 - 5.5.5.5/24
 lo1 - 55.55.55.55/24
lo1 - 22.22.22.22/24
lo0 - 2.2.2.2/24
lo1 - 33.33.33.33/24
lo0 - 3.3.3.3/24
f0/0
 f0/1
f1/0
f1/1
f2/0
f2/1
f3/0
 f3/1
f0/0
 f1/0
f0/0
 f1/0
f0/0
f1/0
f1/0
f0/0
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 1 – Create VRF

R1
configure terminal
ip vrf green
ip vrf blue
!

R2
configure terminal
ip vrf green
ip vrf blue
!

R3
configure terminal
ip vrf green
ip vrf blue
!


R4
configure terminal
ip vrf green
ip vrf blue
!

R5
configure terminal
ip vrf green
ip vrf blue
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 2 – Associates interface into VRF (R1)

 
R1
configure terminal
interface f0/0
ip vrf forwarding green
ip address 172.16.14.1 255.255.255.248
!
interface 1/1
ip vrf forwarding green
ip address 10.1.12.1 255.255.255.252
!
interface 2/1
ip vrf forwarding green
ip address 192.1.13.1 255.255.255.248
!
interface 3/0
ip vrf forwarding green
ip address 150.15.15.1 255.255.255.248
!

 
R1
configure terminal
interface f0/1
ip vrf forwarding blue
ip address 172.16.14.1 255.255.255.248
!
interface 1/0
ip vrf forwarding blue
ip address 10.1.12.1 255.255.255.252
!
interface 2/0
ip vrf forwarding blue
ip address 192.1.13.1 255.255.255.248
!
interface 3/1
ip vrf forwarding blue
ip address 150.15.15.1 255.255.255.248
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 2 – Associates interface into VRF (R2)

 
R2
configure terminal
interface f1/0
ip vrf forwarding green
ip address 10.1.12.2 255.255.255.252
!
interface loopback 0
ip vrf forwarding green
ip address 2.2.2.2 255.255.255.0
!

 
R2
configure terminal
interface f0/0
ip vrf forwarding blue
ip address 10.1.12.2 255.255.255.252
!
interface loopback 1
ip vrf forwarding blue
ip address 22.22.22.22 255.255.255.0
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 2 – Associates interface into VRF (R3)

 
R3
configure terminal
interface f1/0
ip vrf forwarding green
ip address 192.1.13.2 255.255.255.248
!
interface loopback 0
ip vrf forwarding green
ip address 3.3.3.3 255.255.255.0
!

 
R3
configure terminal
interface f0/0
ip vrf forwarding blue
ip address 192.1.13.2 255.255.255.248
!
interface loopback 1
ip vrf forwarding blue
ip address 33.33.33.33 255.255.255.0
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 2 – Associates interface into VRF (R4)

 
R4
configure terminal
interface f0/0
ip vrf forwarding green
ip address 172.16.14.2 255.255.255.248
!
interface loopback 0
ip vrf forwarding green
ip address 4.4.4.4 255.255.255.0
!

 
R4
configure terminal
interface f1/0
ip vrf forwarding blue
ip address 172.16.14.2 255.255.255.248
!
interface loopback 1
ip vrf forwarding blue
ip address 44.44.44.44 255.255.255.0
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 2 – Associates interface into VRF (R5)

 
R5
configure terminal
interface f0/0
ip vrf forwarding green
ip address 150.15.15.2 255.255.255.248
!
interface loopback 0
ip vrf forwarding green
ip address 5.5.5.5 255.255.255.0
!

 
R5
configure terminal
interface f1/0
ip vrf forwarding blue
ip address 150.15.15.2 255.255.255.248
!
interface loopback 1
ip vrf forwarding blue
ip address 55.55.55.55 255.255.255.0
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 3 – Configure OSPF aware VRF ( vrf green )

 
R1
configure terminal
router ospf 8 vrf green
network 10.1.12.0 0.0.0.3 area 0
network 172.16.14.0 0.0.0.7 area 0
network 192.1.13.0 0.0.0.7 area 0
network 150.15.15.0 0.0.0.7 area 0
!

 
R2
configure terminal
router ospf 8 vrf green
network 10.1.12.0 0.0.0.3 area 0
network 2.2.2.0 0.0.0.255 area 0
!

 
R3
configure terminal
router ospf 8 vrf green
network 192.1.13.0 0.0.0.7 area 0
network 3.3.3.0 0.0.0.255 area 0
!

 
R4
configure terminal
router ospf 8 vrf green
network 172.16.14.0 0.0.0.7 area 0
network 4.4.4.0 0.0.0.255 area 0
!

 
R5
configure terminal
router ospf 8 vrf green
network 150.15.15.0 0.0.0.7 area 0
network 5.5.5.0 0.0.0.255 area 0
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Step 3 – Configure EIGRP aware VRF ( vrf blue )

 
R1
router eigrp 10
address-family ipv4 vrf blue
network 10.1.12.0 0.0.0.3
network 172.16.14.0 0.0.0.7
network 192.1.13.0 0.0.0.7
network 150.15.15.0 0.0.0.7
autonomous-system 10 
no auto-summary
!

 
R2
router eigrp 10
address-family ipv4 vrf blue
network 10.1.12.0 0.0.0.3
network 22.22.22.0 0.0.0.255
autonomous-system 10
no auto-summary
!

 
R3
router eigrp 10
address-family ipv4 vrf blue autonomous-system 10 
network 172.16.14.0 0.0.0.7
network 33.33.33.0 0.0.0.255
no auto-summary
!

 
R4
router eigrp 10
address-family ipv4 vrf blue autonomous-system 10 
network 172.16.14.0 0.0.0.7
network 44.44.44.0 0.0.0.255
no auto-summary
!

 
R5
router eigrp 10
address-family ipv4 vrf blue autonomous-system 10
network 150.15.15.0 0.0.0.7
network 55.55.55.0 0.0.0.255
no auto-summary
!
R H C
TECHNOLOGIES
© www.rhctechnologies.com
Verification
#show ip vrf
#show ip route vrf *
#show ip route vrf green
#show ip route vrf blue
#ping vrf green x.x.x.x
#ping vrf blue x.x.x.x
R H C
TECHNOLOGIES
VRF Case Study 02 

Prepared By
Sai Linn Thu
© www.rhctechnologies.com
R H C
TECHNOLOGIES
© www.rhctechnologies.com
CR01
 CR02
Access 01
DS01
 DS02
Access 02
 Access 04
DS01
 DS02
Access 03
VRFBlue
VRFRed
EIGRP 10
OSPF 8
R H C
TECHNOLOGIES
VRF Case Study 03 

Prepared By
Sai Linn Thu
© www.rhctechnologies.com
R H C
TECHNOLOGIES
CSW 01
CSW 02
CSW 03
CSW 04
ASW
01
ASW
02
ASW
03
ASW
04
© www.rhctechnologies.com
© www.rhctechnologies.com
R H C
TECHNOLOGIES
RHC Technologies
#LIKE #FOLLOW #WATCH

More Related Content

What's hot

Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab Cisco Canada
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bullsSwapnil Kapate
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)anilinvns
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic ConfigurationProf. Erwin Globio
 
Etherchannel
EtherchannelEtherchannel
EtherchannelRaj sekar
 
An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)Jasim Alam
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtNam Nguyen
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]APNIC
 
Vlan lab
Vlan labVlan lab
Vlan labtmim8
 

What's hot (20)

Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Segment Routing Lab
Segment Routing Lab Segment Routing Lab
Segment Routing Lab
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
IS-IS vs OSPF
IS-IS vs OSPFIS-IS vs OSPF
IS-IS vs OSPF
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Mpls
MplsMpls
Mpls
 
BGP protocol presentation
BGP protocol  presentationBGP protocol  presentation
BGP protocol presentation
 
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
Day 3 ENHANCED IGRP (EIGRP) AND OPEN SHORTEST PATH FIRST (OSPF)
 
Cisco Router Basic Configuration
Cisco Router Basic ConfigurationCisco Router Basic Configuration
Cisco Router Basic Configuration
 
Bgp tutorial for ISP
Bgp tutorial for ISPBgp tutorial for ISP
Bgp tutorial for ISP
 
Eigrp.ppt
Eigrp.pptEigrp.ppt
Eigrp.ppt
 
Etherchannel
EtherchannelEtherchannel
Etherchannel
 
An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)An Overview of Border Gateway Protocol (BGP)
An Overview of Border Gateway Protocol (BGP)
 
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas SchmidtJuniper SRX Quickstart 12.1R3 by Thomas Schmidt
Juniper SRX Quickstart 12.1R3 by Thomas Schmidt
 
Implementing cisco mpls
Implementing cisco mplsImplementing cisco mpls
Implementing cisco mpls
 
OSPF Basics
OSPF BasicsOSPF Basics
OSPF Basics
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
 
Vlan lab
Vlan labVlan lab
Vlan lab
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
MPLS VPN
MPLS VPNMPLS VPN
MPLS VPN
 

Viewers also liked

BGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBookBGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBookRHC Technologies
 
Introduction to VRF
Introduction to VRF Introduction to VRF
Introduction to VRF John Chavez
 
Variable refrigerant flow systems
Variable refrigerant flow systemsVariable refrigerant flow systems
Variable refrigerant flow systemsVAHAB ABDUL
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookRHC Technologies
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookRHC Technologies
 
VRF Systems comaprison
VRF Systems comaprisonVRF Systems comaprison
VRF Systems comaprisonmusab173
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookRHC Technologies
 
samsung vrf dvm s 2013 sac catalouge
samsung vrf dvm s 2013 sac catalougesamsung vrf dvm s 2013 sac catalouge
samsung vrf dvm s 2013 sac catalougeHaluk TOSUN
 
PM-VRV10YR - 10yrs of VRV in North America (08-15)
PM-VRV10YR - 10yrs of VRV in North America (08-15)PM-VRV10YR - 10yrs of VRV in North America (08-15)
PM-VRV10YR - 10yrs of VRV in North America (08-15)Holly Green
 
EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesJohn Berry
 
Zone Based Policy Firewall
Zone Based Policy FirewallZone Based Policy Firewall
Zone Based Policy Firewallpitt2k
 
Climatizacion airescrollchiller_TRANE
Climatizacion airescrollchiller_TRANEClimatizacion airescrollchiller_TRANE
Climatizacion airescrollchiller_TRANElopexno
 
designofa12kwaircooledwaterchillerwithdrawings
designofa12kwaircooledwaterchillerwithdrawingsdesignofa12kwaircooledwaterchillerwithdrawings
designofa12kwaircooledwaterchillerwithdrawingsSamantha Ayres
 
10 years of Scroll Digital
10 years of Scroll Digital10 years of Scroll Digital
10 years of Scroll DigitalAbhinav Barnwal
 
Catalogue fujitsu vrf
Catalogue fujitsu vrfCatalogue fujitsu vrf
Catalogue fujitsu vrftiger1202
 

Viewers also liked (20)

BGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBookBGP Route Aggregation Lab WorkBook
BGP Route Aggregation Lab WorkBook
 
Introduction to VRF
Introduction to VRF Introduction to VRF
Introduction to VRF
 
Variable refrigerant flow systems
Variable refrigerant flow systemsVariable refrigerant flow systems
Variable refrigerant flow systems
 
VRF system presentation !
VRF system presentation !VRF system presentation !
VRF system presentation !
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBook
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBook
 
IPv6 Basics
IPv6 BasicsIPv6 Basics
IPv6 Basics
 
DMVPN Lab WorkBook
DMVPN Lab WorkBookDMVPN Lab WorkBook
DMVPN Lab WorkBook
 
Comparison between vrv vrf brands &amp; suppliers @ uae market-July 2017-by g...
Comparison between vrv vrf brands &amp; suppliers @ uae market-July 2017-by g...Comparison between vrv vrf brands &amp; suppliers @ uae market-July 2017-by g...
Comparison between vrv vrf brands &amp; suppliers @ uae market-July 2017-by g...
 
VRF Systems comaprison
VRF Systems comaprisonVRF Systems comaprison
VRF Systems comaprison
 
Cisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBookCisco ASA Firewall Lab WorkBook
Cisco ASA Firewall Lab WorkBook
 
samsung vrf dvm s 2013 sac catalouge
samsung vrf dvm s 2013 sac catalougesamsung vrf dvm s 2013 sac catalouge
samsung vrf dvm s 2013 sac catalouge
 
Air conditioning system
Air conditioning systemAir conditioning system
Air conditioning system
 
PM-VRV10YR - 10yrs of VRV in North America (08-15)
PM-VRV10YR - 10yrs of VRV in North America (08-15)PM-VRV10YR - 10yrs of VRV in North America (08-15)
PM-VRV10YR - 10yrs of VRV in North America (08-15)
 
EIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS DifferencesEIGRP NXOS vs IOS Differences
EIGRP NXOS vs IOS Differences
 
Zone Based Policy Firewall
Zone Based Policy FirewallZone Based Policy Firewall
Zone Based Policy Firewall
 
Climatizacion airescrollchiller_TRANE
Climatizacion airescrollchiller_TRANEClimatizacion airescrollchiller_TRANE
Climatizacion airescrollchiller_TRANE
 
designofa12kwaircooledwaterchillerwithdrawings
designofa12kwaircooledwaterchillerwithdrawingsdesignofa12kwaircooledwaterchillerwithdrawings
designofa12kwaircooledwaterchillerwithdrawings
 
10 years of Scroll Digital
10 years of Scroll Digital10 years of Scroll Digital
10 years of Scroll Digital
 
Catalogue fujitsu vrf
Catalogue fujitsu vrfCatalogue fujitsu vrf
Catalogue fujitsu vrf
 

Similar to VRF Lab WorkBook

Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterCumulus Networks
 
Intrdouction to VRF Implementation.pdf
Intrdouction to VRF Implementation.pdfIntrdouction to VRF Implementation.pdf
Intrdouction to VRF Implementation.pdfNesibusami
 
Spoto updated new
Spoto updated newSpoto updated new
Spoto updated newAmolDhoke3
 
MPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf TrafficMPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf Trafficalco
 
PBL1-v1-200e.pptx
PBL1-v1-200e.pptxPBL1-v1-200e.pptx
PBL1-v1-200e.pptxNAIST
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIERNSTRICKS.COM
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...SilvioDias29
 
洛阳市第二中医院网络竣工文档
洛阳市第二中医院网络竣工文档洛阳市第二中医院网络竣工文档
洛阳市第二中医院网络竣工文档zgxworks
 
ACI MultiPod Config Guide
ACI MultiPod Config GuideACI MultiPod Config Guide
ACI MultiPod Config GuideWoo Hyung Choi
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfNesibusami
 
Ipso vrrp troubleshooting
Ipso vrrp troubleshootingIpso vrrp troubleshooting
Ipso vrrp troubleshootingPavan Kumar
 

Similar to VRF Lab WorkBook (20)

BRKCRT-2601.pdf
BRKCRT-2601.pdfBRKCRT-2601.pdf
BRKCRT-2601.pdf
 
Operationalizing VRF in the Data Center
Operationalizing VRF in the Data CenterOperationalizing VRF in the Data Center
Operationalizing VRF in the Data Center
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
 
Intrdouction to VRF Implementation.pdf
Intrdouction to VRF Implementation.pdfIntrdouction to VRF Implementation.pdf
Intrdouction to VRF Implementation.pdf
 
Spoto updated new
Spoto updated newSpoto updated new
Spoto updated new
 
MPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf TrafficMPLS VPN Per Vrf Traffic
MPLS VPN Per Vrf Traffic
 
PBL1-v1-200e.pptx
PBL1-v1-200e.pptxPBL1-v1-200e.pptx
PBL1-v1-200e.pptx
 
CCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updatedCCIE R&S Real Lab Workbbok 2018 updated
CCIE R&S Real Lab Workbbok 2018 updated
 
CCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 ConfigCCIE R&S Real Lab H3 Config
CCIE R&S Real Lab H3 Config
 
CCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 ConfigCCIE R&S Real Lab H1 Config
CCIE R&S Real Lab H1 Config
 
CCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 ConfigCCIE R&S Real Lab H2 Config
CCIE R&S Real Lab H2 Config
 
CCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 ConfigCCIE R&S Real TS-1 Config
CCIE R&S Real TS-1 Config
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 
洛阳市第二中医院网络竣工文档
洛阳市第二中医院网络竣工文档洛阳市第二中医院网络竣工文档
洛阳市第二中医院网络竣工文档
 
Ccie R&S lab_k3
Ccie R&S lab_k3Ccie R&S lab_k3
Ccie R&S lab_k3
 
ACI MultiPod Config Guide
ACI MultiPod Config GuideACI MultiPod Config Guide
ACI MultiPod Config Guide
 
Lab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdfLab- Full IPsec Implementation.pdf
Lab- Full IPsec Implementation.pdf
 
ACI MultiPod 구성
ACI MultiPod 구성ACI MultiPod 구성
ACI MultiPod 구성
 
Ipso vrrp troubleshooting
Ipso vrrp troubleshootingIpso vrrp troubleshooting
Ipso vrrp troubleshooting
 
pforward (2).pdf
pforward (2).pdfpforward (2).pdf
pforward (2).pdf
 

Recently uploaded

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 

VRF Lab WorkBook

  • 1. R H C TECHNOLOGIES VRF Case Studies Prepared By Sai Linn Thu © www.rhctechnologies.com
  • 2. R H C TECHNOLOGIES © www.rhctechnologies.com VRFBLUE VRFGREEN VRFORANGE Global Virtual Routing & Forwarding
  • 3. R H C TECHNOLOGIES © www.rhctechnologies.com VRFBLUE VRFGREEN VRFORANGE Global Virtual Routing & Forwarding 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24
  • 4. R H C TECHNOLOGIES © www.rhctechnologies.com Create VRF Configuration VRFBLUE VRFGREEN VRFORANGE Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 configure terminal ip vrf blue ip vrf green ip vrf orange
  • 5. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware RIP Configuration VRFBLUE VRFGREEN VRFORANGE Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 router rip version 2 network 4.4.4.0 network 203.81.40.0 no auto-summary ! router rip ! address-family ipv4 vrf blue version 2 network 1.1.1.0 network 10.10.10.0 no auto-summary exit-address-family !
  • 6. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware EIGRP Configuration VRFBLUE VRFGREEN VRFORANGE Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 router eigrp 10 network 4.4.4.0 0.0.0.255 network 203.81.40.0 0.0.0.255 no auto-summary ! router eigrp 10 ! address-family ipv4 vrf green autonomous-system 10 network 2.2.2.0 0.0.0.255 network 172.16.10.0 0.0.0.255 no auto-summary exit-address-family !
  • 7. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware OSPF Configuration VRFBLUE VRFGREEN VRFORANGE Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 router ospf 1 network 4.4.4.0 0.0.0.255 area 1 network 203.81.40.0 0.0.0.255 area 0 ! router ospf 2 vrf orange network 3.3.3.0 0.0.0.255 area 1 network 192.168.30.0 0.0.0.255 area 0 exit-address-family !
  • 8. R H C TECHNOLOGIES VRF aware Static Route © www.rhctechnologies.com
  • 9. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware Static Route Configuration VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 configure terminal ip vrf blue ! configure terminal ip vrf blue ! Step 1 - Create VRF ( blue ) R1 R2
  • 10. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware Static Route Configuration VRF VRF VRF Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.0/24 200.200.200.0/24 30.30.30.0/24 40.40.40.0/24 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 int f1/0 ip vrf forwarding blue ip address 10.10.10.1 255.255.255.0 ! int lo0 ip vrf forwarding blue ip address 1.1.1.1 255.255.255.0 ! int f1/0 ip vrf forwarding blue ip address 10.10.10.2 255.255.255.0 ! int lo0 ip vrf forwarding blue ip address 100.100.100.100 255.255.255.0 ! Step 2 – Associate Interfaces into VRF ( blue ) R1 R2
  • 11. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware Static Route Configuration VRF VRF VRF Global 1.1.1.0/24 2.2.2.0/24 3.3.3.0/24 4.4.4.0/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.0/24 200.200.200.0/24 30.30.30.0/24 40.40.40.0/24 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 ip route vrf blue 100.100.100.0 255.255.255.0 10.10.10.2 ip route vrf blue 1.1.1.0 255.255.255.0 10.10.10.1 Step 3 – Configure Static Route aware VRF ( blue ) R1 R2
  • 12. R H C TECHNOLOGIES Global Routing ( BGP ) © www.rhctechnologies.com
  • 13. R H C TECHNOLOGIES © www.rhctechnologies.com VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 configure terminal hostname R1 ! configure terminal hostname R2 ! Step 1 – NO VRF Creation required R1 R2
  • 14. R H C TECHNOLOGIES © www.rhctechnologies.com VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 int f4/0 ip address 203.81.40.1 255.255.255.0 ! int lo3 ip address 4.4.4.4 255.255.255.0 ! int f4/0 ip address 203.81.40.2 255.255.255.0 ! int lo3 ip address 40.40.40.40 255.255.255.0 ! Step 2 – Interface IP Configuration R1 R2 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0
  • 15. R H C TECHNOLOGIES © www.rhctechnologies.com VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 router bgp 12 neighbor 203.81.40.2 remote-as 12 network 4.4.4.0 mask 255.255.255.0 ! router bgp 12 neighbor 203.81.40.1 remote-as 12 network 40.40.40.0 mask 255.255.255.0 ! Step 3 – Configure BGP R1 R2 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0
  • 16. R H C TECHNOLOGIES VRF aware BGP © www.rhctechnologies.com
  • 17. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware BGP Route Configuration VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 configure terminal ip vrf green ! configure terminal ip vrf green ! Step 1 - Create VRF ( green ) R1 R2 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0
  • 18. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware BGP Route Configuration VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 int f2/0 ip vrf forwarding green ip address 172.16.10.1 255.255.255.0 ! int lo1 ip vrf forwarding green ip address 2.2.2.2 255.255.255.0 ! int f2/0 ip vrf forwarding green ip address 172.16.10.2 255.255.255.0 ! int lo1 ip vrf forwarding green ip address 200.200.200.200 255.255.255.0 ! Step 2 - Associate Interfaces into VRF ( green ) R1 R2 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0
  • 19. R H C TECHNOLOGIES © www.rhctechnologies.com VRF aware BGP Route Configuration VRF VRF VRF Global 1.1.1.1/24 2.2.2.2/24 3.3.3.3/24 4.4.4.4/24 10.10.10.0/24 172.16.10.0/24 192.168.30.0/24 203.81.40.0/24 VRF VRF VRF Global 100.100.100.100/24 200.200.200.200/24 30.30.30.30/24 40.40.40.40/24 lo0 lo1 lo2 lo3 lo0 lo1 lo2 lo3 R1 R2 router bgp 12 address-family ipv4 vrf green neighbor 172.16.10.2 remote-as 12 neighbor 172.16.10.2 activate network 2.2.2.0 mask 255.255.255.0 exit-address-family ! router bgp 12 address-family ipv4 vrf green neighbor 172.16.10.1 remote-as 12 neighbor 172.16.10.1 activate network 200.200.200.0 mask 255.255.255.0 exit-address-family ! Step 3 – Configure BGP aware VRF ( green ) R1 R2 f1/0 f2/0 f3/0 f4/0 f1/0 f2/0 f3/0 f4/0
  • 20. R H C TECHNOLOGIES VRF-Lite Tunnel + VRF aware BGP/OSPF Case Study © www.rhctechnologies.com
  • 21. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 int f1/0 ip address 203.81.40.1 255.255.255.0 ! int lo0 ip address 4.4.4.4 255.255.255.0 ! int f1/0 ip address 203.81.40.2 255.255.255.0 ! int lo0 ip address 40.40.40.40 255.255.255.0 ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 22. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 router bgp 12 neighbor 203.81.40.2 remote-as 12 network 4.4.4.0 mask 255.255.255.0 ! router bgp 12 neighbor 203.81.40.1 remote-as 12 network 40.40.40.0 mask 255.255.255.0 ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 23. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 configure terminal ip vrf RHCYGN ! configure terminal ip vrf RHCYGN ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 24. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 interface tunnel 12 ip vrf forwarding RHCYGN
 ip address 150.1.1.1 255.255.255.0 tunnel source 203.81.40.1 tunnel destination 203.81.40.2 ! int lo1 ip vrf forwarding RHCYGN ip address 1.1.1.1 255.255.255.0 ! interface tunnel 12 ip vrf forwarding RHCYGN
 ip address 150.1.1.2 255.255.255.0 tunnel source 203.81.40.2 tunnel destination 203.81.40.1 ! int lo1 ip vrf forwarding RHCYGN ip address 2.2.2.2 255.255.255.0 ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 25. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 router bgp 12 address-family ipv4 vrf RHCYGN neighbor 150.1.1.2 remote-as 12 neighbor 150.1.1.2 activate network 1.1.1.0 mask 255.255.255.0 exit-address-family ! router bgp 12 address-family ipv4 vrf RHCYGN neighbor 150.1.1.1 remote-as 12 neighbor 150.1.1.1 activate network 2.2.2.0 mask 255.255.255.0 exit-address-family ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 26. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 configure terminal ip vrf RHCSG ! configure terminal ip vrf RHCSG ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 27. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 interface tunnel 85 ip vrf forwarding RHCSG ip address 200.1.1.1 255.255.255.0 tunnel source 203.81.40.1 tunnel destination 203.81.40.2 ! int lo2 ip vrf forwarding RHCSG ip address 11.11.11.11 255.255.255.0 ! interface tunnel 85 ip vrf forwarding RHCSG ip address 200.1.1.2 255.255.255.0 tunnel source 203.81.40.2 tunnel destination 203.81.40.1 ! int lo2 ip vrf forwarding RHCSG ip address 22.22.22.22 255.255.255.0 ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 28. R H C TECHNOLOGIES © www.rhctechnologies.com Global 4.4.4.4/24 203.81.40.0/24 Global 40.40.40.40/24 f1/0 f1/0 lo0 lo0 R1 R2 router ospf 1 vrf RHCSG network 200.1.1.0 0.0.0.255 area 0 network 11.11.11.0 0.0.0.255 area 0 exit-address-family ! router ospf 1 vrf RHCSG network 200.1.1.0 0.0.0.255 area 0 network 22.22.22.0 0.0.0.255 area 0 exit-address-family ! R1 R2 Tunnel 12 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 Tunnel 85 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24
  • 29. R H C TECHNOLOGIES VRF-Lite 802.1Q Sub-Interface Case Study © www.rhctechnologies.com
  • 30. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f1/0 f1/0 R1 R2 configure terminal ip vrf RHCYGN ! configure terminal ip vrf RHCYGN ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 f1/0.10 f1/0.10 f1/0.20 f1/0.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 31. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f1/0 F1/0 R1 R2 interface f1/0 no shutdown ! Interface 1/0.10 encapsulation dot1Q 10 ip vrf forwarding RHCYGN ip address 150.1.1.1 255.255.255.0 ! int lo1 ip vrf forwarding RHCYGN ip address 1.1.1.1 255.255.255.0 ! interface f1/0 no shutdown ! Interface 1/1.10 encapsulation dot1Q 10 ip vrf forwarding RHCYGN ip address 150.1.1.2 255.255.255.0 ! int lo1 ip vrf forwarding RHCYGN ip address 2.2.2.2 255.255.255.0 ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 f1/0.10 F1/0.10 f1/0.20 F1/0.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 32. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f1/0 F1/0 R1 R2 router bgp 12 bgp router-id 100.100.100.100 address-family ipv4 vrf RHCYGN neighbor 150.1.1.2 remote-as 12 neighbor 150.1.1.2 activate network 1.1.1.0 mask 255.255.255.0 exit-address-family ! router bgp 12 bgp router-id 200.200.200.200 address-family ipv4 vrf RHCYGN neighbor 150.1.1.1 remote-as 12 neighbor 150.1.1.1 activate network 2.2.2.0 mask 255.255.255.0 exit-address-family ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 F1/0.10 F1/0.10 f1/0.20 F1/0.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 33. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f1/0 F1/0 R1 R2 configure terminal ip vrf RHCSG ! configure terminal ip vrf RHCSG ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 f1/0.10 f1/0.10 f1/0.20 F1/0.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 34. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f1/0 f1/0 R1 R2 interface f1/0 no shutdown ! interface 1/0.20 encapsulation dot1Q 20 ip vrf forwarding RHCSG ip address 200.1.1.1 255.255.255.0 ! int lo2 ip vrf forwarding RHCSG ip address 11.11.11.11 255.255.255.0 ! interface f1/0 no shutdown ! interface 1/0.20 encapsulation dot1Q 20 ip vrf forwarding RHCSG ip address 200.1.1.2 255.255.255.0 ! int lo2 ip vrf forwarding RHCSG ip address 22.22.22.22 255.255.255.0 ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 f1/0.10 F1/0.10 f1/0.20 f1/0.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 35. R H C TECHNOLOGIES © www.rhctechnologies.com Global Global f3/0 f3/1 R1 R2 router ospf 1 vrf RHCSG network 200.1.1.0 0.0.0.255 area 0 network 11.11.11.0 0.0.0.255 area 0 exit-address-family ! router ospf 1 vrf RHCSG network 200.1.1.0 0.0.0.255 area 0 network 22.22.22.0 0.0.0.255 area 0 exit-address-family ! R1 R2 150.1.1.0/24 lo1 lo1 RHCYGN RHCYGN RHCSG RHCSG lo2 lo2 200.1.1.0/24 1.1.1.1/24 2.2.2.2/24 11.11.11.11/24 22.22.22.22/24 f3/0.10 f3/1.10 f3/0.20 f3/1.20 encapsulation dot1Q 10 encapsulation dot1Q 20 encapsulation dot1Q <1-4094>
  • 36. R H C TECHNOLOGIES VRF Case Study 01 Prepared By Sai Linn Thu © www.rhctechnologies.com
  • 37. R H C TECHNOLOGIES R2 © www.rhctechnologies.com R3 R1 R4 R5 VRF Blue VRF Green EIGRP 10 OSPF 8 10.1.12.x/30 10.1.12.x/30 192.1.13.x/29 192.1.13.x/29 172.16.14.x/29 172.16.14.x/29 150.15.15.x/29 150.15.15.x/29 lo0 - 4.4.4.4/24 lo1 - 44.44.44.44/24 lo0 - 5.5.5.5/24 lo1 - 55.55.55.55/24 lo1 - 22.22.22.22/24 lo0 - 2.2.2.2/24 lo1 - 33.33.33.33/24 lo0 - 3.3.3.3/24 f0/0 f0/1 f1/0 f1/1 f2/0 f2/1 f3/0 f3/1 f0/0 f1/0 f0/0 f1/0 f0/0 f1/0 f1/0 f0/0
  • 38. R H C TECHNOLOGIES © www.rhctechnologies.com Step 1 – Create VRF R1 configure terminal ip vrf green ip vrf blue ! R2 configure terminal ip vrf green ip vrf blue ! R3 configure terminal ip vrf green ip vrf blue ! R4 configure terminal ip vrf green ip vrf blue ! R5 configure terminal ip vrf green ip vrf blue !
  • 39. R H C TECHNOLOGIES © www.rhctechnologies.com Step 2 – Associates interface into VRF (R1) R1 configure terminal interface f0/0 ip vrf forwarding green ip address 172.16.14.1 255.255.255.248 ! interface 1/1 ip vrf forwarding green ip address 10.1.12.1 255.255.255.252 ! interface 2/1 ip vrf forwarding green ip address 192.1.13.1 255.255.255.248 ! interface 3/0 ip vrf forwarding green ip address 150.15.15.1 255.255.255.248 ! R1 configure terminal interface f0/1 ip vrf forwarding blue ip address 172.16.14.1 255.255.255.248 ! interface 1/0 ip vrf forwarding blue ip address 10.1.12.1 255.255.255.252 ! interface 2/0 ip vrf forwarding blue ip address 192.1.13.1 255.255.255.248 ! interface 3/1 ip vrf forwarding blue ip address 150.15.15.1 255.255.255.248 !
  • 40. R H C TECHNOLOGIES © www.rhctechnologies.com Step 2 – Associates interface into VRF (R2) R2 configure terminal interface f1/0 ip vrf forwarding green ip address 10.1.12.2 255.255.255.252 ! interface loopback 0 ip vrf forwarding green ip address 2.2.2.2 255.255.255.0 ! R2 configure terminal interface f0/0 ip vrf forwarding blue ip address 10.1.12.2 255.255.255.252 ! interface loopback 1 ip vrf forwarding blue ip address 22.22.22.22 255.255.255.0 !
  • 41. R H C TECHNOLOGIES © www.rhctechnologies.com Step 2 – Associates interface into VRF (R3) R3 configure terminal interface f1/0 ip vrf forwarding green ip address 192.1.13.2 255.255.255.248 ! interface loopback 0 ip vrf forwarding green ip address 3.3.3.3 255.255.255.0 ! R3 configure terminal interface f0/0 ip vrf forwarding blue ip address 192.1.13.2 255.255.255.248 ! interface loopback 1 ip vrf forwarding blue ip address 33.33.33.33 255.255.255.0 !
  • 42. R H C TECHNOLOGIES © www.rhctechnologies.com Step 2 – Associates interface into VRF (R4) R4 configure terminal interface f0/0 ip vrf forwarding green ip address 172.16.14.2 255.255.255.248 ! interface loopback 0 ip vrf forwarding green ip address 4.4.4.4 255.255.255.0 ! R4 configure terminal interface f1/0 ip vrf forwarding blue ip address 172.16.14.2 255.255.255.248 ! interface loopback 1 ip vrf forwarding blue ip address 44.44.44.44 255.255.255.0 !
  • 43. R H C TECHNOLOGIES © www.rhctechnologies.com Step 2 – Associates interface into VRF (R5) R5 configure terminal interface f0/0 ip vrf forwarding green ip address 150.15.15.2 255.255.255.248 ! interface loopback 0 ip vrf forwarding green ip address 5.5.5.5 255.255.255.0 ! R5 configure terminal interface f1/0 ip vrf forwarding blue ip address 150.15.15.2 255.255.255.248 ! interface loopback 1 ip vrf forwarding blue ip address 55.55.55.55 255.255.255.0 !
  • 44. R H C TECHNOLOGIES © www.rhctechnologies.com Step 3 – Configure OSPF aware VRF ( vrf green ) R1 configure terminal router ospf 8 vrf green network 10.1.12.0 0.0.0.3 area 0 network 172.16.14.0 0.0.0.7 area 0 network 192.1.13.0 0.0.0.7 area 0 network 150.15.15.0 0.0.0.7 area 0 ! R2 configure terminal router ospf 8 vrf green network 10.1.12.0 0.0.0.3 area 0 network 2.2.2.0 0.0.0.255 area 0 ! R3 configure terminal router ospf 8 vrf green network 192.1.13.0 0.0.0.7 area 0 network 3.3.3.0 0.0.0.255 area 0 ! R4 configure terminal router ospf 8 vrf green network 172.16.14.0 0.0.0.7 area 0 network 4.4.4.0 0.0.0.255 area 0 ! R5 configure terminal router ospf 8 vrf green network 150.15.15.0 0.0.0.7 area 0 network 5.5.5.0 0.0.0.255 area 0 !
  • 45. R H C TECHNOLOGIES © www.rhctechnologies.com Step 3 – Configure EIGRP aware VRF ( vrf blue ) R1 router eigrp 10 address-family ipv4 vrf blue network 10.1.12.0 0.0.0.3 network 172.16.14.0 0.0.0.7 network 192.1.13.0 0.0.0.7 network 150.15.15.0 0.0.0.7 autonomous-system 10 no auto-summary ! R2 router eigrp 10 address-family ipv4 vrf blue network 10.1.12.0 0.0.0.3 network 22.22.22.0 0.0.0.255 autonomous-system 10 no auto-summary ! R3 router eigrp 10 address-family ipv4 vrf blue autonomous-system 10 network 172.16.14.0 0.0.0.7 network 33.33.33.0 0.0.0.255 no auto-summary ! R4 router eigrp 10 address-family ipv4 vrf blue autonomous-system 10 network 172.16.14.0 0.0.0.7 network 44.44.44.0 0.0.0.255 no auto-summary ! R5 router eigrp 10 address-family ipv4 vrf blue autonomous-system 10 network 150.15.15.0 0.0.0.7 network 55.55.55.0 0.0.0.255 no auto-summary !
  • 46. R H C TECHNOLOGIES © www.rhctechnologies.com Verification #show ip vrf #show ip route vrf * #show ip route vrf green #show ip route vrf blue #ping vrf green x.x.x.x #ping vrf blue x.x.x.x
  • 47. R H C TECHNOLOGIES VRF Case Study 02 Prepared By Sai Linn Thu © www.rhctechnologies.com
  • 48. R H C TECHNOLOGIES © www.rhctechnologies.com CR01 CR02 Access 01 DS01 DS02 Access 02 Access 04 DS01 DS02 Access 03 VRFBlue VRFRed EIGRP 10 OSPF 8
  • 49. R H C TECHNOLOGIES VRF Case Study 03 Prepared By Sai Linn Thu © www.rhctechnologies.com
  • 50. R H C TECHNOLOGIES CSW 01 CSW 02 CSW 03 CSW 04 ASW 01 ASW 02 ASW 03 ASW 04 © www.rhctechnologies.com
  • 51. © www.rhctechnologies.com R H C TECHNOLOGIES RHC Technologies #LIKE #FOLLOW #WATCH