Guest User

Wan gateway mac not pulling, is the config wrong?

a guest
Jul 10th, 2015
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. Current configuration : 1805 bytes
  2. !
  3. version 12.4
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname r1841
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. logging buffered 4096
  14. enable secret 5 $1$/!!o$Og4xq!!Rq2aV.NDSY!!8v0
  15. !
  16. no aaa new-model
  17. no ip cef
  18. !
  19. !
  20. no ip dhcp use vrf connected
  21. ip dhcp excluded-address 192.168.0.129
  22. !
  23. ip dhcp pool 192.
  24. import all
  25. network 192.168.0.0 255.255.255.0
  26. default-router 192.168.0.129
  27. dns-server 8.8.8.8 8.8.4.4
  28. class class1
  29. address range 192.168.0.130 192.168.0.130
  30. !
  31. !
  32. ip dhcp class class1
  33. !
  34. no ip domain lookup
  35. ip ssh version 2
  36. !
  37. multilink bundle-name authenticated
  38. !
  39. !
  40. !
  41. !
  42. username johndoe privilege 15 secret 5 $1$!!Vb$fBQ!!CfEfpL6Kz!!Ol/pR1
  43. !
  44. !
  45. !
  46. bridge irb
  47. !
  48. !
  49. !
  50. interface FastEthernet0/0
  51. description LAN
  52. ip address 192.168.0.129 255.255.255.0
  53. ip nat inside
  54. no ip virtual-reassembly
  55. duplex auto
  56. speed auto
  57. !
  58. interface FastEthernet0/1
  59. no ip address
  60. shutdown
  61. duplex auto
  62. speed auto
  63. !
  64. interface ATM0/0/0
  65. no ip address
  66. no atm ilmi-keepalive
  67. dsl operating-mode splitterless
  68. bridge-group 1
  69. pvc 8/35
  70. encapsulation aal5snap
  71. !
  72. !
  73. interface BVI1
  74. mac-address 0000.0c5c.14d4
  75. ip address dhcp client-id FastEthernet0/0
  76. ip nat outside
  77. ip virtual-reassembly
  78. !
  79. ip route 0.0.0.0 0.0.0.0 184.4.200.1
  80. ip route 184.4.200.0 255.255.248.0 0.0.0.0
  81. ip route 192.168.0.0 255.255.255.0 0.0.0.0
  82. !
  83. !
  84. no ip http server
  85. no ip http secure-server
  86. ip nat inside source list 2 interface BVI1 overload
  87. !
  88. access-list 2 permit 192.168.0.0 0.0.0.255
  89. !
  90. !
  91. !
  92. !
  93. !
  94. !
  95. control-plane
  96. !
  97. bridge 1 protocol ieee
  98. bridge 1 route ip
  99. !
  100. !
  101. line con 0
  102. logging synchronous
  103. line aux 0
  104. line vty 0 4
  105. password ########
  106. login local
  107. !
  108. scheduler allocate 20000 1000
  109. end
Advertisement
Add Comment
Please, Sign In to add comment