!
! Last configuration change at 09:40:16 UTC Tue Feb 2 2021
!
version 16.6
service timestamps debug datetime msec
service timestamps log datetime msec
platform qfp utilization monitor load 80
no platform punt-keepalive disable-kernel-core
platform console serial
!
hostname PE2
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
ip vrf CUSTOMER_1
 description Customer_1_VRF
 rd 600:1
 vpn id 600:1
 route-target export 600:1
 route-target import 600:1
 route-target import 500:1
!
!
!
!
!
!
!
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
subscriber templating
! 
! 
! 
! 
!
mpls label range 60100 60199
!
!
multilink bundle-name authenticated
!
!
!
!
!
crypto pki trustpoint TP-self-signed-3581273955
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-3581273955
 revocation-check none
 rsakeypair TP-self-signed-3581273955
!
!
crypto pki certificate chain TP-self-signed-3581273955
!
!
!
!
!
!
!
!
!
license udi pid CSR1000V sn 9PCIMQ0YXGC
diagnostic bootup level minimal
spanning-tree extend system-id
!
!
!
!
redundancy
!
!
!
!
!
!
! 
!
!
!
!
!
!
!
!
!
!
!
!
! 
! 
!
!
interface Loopback0
 no shutdown
 ip address 11.11.11.11 255.255.255.255
!
interface GigabitEthernet1
 no shutdown
 description Link to CE2
 ip vrf forwarding CUSTOMER_1
 ip address 172.30.1.13 255.255.255.252
 negotiation auto
 no mop enabled
 no mop sysid
!
interface GigabitEthernet2
 no shutdown
 no ip address
 shutdown
 negotiation auto
 no mop enabled
 no mop sysid
!
interface GigabitEthernet3
 no shutdown
 description link to P2
 ip address 10.20.14.1 255.255.255.0
 ip router isis LAB
 negotiation auto
 mpls ip
 no mop enabled
 no mop sysid
 isis circuit-type level-2-only
!
interface GigabitEthernet4
 no shutdown
 no ip address
 shutdown
 negotiation auto
 no mop enabled
 no mop sysid
!
router isis LAB
 net 49.0600.1111.1111.1111.00
 is-type level-2-only
 metric-style narrow
 passive-interface Loopback0
!
router bgp 600
 bgp log-neighbor-changes
 no bgp default ipv4-unicast
 neighbor 33.33.33.33 remote-as 600
 neighbor 33.33.33.33 update-source Loopback0
 !
 address-family ipv4
  redistribute connected
  redistribute static
  neighbor 33.33.33.33 activate
  neighbor 33.33.33.33 send-label
 exit-address-family
 !
 address-family vpnv4
  neighbor 33.33.33.33 activate
  neighbor 33.33.33.33 send-community extended
  neighbor 33.33.33.33 next-hop-self
 exit-address-family
 !
 address-family ipv4 vrf CUSTOMER_1
  redistribute connected
  redistribute static
  neighbor 172.30.1.14 remote-as 200
  neighbor 172.30.1.14 description CE2
  neighbor 172.30.1.14 activate
  neighbor 172.30.1.14 default-originate
  neighbor 172.30.1.14 as-override
  neighbor 172.30.1.14 route-map CE2_IN in
 exit-address-family
!
!
virtual-service csr_mgmt
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
!
!
!
ip prefix-list CE2_IN seq 10 permit 192.168.70.0/24
!
!
route-map CE2_IN permit 10 
 match ip address prefix-list CE2_IN
!
!
!
control-plane
!
!
!
!
!
!
line con 0
 stopbits 1
line vty 0
 login
line vty 1 2
 login
 length 0
line vty 3 4
 login
!
!
!
!
!
!
end
