Guest User

Untitled

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