Wednesday 2 January 2019

CCIE - SP: OSPF & OSPFv3 PE-CPE

PE:

router ospf 21
 vrf CUST2
  redistribute bgp 100
  address-family ipv4
  area 0
   interface GigabitEthernet0/0/0/3
   !
  !
 !
!

router ospfv3 CPE
 vrf CUST2
  redistribute bgp 100
  area 0
   interface GigabitEthernet0/0/0/3
   !
  !
 !
 address-family ipv6
!

CPE:

router ospfv3 1
 !
 address-family ipv6 unicast vrf CUST2
  router-id 6.21.1.1
  capability vrf-lite
 exit-address-family
!
!
router ospf 1 vrf CUST2
 router-id 6.21.1.1
 capability vrf-lite
!
!
interface GigabitEthernet0/1
 vrf forwarding CUST2
 ip address 6.21.1.1 255.255.255.0
 ip ospf 1 area 0
 duplex auto
 speed auto
 media-type rj45
 ipv6 address 2001:DB9::6:21:1:1/122
 ipv6 enable
 ospfv3 1 ipv6 area 0
 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 ...