Guest User

Untitled

a guest
Jun 21st, 2018
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. Koeln#sh run
  2. Koeln#sh running-config
  3. Building configuration...
  4.  
  5. Current configuration : 1810 bytes
  6. !
  7. version 12.4
  8. service password-encryption
  9. !
  10. hostname Koeln
  11. !
  12. !
  13. enable secret 5 $1$mERr$GLSlWsgqtZ/.8lJZPiTHZ0
  14. !
  15. !
  16. !
  17. !
  18. username FFMH1 password 7 0832494D1B1C11
  19. username FFMH2 password 7 0832494D1B1C11
  20. !
  21. ip ssh version 1
  22. no ip domain-lookup
  23. !
  24. !
  25. interface Loopback0
  26. ip address 192.168.168.1 255.255.255.255
  27. shutdown
  28. !
  29. interface FastEthernet0/0
  30. no ip address
  31. duplex auto
  32. speed auto
  33. !
  34. interface FastEthernet0/0.10
  35. encapsulation dot1Q 10
  36. ip address 192.168.1.62 255.255.255.192
  37. !
  38. interface FastEthernet0/0.20
  39. encapsulation dot1Q 20
  40. ip address 192.168.1.126 255.255.255.192
  41. !
  42. interface FastEthernet0/1
  43. no ip address
  44. duplex auto
  45. speed auto
  46. shutdown
  47. !
  48. interface Serial0/0/0
  49. bandwidth 4000
  50. ip address 192.168.100.9 255.255.255.252
  51. encapsulation ppp
  52. ppp authentication pap
  53. ppp pap sent-username Koeln password 0 secret
  54. clock rate 4000000
  55. !
  56. interface Serial0/0/1
  57. bandwidth 4000
  58. ip address 192.168.100.13 255.255.255.252
  59. encapsulation ppp
  60. ppp authentication pap
  61. ppp pap sent-username Koeln password 0 secret
  62. ip ospf cost 23
  63. clock rate 4000000
  64. !
  65. interface Serial0/1/0
  66. no ip address
  67. encapsulation frame-relay
  68. !
  69. interface Serial0/1/0.110 point-to-point
  70. ip address 192.168.100.1 255.255.255.252
  71. frame-relay interface-dlci 110
  72. !
  73. interface Serial0/1/0.111 point-to-point
  74. ip address 192.168.100.5 255.255.255.252
  75. frame-relay interface-dlci 111
  76. !
  77. interface Vlan1
  78. no ip address
  79. shutdown
  80. !
  81. router ospf 1
  82. log-adjacency-changes
  83. redistribute connected subnets
  84. passive-interface FastEthernet0/0.10
  85. passive-interface FastEthernet0/0.20
  86. network 192.168.0.0 0.0.255.255 area 0
  87. !
  88. ip classless
  89. ip route 192.168.2.0 255.255.255.0 192.168.100.2
  90. ip route 192.168.3.0 255.255.255.0 192.168.100.6
  91. !
  92. !
  93. !
  94. !
  95. !
  96. line con 0
  97. password 7 0822455D0A16
  98. login
  99. line vty 0 4
  100. password 7 0822404F1A0A
  101. login
  102. !
  103. !
  104. end
  105.  
  106.  
  107. Koeln#
Add Comment
Please, Sign In to add comment