For the Horde!!

2014. 11. 24. PAT

 

 

 Gwangju

!

interface FastEthernet0/0

ip address 10.1.1.1 255.255.255.0

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.1.12.1 255.255.255.252

duplex auto

speed auto

!

router eigrp 1

network 10.1.1.0 0.0.0.255

network 10.1.12.0 0.0.0.3

auto-summary

!

ip classless

ip route 0.0.0.0 0.0.0.0 10.1.12.2

ip route 100.100.100.0 255.255.255.0 10.1.12.2

!

Gwangju#sh ip eigrp neighbors

IP-EIGRP neighbors for process 1

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 10.1.12.2 Fa0/1 13 00:53:06 40 1000 0 66

 

 Daejeon

!

interface FastEthernet0/0

ip address 10.1.12.2 255.255.255.252

ip nat inside

duplex auto

speed auto

!

interface FastEthernet0/1

ip address 10.1.12.6 255.255.255.252

ip nat inside

duplex auto

speed auto

!

interface Serial0/0/0

ip address 10.1.12.9 255.255.255.252

ip nat outside

!

router eigrp 1

network 10.1.12.0 0.0.0.3

network 10.1.12.4 0.0.0.3

network 10.1.12.8 0.0.0.3

auto-summary

!

ip nat inside source list 10 interface Serial0/0/0 overload

ip classless

ip route 0.0.0.0 0.0.0.0 10.1.12.10

!

access-list 10 permit 10.1.2.0 0.0.0.255

access-list 10 permit 10.1.1.0 0.0.0.255

access-list 10 permit 10.1.12.0 0.0.0.252

access-list 10 permit 10.1.12.4 0.0.0.252

!

Daejeon#sh ip eigrp neighbors

IP-EIGRP neighbors for process 1

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 10.1.12.10 Se0/0/0 12 01:41:45 40 1000 0 51

1 10.1.12.1 Fa0/0 14 00:54:56 40 1000 0 57

2 10.1.12.5 Fa0/1 14 00:52:07 40 1000 0 30

 

 Seoul

!

interface Loopback0

ip address 100.100.100.100 255.255.255.0

!

interface Serial0/0/0

ip address 10.1.12.10 255.255.255.252

clock rate 2000000

!

interface Serial0/0/1

ip address 10.1.12.13 255.255.255.252

clock rate 2000000

!

router eigrp 1

network 10.1.12.8 0.0.0.3

auto-summary

!

ip classless

ip route 10.1.12.0 255.255.255.0 10.1.12.9

!

Seoul#sh ip eigrp neighbors

IP-EIGRP neighbors for process 1

H Address Interface Hold Uptime SRTT RTO Q Seq

(sec) (ms) Cnt Num

0 10.1.12.9 Se0/0/0 12 01:42:49 40 1000 0 66

 

'Study > Cisco' 카테고리의 다른 글

2014. 11. 25. Frame-relay 1 : 多  (0) 2014.11.26
2014. 11. 25. PPP  (0) 2014.11.25
2014. 11. 20. NAT Dynamic  (0) 2014.11.20
2014. 11. 19. Access-List 실습 ( VTY )  (0) 2014.11.19
2014. 11. 18. Access-List 실습  (0) 2014.11.18