Guest User

Untitled

a guest
Jul 3rd, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Current configuration : 2335 bytes
  2. !
  3. ! Last configuration change at 20:04:56 UTC Wed Jul 3 2013
  4. ! NVRAM config last updated at 20:05:04 UTC Wed Jul 3 2013
  5. ! NVRAM config last updated at 20:05:04 UTC Wed Jul 3 2013
  6. version 15.2
  7. no service pad
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. no service password-encryption
  11. !
  12. hostname 887va
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. enable secret 5 $1$censored
  19. enable password censored
  20. !
  21. no aaa new-model
  22. !
  23. memory-size iomem 10
  24. crypto pki token default removal timeout 0
  25. !
  26. !
  27. !
  28. !
  29. !
  30. ip dhcp excluded-address 192.168.1.1
  31. !
  32. ip dhcp pool default
  33. network 192.168.1.0 255.255.255.0
  34. domain-name casa
  35. dns-server 8.8.8.8
  36. default-router 192.168.1.1
  37. !
  38. !
  39. ip cef
  40. ipv6 unicast-routing
  41. ipv6 cef
  42. !
  43. !
  44. multilink bundle-name authenticated
  45. license udi pid CISCO887VA-SEC-K9 sn censored
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. controller VDSL 0
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. interface Ethernet0
  65. no ip address
  66. shutdown
  67. !
  68. interface ATM0
  69. no ip address
  70. atm restart timer 90
  71. no atm ilmi-keepalive
  72. !
  73. interface ATM0.1 point-to-point
  74. ip virtual-reassembly in
  75. pvc 8/35
  76. oam-pvc 0
  77. encapsulation aal5snap
  78. pppoe-client dial-pool-number 1
  79. !
  80. !
  81. interface FastEthernet0
  82. no ip address
  83. !
  84. interface FastEthernet1
  85. no ip address
  86. shutdown
  87. !
  88. interface FastEthernet2
  89. no ip address
  90. !
  91. interface FastEthernet3
  92. no ip address
  93. shutdown
  94. !
  95. interface Vlan1
  96. ip address 192.168.1.1 255.255.255.0
  97. ip nat inside
  98. ip virtual-reassembly in
  99. ipv6 address NODE-PDD ::1/64
  100. ipv6 enable
  101. !
  102. interface Dialer0
  103. mtu 1492
  104. ip address negotiated
  105. ip nbar protocol-discovery
  106. ip flow ingress
  107. ip nat outside
  108. ip virtual-reassembly in
  109. encapsulation ppp
  110. dialer pool 1
  111. dialer-group 1
  112. ipv6 address FE80::1 link-local
  113. ipv6 address NODE-PD ::1/128
  114. ipv6 address autoconfig
  115. ipv6 enable
  116. ipv6 dhcp client pd NODE-PD rapid-commit
  117. ppp authentication chap callin
  118. ppp chap hostname [email protected]
  119. ppp chap password 0 IPV6@alice6
  120. ppp pap sent-username [email protected] password 0 IPV6@alice6
  121. no cdp enable
  122. !
  123. ip forward-protocol nd
  124. no ip http server
  125. no ip http secure-server
  126. !
  127. !
  128. ip nat inside source list 9 interface Dialer0 overload
  129. ip route 0.0.0.0 0.0.0.0 Dialer0
  130. !
  131. ipv6 route 2000::/3 Dialer0
  132. ipv6 route ::/0 Dialer0
  133. !
  134. !
  135. !
  136. !
  137. !
  138. control-plane
  139. !
  140. !
  141. line con 0
  142. line aux 0
  143. line vty 0 4
  144. password censored
  145. login
  146. transport input all
  147. !
  148. end
Advertisement
Add Comment
Please, Sign In to add comment