Advertisement
Guest User

R1

a guest
Dec 17th, 2021
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. !
  2. version 15.1
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname R1
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. ip cef
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. !
  22. license udi pid CISCO2911/K9 sn FTX15243UNJ-
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. spanning-tree mode pvst
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. interface GigabitEthernet0/0
  42. ip address 111.111.111.111 255.255.255.0
  43. ip nat outside
  44. duplex auto
  45. speed auto
  46. !
  47. interface GigabitEthernet0/1
  48. ip address 172.16.1.49 255.255.255.252
  49. ip nat inside
  50. duplex auto
  51. speed auto
  52. !
  53. interface GigabitEthernet0/2
  54. ip address 172.16.1.53 255.255.255.252
  55. ip nat inside
  56. duplex auto
  57. speed auto
  58. !
  59. interface Vlan1
  60. no ip address
  61. shutdown
  62. !
  63. router ospf 10
  64. router-id 1.1.1.1
  65. log-adjacency-changes
  66. network 192.168.10.0 0.0.0.255 area 0
  67. network 192.168.20.0 0.0.0.255 area 0
  68. network 192.168.30.0 0.0.0.255 area 0
  69. network 192.168.40.0 0.0.0.255 area 0
  70. network 192.168.50.0 0.0.0.255 area 0
  71. network 192.168.60.0 0.0.0.255 area 0
  72. network 172.16.0.0 0.0.255.255 area 0
  73. !
  74. ip nat inside source list NAT interface GigabitEthernet0/0 overload
  75. ip classless
  76. !
  77. ip flow-export version 9
  78. !
  79. !
  80. ip access-list standard NAT
  81. permit any
  82. !
  83. !
  84. !
  85. !
  86. !
  87. !
  88. line con 0
  89. !
  90. line aux 0
  91. !
  92. line vty 0 4
  93. login
  94. !
  95. !
  96. !
  97. end
  98.  
  99.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement