Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. ###
  2.  
  3. en
  4. conf t
  5. hostname RT-BUDAPESTE
  6.  
  7. username cisco privilege 15 secret class
  8.  
  9. line console 0
  10. login local
  11. exit
  12.  
  13. ip domain-name cenas.pt
  14.  
  15. crypto key generate rsa
  16. 1024
  17.  
  18. line vty 0 4
  19. login local
  20. transport input ssh
  21. exit
  22.  
  23. int loop 0
  24. desc Traffic Controllers
  25. ip address 172.19.4.1 255.255.254.0
  26.  
  27. int loop 1
  28. desc IP CAMs
  29. ip address 172.19.10.1 255.255.254.0
  30.  
  31. int loop 2
  32. desc Administrative Personal
  33. ip address 172.19.6.1 255.255.254.0
  34.  
  35. int loop 3
  36. desc VoIP
  37. ip address 172.19.0.1 255.255.252.0
  38.  
  39. int loop 4
  40. desc Engineering
  41. ip address 172.19.8.1 255.255.254.0
  42.  
  43. int loop 5
  44. desc Building Management
  45. ip address 172.19.12.1 255.255.255.0
  46.  
  47. int s0/0/0
  48. ip address 209.165.200.98 255.255.255.252
  49. no shut
  50.  
  51. int s0/0/1
  52. ip address 63.49.54.21 255.255.255.252
  53. no shut
  54. exit
  55.  
  56. router rip
  57. version 2
  58. no auto-summary
  59.  
  60. network 172.19.0.0
  61. network 172.19.4.0
  62. network 172.19.6.0
  63. network 172.19.8.0
  64. network 172.19.10.0
  65. network 172.19.12.0
  66. network 209.165.200.96
  67. network 63.49.54.20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement