Advertisement
Guest User

Untitled

a guest
Oct 18th, 2016
460
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. Current configuration : 1672 bytes
  2. !
  3. ! Last configuration change at 15:14:23 UTC Thu Sep 29 2016
  4. !
  5. version 15.4
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. service password-encryption
  9. no platform punt-keepalive disable-kernel-core
  10. !
  11. hostname R1
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. vrf definition Mgmt-intf
  18. !
  19. address-family ipv4
  20. exit-address-family
  21. !
  22. address-family ipv6
  23. exit-address-family
  24. !
  25. enable secret 5 $1$RTgk$XbaR4xl/BpYOCLTqv1t5P1
  26. enable password 7 0832581E593E0004435A54
  27. !
  28. no aaa new-model
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38.  
  39.  
  40.  
  41. ip dhcp excluded-address 192.168.13.0 192.168.13.99
  42. ip dhcp excluded-address 192.168.13.200 192.168.13.254
  43. !
  44. ip dhcp pool Lan
  45. network 192.168.13.0 255.255.255.0
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. subscriber templating
  57. !
  58. multilink bundle-name authenticated
  59. !
  60. !
  61. !
  62. !
  63. license udi pid ISR4331/K9 sn FDO19490SK8
  64. !
  65. !
  66. redundancy
  67. mode none
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. !
  80. !
  81. !
  82. !
  83. !
  84. !
  85. !
  86. !
  87. !
  88. !
  89. !
  90. interface GigabitEthernet0/0/0
  91. no ip address
  92. negotiation auto
  93. !
  94. interface GigabitEthernet0/0/1
  95. ip address 192.168.13.1 255.255.255.0
  96. negotiation auto
  97. !
  98. interface GigabitEthernet0/0/2
  99. no ip address
  100. shutdown
  101. negotiation auto
  102. !
  103. interface GigabitEthernet0
  104. vrf forwarding Mgmt-intf
  105. no ip address
  106. shutdown
  107. negotiation auto
  108. !
  109. ip forward-protocol nd
  110. no ip http server
  111. no ip http secure-server
  112. ip tftp source-interface GigabitEthernet0
  113. !
  114. !
  115. !
  116. snmp-server community public RO
  117. !
  118. !
  119. control-plane
  120. !
  121. !
  122. !
  123. line con 0
  124. password 7 0518125F716B4B1A495540
  125. login
  126. stopbits 1
  127. line aux 0
  128. password 7 0215100B5B210A321D1F51
  129. login
  130. stopbits 1
  131. line vty 0 4
  132. password 7 00170756547C0E155E7014
  133. login
  134. !
  135. !
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement