Guest User

Untitled

a guest
Apr 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. 6shots(config-if)#do sh ip int br
  3. Interface IP-Address OK? Method Status Prol
  4. FastEthernet0/0 192.168.0.66 YES NVRAM up up
  5. FastEthernet0/1 unassigned YES NVRAM up up
  6. Tunnel0 unassigned YES manual up dow
  7.  
  8.  
  9. 6shots(config-if)#do sh run
  10. Building configuration...
  11.  
  12. Current configuration : 1094 bytes
  13. !
  14. version 12.4
  15. service timestamps debug datetime msec
  16. service timestamps log datetime msec
  17. no service password-encryption
  18. !
  19. hostname 6shots
  20. !
  21. boot-start-marker
  22. boot system flash:c2600/12.4/c2600-adventerprisek9-mz.124-23.bin
  23. boot-end-marker
  24. !
  25. !
  26. no aaa new-model
  27. no network-clock-participate slot 1
  28. no network-clock-particiip auth-proxy max-nodata-conns 3
  29. ip admission max-nodata-conns 3
  30. !
  31. interface Tunnel0
  32. description Hurricane Electric IPv6 Tunnel Broker
  33. no ip address
  34. ipv6 address 2001:470:7:1044::2/64
  35. ipv6 enable
  36. tunnel source 108.28.109.51
  37. tunnel destination 216.66.22.2
  38. tunnel mode ipv6ip
  39. !
  40. interface FastEthernet0/0
  41. ip address 192.168.0.66 255.255.255.0
  42. duplex auto
  43. speed auto
  44. !
  45. interface FastEthernet0/1
  46. description IPV6
  47. no ip address
  48. duplex auto
  49. speed auto
  50. ipv6 address 2001:470:8:1044::1/64
  51. ipv6 enable
  52. !
  53. ip forward-protocol nd
  54. !
  55. !
  56. no ip http server
  57. no ip http secure-server
  58. !
  59. ipv6 route ::/0 Tunnel0
  60. !
  61. !
  62. !
  63. control-plane
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. line con 0
  75. line aux 0
  76. line vty 0 4
  77. login
  78. !
  79. !
  80. end
  81.  
  82. 6shots(config-if)#
Add Comment
Please, Sign In to add comment