Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. R1#show run
  2. Building configuration...
  3.  
  4. Current configuration : 998 bytes
  5. !
  6. version 15.1
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname R1
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. no ip cef
  19. no ipv6 cef
  20. !
  21. !
  22. !
  23. username R2 password 0 cisco
  24. !
  25. !
  26. license udi pid CISCO1941/K9 sn FTX1524IR2A
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. spanning-tree mode pvst
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. interface GigabitEthernet0/0
  46. description "connects R1 to PC-A"
  47. ip address 192.168.11.1 255.255.255.0
  48. duplex auto
  49. speed auto
  50. !
  51. interface GigabitEthernet0/1
  52. no ip address
  53. duplex auto
  54. speed auto
  55. shutdown
  56. !
  57. interface Serial0/0/0
  58. description "connects R1 to R2"
  59. ip address 172.27.12.1 255.255.255.252
  60. encapsulation ppp
  61. ppp authentication chap
  62. clock rate 128000
  63. !
  64. interface Serial0/0/1
  65. no ip address
  66. clock rate 2000000
  67. shutdown
  68. !
  69. interface Vlan1
  70. no ip address
  71. shutdown
  72. !
  73. ip classless
  74. ip route 0.0.0.0 0.0.0.0 Serial0/0/0
  75. !
  76. ip flow-export version 9
  77. !
  78. !
  79. !
  80. banner motd ^CUnauthorized Access is Prohibited!^C
  81. !
  82. !
  83. !
  84. !
  85. line con 0
  86. !
  87. line aux 0
  88. !
  89. line vty 0 4
  90. login
  91. !
  92. !
  93. !
  94. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement