Конфигурация маршрутизатора R2

Current configuration : 1581 bytes

!

version 12.4

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

!

hostname R2

!

boot-start-marker

boot-end-marker

!

!

no aaa new-model

memory-size iomem 5

ip cef

!

!

no ip domain lookup

ip auth-proxy max-nodata-conns 3

ip admission max-nodata-conns 3

!

!

interface Loopback1

 ip address 1.1.1.2 255.255.255.255

!

interface Loopback2

 ip address 1.1.2.2 255.255.255.255

!

interface Loopback3

 ip address 1.1.3.2 255.255.255.255

!

interface Tunnel1

 ip address 10.2.1.2 255.255.255.252

 ip mtu 1420

 tunnel source Loopback1

 tunnel destination 1.1.1.1

!

interface Tunnel2

 ip address 10.2.1.6 255.255.255.252

 ip mtu 1420

 tunnel source Loopback2

 tunnel destination 1.1.2.1

!

interface Tunnel3

 ip address 10.2.1.10 255.255.255.252

 ip mtu 1420

 tunnel source Loopback3

 tunnel destination 1.1.3.1

!

interface GigabitEthernet0/0

 ip address 192.168.4.1 255.255.255.0

 duplex auto

 speed auto

!

interface GigabitEthernet0/1

 ip address 192.168.3.1 255.255.255.0

 duplex auto

 speed auto

!

router eigrp 10

 passive-interface GigabitEthernet0/0

 network 10.2.1.0 0.0.0.15

 network 192.168.4.0

 no auto-summary

!

ip forward-protocol nd

ip route 1.1.1.1 255.255.255.255 192.168.3.2

ip route 1.1.2.1 255.255.255.255 192.168.3.3

ip route 1.1.3.1 255.255.255.255 192.168.3.4

!

!

no ip http server

no ip http secure-server

!

!

control-plane

!

!

mgcp behavior g729-variants static-pt

!

!

line con 0

 exec-timeout 0 0

 logging synchronous

line aux 0

line vty 0 4

 login

!

!

end