R1

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 4

!

version 15.2
!
enable
conf t
Current configuration : 2968 bytes
!
! Last configuration change at 00:09:08 UTC Sat May 3 2014
!
version 15.4
no service timestamps debug uptime
no service timestamps log uptime
no platform punt-keepalive disable-kernel-core
interface ethernet0/1
no shut
exit
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
!
!
!
!
!
!
!
no ip domain lookup
!
!
!
ipv6 unicast-routing
!
!
!
!
!
!
!
subscriber templating
!
multilink bundle-name authenticated
!
!
license udi pid CSR1000V sn 9Y9VCZ8B841
license boot level premium
spanning-tree extend system-id
!
!
redundancy
mode none
!

!
!
!
!
cdp run
!
!
!
!
!
!
!
crypto isakmp policy 10
encr aes
hash md5
authentication pre-share
group 5
crypto isakmp key cisco address 0.0.0.0
!
!
crypto ipsec transform-set ESP_AES_SHA esp-aes esp-sha-hmac
mode tunnel
!
crypto ipsec profile DMVPN_PROFILE
set transform-set ESP_AES_SHA
!
!
!
!
!
!
!
!
!
interface Loopback0
ip address 150.1.1.1 255.255.255.255
ipv6 address 2001:150:1:1::1/128
!
interface Tunnel0
ip address 155.1.0.1 255.255.255.0
no ip redirects
ip mtu 1400
ip nhrp authentication NHRPPASS
ip nhrp map 155.1.0.5 169.254.100.5
ip nhrp map multicast 169.254.100.5
ip nhrp network-id 1
ip nhrp holdtime 300
ip nhrp nhs 155.1.0.5
ip tcp adjust-mss 1360
tunnel source ethernet0/1.100
tunnel mode gre multipoint
tunnel key 150
tunnel protection ipsec profile DMVPN_PROFILE
!
interface ethernet0/1
no ip address
negotiation auto
cdp enable
!
interface ethernet0/1.13

encapsulation dot1Q 13
ip address 155.1.13.1 255.255.255.0
ipv6 address 2001:155:1:13::1/64
!
interface ethernet0/1.100
encapsulation dot1Q 100
ip address 169.254.100.1 255.255.255.0
ipv6 address 2001:169:254:100::1/64
!
interface ethernet0/1.146
encapsulation dot1Q 146
ip address 155.1.146.1 255.255.255.0
ipv6 address 2001:155:1:146::1/64
!
interface GigabitEthernet2
no ip address
shutdown
negotiation auto
!
interface GigabitEthernet3
no ip address
shutdown
negotiation auto
!
!
router eigrp 100
network 150.1.1.1 0.0.0.0
network 155.1.0.0
!
router bgp 100
bgp log-neighbor-changes
network 150.1.1.1 mask 255.255.255.255
neighbor IBGP_PEERS peer-group
neighbor IBGP_PEERS remote-as 100
neighbor IBGP_PEERS update-source Loopback0
neighbor IBGP_PEERS route-reflector-client
neighbor 150.1.2.2 peer-group IBGP_PEERS
neighbor 150.1.3.3 peer-group IBGP_PEERS
neighbor 150.1.4.4 peer-group IBGP_PEERS
neighbor 150.1.5.5 peer-group IBGP_PEERS
neighbor 150.1.6.6 peer-group IBGP_PEERS
neighbor 150.1.7.7 peer-group IBGP_PEERS
neighbor 150.1.8.8 peer-group IBGP_PEERS
!
!
virtual-service csr_mgmt
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 0 0

privilege level 15
logging synchronous
stopbits 1
line aux 0
stopbits 1
line vty 0
privilege level 15
no login
line vty 1
privilege level 15
no login
length 0
line vty 2 4
privilege level 15
no login
!
!
end
R1#
!
end

You might also like