Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Router#sh
  2. Router#show r
  3. Building configuration...
  4.  
  5. Current configuration : 1056 bytes
  6. !
  7. version 15.1
  8. no service timestamps log datetime msec
  9. no service timestamps debug datetime msec
  10. no service password-encryption
  11. !
  12. hostname Router
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. ip cef
  20. no ipv6 cef
  21. !
  22. !
  23. !
  24. !
  25. license udi pid CISCO2911/K9 sn FTX152407HS
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. spanning-tree mode pvst
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. interface Loopback0
  45. ip address 10.0.0.2 255.255.255.255
  46. !
  47. interface GigabitEthernet0/0
  48. ip address 10.10.0.8 255.255.255.224
  49. ip access-group BBB in
  50. duplex auto
  51. speed auto
  52. !
  53. interface GigabitEthernet0/1
  54. ip address 192.168.100.254 255.255.255.0
  55. duplex auto
  56. speed auto
  57. !
  58. interface GigabitEthernet0/2
  59. no ip address
  60. duplex auto
  61. speed auto
  62. shutdown
  63. !
  64. interface Vlan1
  65. no ip address
  66. shutdown
  67. !
  68. router ospf 1
  69. log-adjacency-changes
  70. redistribute connected subnets
  71. network 10.10.0.0 0.0.0.31 area 0
  72. network 10.0.0.2 0.0.0.0 area 0
  73. !
  74. ip classless
  75. !
  76. ip flow-export version 9
  77. !
  78. !
  79. access-list 102 permit icmp any any
  80. access-list 102 permit tcp host 192.168.100.5 host 44.15.70.11 eq www
  81. !
  82. no cdp run
  83. !
  84. !
  85. !
  86. !
  87. !
  88. line con 0
  89. !
  90. line aux 0
  91. !
  92. line vty 0 4
  93. login
  94. !
  95. !
  96. !
  97. end
  98.  
  99.  
  100. Router#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement