Guest User

R2

a guest
Dec 17th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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 R2
  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 FTX15241NIP-
  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 222.222.222.222 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.57 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.61 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 2.2.2.2
  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. no cdp run
  84. !
  85. !
  86. !
  87. !
  88. !
  89. !
  90. line con 0
  91. !
  92. line aux 0
  93. !
  94. line vty 0 4
  95. login
  96. !
  97. !
  98. !
  99. end
  100.  
  101.  
Advertisement
Add Comment
Please, Sign In to add comment