!
no service password-encryption
!
!
ip vrf management
!
hostname core-1
errdisable cause stp-bpdu-guard
!
router ldp
 router-id 10.1.1.4
 inter-area-lsp eth1
 transport-address ipv4 10.1.1.4
!
interface lo
 ip address 127.0.0.1/8
 ip address 10.1.1.4/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.108/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.105/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
 ip address 10.1.1.107/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 eth4
!
interface eth5
!
 exit
!
router isis 1
 is-type level-1
 metric-style wide level-1
 mpls traffic-eng router-id 10.1.1.4
 mpls traffic-eng level-1
 capability cspf
 dynamic-hostname
 bfd all-interfaces
 net 49.0111.1100.0075.0004.00
!
router bgp 65000
 bgp router-id 10.1.1.4
 neighbor 10.1.1.2 remote-as 65000
 neighbor 10.1.1.3 remote-as 65000
 neighbor 10.1.1.5 remote-as 65000
 neighbor 10.1.1.2 update-source lo
 neighbor 10.1.1.3 update-source lo
 !
 address-family vpnv4 unicast
 neighbor 10.1.1.2 activate
 neighbor 10.1.1.3 activate
 neighbor 10.1.1.5 activate
 exit-address-family
!
line vty 0
 exec-timeout 0 0
!
!
end
