Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.78 KB | None | 0 0
  1. Router#sh conf
  2. Using 2593 out of 131072 bytes
  3. !
  4. ! Last configuration change at 21:39:07 ACST Thu Oct 28 2010 by admin
  5. ! NVRAM config last updated at 21:39:12 ACST Thu Oct 28 2010 by admin
  6. !
  7. version 12.4
  8. no service pad
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. service password-encryption
  12. !
  13. hostname Router
  14. !
  15. boot-start-marker
  16. boot-end-marker
  17. !
  18. logging buffered 65535 debugging
  19. logging console informational
  20. enable secret 5 $1$tu2L$qJdJiLd9nsdJmhH3mmMQA1
  21. !
  22. no aaa new-model
  23. !
  24. resource policy
  25. !
  26. clock timezone ACST 9 30
  27. clock summer-time ACST recurring last Sun Oct 2:00 last Sun Mar 2:00
  28. no ip source-route
  29. no ip dhcp use vrf connected
  30. ip dhcp excluded-address 192.168.0.0 192.168.0.10
  31. !
  32. ip dhcp pool lan
  33.    network 192.168.0.0 255.255.255.0
  34.    default-router 192.168.0.1
  35.    dns-server 192.168.0.1 192.231.203.132
  36.    lease infinite
  37. !
  38. !
  39. ip cef
  40. no ip bootp server
  41. ip domain name internode.on.net
  42. ip name-server 192.231.203.132
  43. ip name-server 192.231.203.3
  44. ip ssh time-out 90
  45. ip ssh authentication-retries 2
  46. !
  47. !
  48. !
  49. username admin password 7 151D1B090A28382079
  50. !
  51. !
  52. !
  53. !
  54. !
  55. interface ATM0
  56.  description --- Internode ADSL ---
  57.  no ip address
  58.  no atm ilmi-keepalive
  59.  pvc 8/35
  60.   tx-ring-limit 3
  61.   encapsulation aal5snap
  62.   protocol ppp dialer
  63.   dialer pool-member 1
  64.  !
  65.  dsl operating-mode auto
  66. !
  67. interface ATM0.34 point-to-point
  68.  no snmp trap link-status
  69.  pvc 8/34
  70.   broadcast
  71.   encapsulation aal5snap
  72.  !
  73.  bridge-group 1
  74. !
  75. interface FastEthernet0
  76. !
  77. interface FastEthernet1
  78. !
  79. interface FastEthernet2
  80. !
  81. interface FastEthernet3
  82. !
  83. interface Dot11Radio0
  84.  no ip address
  85.  shutdown
  86.  speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0                                                                              54.0
  87.  station-role root
  88. !
  89. interface Vlan1
  90.  description --- Ethernet LAN ---
  91.  ip address 192.168.0.1 255.255.255.0
  92.  ip nat inside
  93.  ip virtual-reassembly
  94.  bridge-group 1
  95. !
  96. interface Dialer0
  97.  description --- Internode ADSL ---
  98.  ip address negotiated
  99.  ip nat outside
  100.  ip virtual-reassembly
  101.  encapsulation ppp
  102.  dialer pool 1
  103.  dialer-group 1
  104.  ppp chap hostname lakrigg@internode.on.net
  105.  ppp chap password 7 020B155305005D234719
  106. !
  107. ip route 0.0.0.0 0.0.0.0 Dialer0
  108. !
  109. no ip http server
  110. no ip http secure-server
  111. ip nat inside source list 101 interface Dialer0 overload
  112. !
  113. access-list 1 permit 192.83.231.0 0.0.0.255
  114. access-list 1 permit 203.26.95.0 0.0.0.255
  115. access-list 1 permit 192.168.0.0 0.0.0.255
  116. access-list 101 permit ip 192.168.0.0 0.0.0.255 any
  117. no cdp run
  118. !
  119. control-plane
  120. !
  121. bridge 1 protocol ieee
  122. !
  123. line con 0
  124.  login local
  125.  no modem enable
  126. line aux 0
  127. line vty 0 4
  128.  access-class 1 in
  129.  login local
  130. !
  131. scheduler max-task-time 5000
  132. sntp server 192.231.203.132
  133. end
  134.  
  135. Router#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement