Advertisement
Guest User

configs router

a guest
Dec 14th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | Software | 0 0
  1. Current configuration : 2126 bytes
  2. !
  3. upgrade fpd auto
  4. version 15.2
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname R5
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. !
  16. no aaa new-model
  17. no ip icmp rate-limit unreachable
  18. !
  19. !
  20. !
  21. ip dhcp database ftp://sib:123@10.17.1.3/ftp_dir/router5
  22. ip dhcp excluded-address 10.18.1.1 10.18.1.20
  23. ip dhcp excluded-address 10.18.2.1 10.18.2.20
  24. ip dhcp excluded-address 10.18.3.1 10.18.3.20
  25. !
  26. ip dhcp pool 1
  27. network 10.18.1.0 255.255.255.0
  28. default-router 10.18.1.6
  29. dns-server 8.8.8.8
  30. domain-name bstu.ru
  31. !
  32. ip dhcp pool 2
  33. network 10.18.2.0 255.255.255.0
  34. default-router 10.18.2.6
  35. dns-server 8.8.8.8
  36. domain-name bstu.ru
  37. !
  38. ip dhcp pool 3
  39. network 10.18.3.0 255.255.255.0
  40. default-router 10.18.3.6
  41. dns-server 8.8.8.8
  42. domain-name bstu.ru
  43. !
  44. ip dhcp pool sb
  45. origin file ftp://sib:123@10.17.1.3/ftp_dir/sb-r5
  46.  
  47. !
  48. !
  49. interface FastEthernet0/0
  50. ip address 10.21.0.6 255.255.0.0
  51. duplex auto
  52. speed auto
  53. !
  54. interface FastEthernet0/1
  55. ip address 10.18.1.6 255.255.255.0
  56. duplex auto
  57. speed auto
  58. !
  59. interface FastEthernet1/0
  60. ip address 10.18.2.6 255.255.255.0
  61. duplex auto
  62. speed auto
  63. !
  64. interface FastEthernet1/1
  65. ip address 10.18.3.6 255.255.255.0
  66. duplex auto
  67. speed auto
  68. !
  69.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement