Tuesday, January 3, 2017

CCIE SPv4 - MPLS L3 VPN - VRF Lite - EIGRP and EIGRPv6

Software versions:
IOS XE 15.5
IOS XR 5.3

The topology for this demo:
This post will cover EIGRP in a VRF Lite environment. Like OSPF, EIGRP has full support for VRF Lite for both AFIs. I use named mode which is the only way IPv6 EIGRP is supported in our version of IOS. 

R1
router eigrp SP_CCIE

 !
 address-family ipv4 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
  network 0.0.0.0
 exit-address-family
router eigrp CCIE
 !
 address-family ipv6 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
 exit-address-family


XR5
router eigrp CCIE
 vrf CCIE
  address-family ipv4
   autonomous-system 1
   interface Loopback100
   !
   interface GigabitEthernet0/0/0/0.100
   !
   interface GigabitEthernet0/0/0/0.101
   !
  !
  address-family ipv6
   autonomous-system 1
   interface Loopback100
   !
   interface GigabitEthernet0/0/0/0.100
   !
   interface GigabitEthernet0/0/0/0.101


R4
router eigrp SP_CCIE
 !
 address-family ipv4 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
  network 0.0.0.0
 exit-address-family
router eigrp CCIE
 !
 address-family ipv6 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
 exit-address-family


R3
router eigrp SP_CCIE
 !
 address-family ipv4 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
  network 0.0.0.0
 exit-address-family
router eigrp CCIE
 !
 address-family ipv6 unicast vrf CCIE autonomous-system 1
  !
  topology base
  exit-af-topology
 exit-address-family


Since we are running AFI aware EIGRP with named mode in IOS and specific to VRF Lite, we have the ability to get specific with our verification.

R1#sh eigrp address-family ipv4 vrf CCIE interfaces
EIGRP-IPv4 VR(SP_CCIE) Address-Family Interfaces for AS(1)
           VRF(CCIE)
                              Xmit Queue   PeerQ        Mean   Pacing Time   Multicast    Pending
Interface              Peers  Un/Reliable  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
Gi1.100                  1        0/0       0/0          16       0/0           68           0
Lo100                    0        0/0       0/0           0       0/0            0           0

R1#sh eigrp address-family ipv6 vrf CCIE interfaces
EIGRP-IPv6 VR(CCIE) Address-Family Interfaces for AS(1)
           VRF(CCIE)
                              Xmit Queue   PeerQ        Mean   Pacing Time   Multicast    Pending
Interface              Peers  Un/Reliable  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
Gi1.100                  1        0/0       0/0          21       0/0           88           0
Lo100                    0        0/0       0/0           0       0/0            0           0

We can see that R1 is peered to XR5.


RP/0/0/CPU0:XR5#sh eigrp vrf CCIE interfaces
Wed Jan  4 00:10:43.620 UTC

IPv4-EIGRP VR(CCIE) interfaces for AS(1) VRF CCIE

                        Xmit Queue   Mean   Pacing Time   Multicast    Pending
Interface        Peers  Un/Reliable  SRTT   Un/Reliable   Flow Timer   Routes
Gi0/0/0/0.100      1        0/0        12       0/10          60           0
Gi0/0/0/0.101      1        0/0         1       0/10          50           0
Lo100              0        0/0         0     640/640          0           0


RP/0/0/CPU0:XR5#sh eigrp vrf CCIE ipv4 neighbors
Wed Jan  4 00:10:59.129 UTC

IPv4-EIGRP VR(CCIE) Neighbors for AS(1) VRF CCIE

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   192.168.15.1            Gi0/0/0/0.100     12 00:38:48   12   200  0  4
0   192.168.45.4            Gi0/0/0/0.101     11 00:38:51    1   200  0  9

RP/0/0/CPU0:XR5#sh eigrp vrf CCIE ipv6 neighbors
Wed Jan  4 00:11:02.439 UTC

IPv6-EIGRP VR(CCIE) Neighbors for AS(1) VRF CCIE

H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
1   Link Local Address:     Gi0/0/0/0.100     11 00:38:51    1   200  0  4
    fe80::20c:29ff:fe99:7e94
0   Link Local Address:     Gi0/0/0/0.101     11 00:38:51    1   200  0  8
    fe80::20c:29ff:fe88:6f18


R1#sh ip route vrf CCIE eigrp | b Gateway
Gateway of last resort is not set

      100.0.0.0/32 is subnetted, 4 subnets
D        100.100.100.3
           [90/21120] via 192.168.15.15, 00:40:12, GigabitEthernet1.100
D        100.100.100.4
           [90/16000] via 192.168.15.15, 00:40:12, GigabitEthernet1.100
D        100.100.100.15
           [90/10752] via 192.168.15.15, 00:40:29, GigabitEthernet1.100
D     192.168.34.0/24
           [90/20480] via 192.168.15.15, 00:40:12, GigabitEthernet1.100
D     192.168.45.0/24
           [90/15360] via 192.168.15.15, 00:40:29, GigabitEthernet1.100

R1#sh ipv6 route vrf CCIE eigrp
IPv6 Routing Table - CCIE - 9 entries
D   2100:34::/64 [90/20480]
     via FE80::20C:29FF:FEB7:44DF, GigabitEthernet1.100
D   2100:45::/64 [90/15360]
     via FE80::20C:29FF:FEB7:44DF, GigabitEthernet1.100
D   FC00::3/128 [90/21120]
     via FE80::20C:29FF:FEB7:44DF, GigabitEthernet1.100
D   FC00::4/128 [90/16000]
     via FE80::20C:29FF:FEB7:44DF, GigabitEthernet1.100
D   FC00::15/128 [90/10752]
     via FE80::20C:29FF:FEB7:44DF, GigabitEthernet1.100

We have a functional network now. 

Thanks for stopping by!
Rob Riker, CCIE #50693


No comments:

Post a Comment