hostname R10
!
boot-start-marker
boot-end-marker
!
!
vrf definition INTERNET
 rd 1:1
 !
 address-family ipv4
 exit-address-family
!
!
no aaa new-model
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
!
!
!
!
!
!
!
!
no ip domain lookup
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
redundancy
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 10.10.10.10 255.255.255.255
!
interface GigabitEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
 media-type rj45
!
interface GigabitEthernet0/1
 no ip address
 duplex auto
 speed auto
 media-type rj45
!
interface GigabitEthernet0/1.1012
 encapsulation dot1Q 1012
 vrf forwarding INTERNET
 ip address 192.10.12.10 255.255.255.0
!
interface GigabitEthernet0/2
 ip address 10.10.0.1 255.255.255.0
 duplex auto
 speed auto
 media-type rj45
!
interface GigabitEthernet0/3
 no ip address
 shutdown
 duplex auto
 speed auto
 media-type rj45
!
router bgp 65010
 bgp log-neighbor-changes
 no bgp default ipv4-unicast
 neighbor 100.0.0.14 remote-as 65145
 !
 address-family ipv4
  neighbor 100.0.0.14 activate
 exit-address-family
 !
 address-family ipv4 vrf INTERNET
  neighbor 192.10.12.12 remote-as 65000
  neighbor 192.10.12.12 activate
 exit-address-family
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
line con 0
line aux 0
line vty 0 4
 login
 transport input none
!
no scheduler allocate
!
end
