Advertisement
Guest User

Untitled

a guest
Jul 8th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1094 bytes
  4. !
  5. version 12.3
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname remoterouter
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. no aaa new-model
  16. ip subnet-zero
  17. ip cef
  18. !
  19. ip audit po max-events 100
  20. !
  21. interface FastEthernet0/0
  22. ip address 192.168.0.2 255.255.255.0
  23. ip access-group 100 in
  24. duplex auto
  25. speed auto
  26. !
  27. interface FastEthernet0/1
  28. ip address 192.168.200.1 255.255.255.0
  29. duplex auto
  30. speed auto
  31. !
  32. !
  33. router rip
  34. network 192.168.0.0
  35. network 192.168.200.0
  36. !
  37. ip classless
  38. !
  39. ip http server
  40. no ip http secure-server
  41. !
  42. access-list 10 deny 192.168.100.0 0.0.0.255
  43. access-list 100 deny ip 192.168.100.0 0.0.0.255 any
  44. access-list 100 permit ip any any
  45. !
  46. line con 0
  47. line aux 0
  48. line vty 0 4
  49. !
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement