Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. version 15.1
  2. no service pad
  3. service timestamps debug datetime msec
  4. service timestamps log datetime msec
  5. service password-encryption
  6. no ip domain-lookup
  7. no logging synchronous
  8. !
  9. hostname VDSL
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. enable secret ********
  16. enable password ********
  17. !
  18. no aaa new-model
  19. memory-size iomem 10
  20. crypto pki token default removal timeout 0
  21. !
  22. !
  23. ip source-route
  24. !
  25. !
  26. !
  27. ip dhcp excluded-address 192.168.1.1
  28. !
  29. ip dhcp pool ANT
  30. network 192.168.1.0 255.255.255.0
  31. default-router 192.168.1.1
  32. dns-server 8.8.8.8 8.8.4.4
  33. !
  34. !
  35. ip cef
  36. no ipv6 cef
  37. !
  38. !
  39. license udi pid CISCO887VA-K9 sn ********
  40. !
  41. !
  42. vtp mode transparent
  43. !
  44. !
  45. !
  46. !
  47. controller VDSL 0
  48. !
  49. vlan 2
  50. name Guest
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. interface Ethernet0
  60. no ip address
  61. !
  62. interface Ethernet0.101
  63. encapsulation dot1Q 101
  64. pppoe-client dial-pool-number 1
  65. !
  66. interface ATM0
  67. no ip address
  68. shutdown
  69. no atm ilmi-keepalive
  70. !
  71. interface FastEthernet0
  72. no ip address
  73. !
  74. interface FastEthernet1
  75. no ip address
  76. !
  77. interface FastEthernet2
  78. no ip address
  79. !
  80. interface FastEthernet3
  81. no ip address
  82. !
  83. interface Vlan1
  84. description LAN
  85. ip address 192.168.1.1 255.255.255.0
  86. ip nat inside
  87. ip virtual-reassembly in
  88. !
  89. interface Dialer1
  90. description Dialer interface for VDSL
  91. mtu 1492
  92. ip address negotiated
  93. no ip redirects
  94. no ip unreachables
  95. no ip proxy-arp
  96. ip nbar protocol-discovery
  97. ip flow ingress
  98. ip nat outside
  99. ip virtual-reassembly in
  100. encapsulation ppp
  101. ip tcp adjust-mss 1452
  102. dialer pool 1
  103. ppp authentication pap chap ms-chap callin
  104. ppp chap hostname bthomehub@btbroadband.com
  105. ppp chap password BT
  106. ppp ipcp address accept
  107. no cdp enable
  108. !
  109. ip forward-protocol nd
  110. no ip http server
  111. no ip http secure-server
  112. !
  113. ip nat inside source list NAT interface Dialer1 overload
  114. ip route 0.0.0.0 0.0.0.0 Dialer1
  115. !
  116. ip access-list extended NAT
  117. permit ip 192.168.1.0 0.0.0.255 any
  118. remark Access list for NAT
  119. !
  120. line con 0
  121. password ********
  122. login
  123. no modem enable
  124. line aux 0
  125. line vty 0 4
  126. password ********
  127. login
  128. transport input all
  129. !
  130. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement