Sie sind auf Seite 1von 16

SOUTH

1. SOUTH(config-router)#do sh run 2. Building configuration... 3. 4. Current configuration : 1244 bytes 5. ! 6. version 12.4 7. no service timestamps log datetime msec 8. no service timestamps debug datetime msec 9. no service password-encryption 10. ! 11. hostname SOUTH 12. ! 13. ! 14. ! 15. enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 16. ! 17. ! 18. ip dhcp excluded-address 10.10.10.65 10.10.10.69 19. ! 20. ip dhcp pool SOUTH_DHCP 21. network 10.10.10.64 255.255.255.224 22. default-router 10.10.10.65 23. ! 24. ! 25. ! 26. username NORTH password 0 NSchap 27. ! 28. ! 29. ! 30. ! 31. ! 32. ip ssh version 1 33. ! 34. ! 35. spanning-tree mode pvst 36. ! 37. ! 38. ! 39. !

40. interface FastEthernet0/0 41. ip address 10.10.10.65 255.255.255.224 42. duplex auto 43. speed auto 44. ! 45. interface FastEthernet0/1 46. no ip address 47. duplex auto 48. speed auto 49. shutdown 50. ! 51. interface Serial0/0/0 52. ip address 10.255.1.2 255.255.255.252 53. ! 54. interface Serial0/0/1 55. ip address 10.255.1.5 255.255.255.252 56. encapsulation ppp 57. ppp authentication chap 58. clock rate 2000000 59. ! 60. interface Vlan1 61. no ip address 62. shutdown 63. ! 64. router eigrp 50 65. network 10.0.0.0 66. no auto-summary 67. ! 68. ip classless 69. ! 70. ! 71. ! 72. banner motd ^CAuthorized Access Only!^C 73. ! 74. ! 75. ! 76. ! 77. logging trap debugging 78. line con 0 79. exec-timeout 0 0 80. password cisco

81. logging synchronous 82. login 83. line vty 0 4 84. exec-timeout 0 0 85. password cisco 86. logging synchronous 87. login 88. line vty 5 15 89. exec-timeout 0 0 90. password cisco 91. logging synchronous 92. login 93. ! 94. ! 95. ntp update-calendar 96. ! 97. end

IDEM SIN NUMERITOS AL COSTADO SOUTH(config-router)#do sh run Building configuration...

Current configuration : 1244 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname SOUTH !

! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ip dhcp excluded-address 10.10.10.65 10.10.10.69 ! ip dhcp pool SOUTH_DHCP network 10.10.10.64 255.255.255.224 default-router 10.10.10.65 ! ! ! username NORTH password 0 NSchap ! ! ! ! ! ip ssh version 1 ! ! spanning-tree mode pvst ! ! !

! interface FastEthernet0/0 ip address 10.10.10.65 255.255.255.224 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 10.255.1.2 255.255.255.252 ! interface Serial0/0/1 ip address 10.255.1.5 255.255.255.252 encapsulation ppp ppp authentication chap clock rate 2000000 ! interface Vlan1 no ip address shutdown ! router eigrp 50

network 10.0.0.0 no auto-summary ! ip classless ! ! ! banner motd ^CAuthorized Access Only!^C ! ! ! ! logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0 password cisco logging synchronous login line vty 5 15 exec-timeout 0 0 password cisco

logging synchronous login ! ! ntp update-calendar ! end

NORTH
NORTH(config)#do sh run Building configuration...

Current configuration : 1707 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname NORTH ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1

! ! ! ! ! ! username SOUTH password 0 NSchap ! ! ! ! ! ip ssh version 1 ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto

shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 10.255.1.6 255.255.255.252 encapsulation ppp ppp authentication chap ip nat inside ! interface Serial0/0/1 no ip address encapsulation frame-relay ip nat inside ! interface Serial0/0/1.35 point-to-point ip address 192.168.20.2 255.255.255.252 frame-relay interface-dlci 35 ip nat inside clock rate 2000000

! interface Serial0/1/0 ip address 198.133.219.2 255.255.255.252 ip access-group FILTER-IN in ip nat outside ! interface Serial0/1/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router eigrp 50 redistribute static network 10.0.0.0 network 192.168.20.0 no auto-summary ! ip nat inside source list 5 interface Serial0/1/0 overload ip classless ip route 0.0.0.0 0.0.0.0 Serial0/1/0 !

! access-list 5 permit 10.10.10.64 0.0.0.63 ip access-list extended FILTER-IN deny icmp any any echo deny tcp any any eq telnet deny tcp any any eq www permit ip any any ! banner motd ^CAuthorized Access Only!^C ! ! ! ! logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0 password cisco logging synchronous login

line vty 5 15 exec-timeout 0 0 password cisco logging synchronous login ! ! ! end

EAST
EAST(config-if)#do sh run Building configuration...

Current configuration : 1250 bytes ! version 12.4 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname EAST ! !

! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! ip ssh version 1 ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 10.10.10.97 255.255.255.240 ip access-group 60 out duplex auto

speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 10.255.1.1 255.255.255.252 clock rate 2000000 ! interface Serial0/0/1 no ip address encapsulation frame-relay ! interface Serial0/0/1.25 point-to-point ip address 192.168.20.1 255.255.255.252 frame-relay interface-dlci 25 clock rate 2000000 ! interface Vlan1 no ip address shutdown

! router eigrp 50 network 10.0.0.0 network 192.168.20.0 no auto-summary ! ip classless ! ! access-list 60 deny 10.10.10.64 0.0.0.63 ! banner motd ^CAuthorized Access Only!^C ! ! ! ! logging trap debugging line con 0 exec-timeout 0 0 password cisco logging synchronous login line vty 0 4 exec-timeout 0 0

password cisco logging synchronous login line vty 5 15 exec-timeout 0 0 password cisco logging synchronous login ! ! ntp update-calendar ! end

Das könnte Ihnen auch gefallen