Wednesday 2 January 2019

CCIE - SP: EIGRP PE-CPE

PE:

router eigrp CPE
 vrf CUST1
  address-family ipv4
   autonomous-system 1
   redistribute bgp 100
   interface GigabitEthernet0/0/0/2
   !
  !
  address-family ipv6
   autonomous-system 1
   redistribute bgp 100
   interface GigabitEthernet0/0/0/2

router bgp 100
vrf CUST1
  rd 1.0.0.132:1
  address-family ipv4 unicast
   redistribute connected
   redistribute eigrp 1
  !
  address-family ipv6 unicast
   redistribute connected
   redistribute eigrp 1

CPE:

router eigrp 1
 network 0.0.0.0
 passive-interface Loopback0
!
ipv6 router eigrp 1
 passive-interface Loopback0
!
interface GigabitEthernet0/1
 ip address 5.11.1.1 255.255.255.0
 duplex auto
 speed auto
 media-type rj45
 ipv6 address 2001:DB9::5:11:1:1/122
 ipv6 eigrp 1
 no cdp enable
end



1.1 Switched campus 1.1.a Switch administration 1.1.a i Managing MAC address table Show Commands: Switch#show mac address-table ?   address ...