!
no service password-encryption
!
ip vrf management
!
hostname AGGR-2
errdisable cause stp-bpdu-guard
!
router ldp
 router-id 10.1.1.3
 transport-address ipv4 10.1.1.3
!
interface lo
 ip address 127.0.0.1/8
 ip address 10.1.1.3/32 secondary
 ipv6 address ::1/128
 ip router isis 1
!
interface eth0
 ip vrf forwarding management
 ip address dhcp
!
interface eth1
 ip address 10.1.1.103/31
 label-switching
 mpls ldp-igp sync isis level-1
 isis network point-to-point
 ip router isis 1
 enable-ldp ipv4
 lldp-agent
  set lldp enable txrx
  dcbx enable
  exit
!
interface eth2
 ip address 10.1.1.106/31
 label-switching
 mpls ldp-igp sync isis level-1
 isis network point-to-point
 ip router isis 1
 enable-ldp ipv4
 lldp-agent
  set lldp enable txrx
  dcbx enable
  exit
!
interface eth3
!
interface eth4
!
interface eth5
!
 exit
!
router isis 1
 is-type level-1
 metric-style wide level-1
 mpls traffic-eng router-id 10.1.1.3
 mpls traffic-eng level-1
 capability cspf
 dynamic-hostname
 bfd all-interfaces
 net 49.0111.1100.0075.0003.00
!
router bgp 65000
 bgp router-id 10.1.1.3
 no bgp inbound-route-filter
 neighbor 10.1.1.1 remote-as 65000
 neighbor 10.1.1.2 remote-as 65000
 neighbor 10.1.1.4 remote-as 65000
 neighbor 10.1.1.5 remote-as 65000
 neighbor 10.1.1.1 update-source lo
 neighbor 10.1.1.2 update-source lo
 neighbor 10.1.1.4 update-source lo
 neighbor 10.1.1.5 update-source lo
 !
 address-family vpnv4 unicast
 neighbor 10.1.1.1 activate
 neighbor 10.1.1.1 route-reflector-client
 neighbor 10.1.1.2 activate
 neighbor 10.1.1.4 activate
 neighbor 10.1.1.4 route-reflector-client
 neighbor 10.1.1.5 activate
 neighbor 10.1.1.5 route-reflector-client
 exit-address-family
!
line vty 0
 exec-timeout 0 0
!
!
end
