Advertisement
Guest User

Untitled

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