Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Router#sh run
  2. ####
  3. Current configuration:
  4. !
  5. version 10.3
  6. !
  7. hostname Router
  8. !
  9. enable password cisco
  10. !
  11. !
  12. interface Ethernet0/0
  13. description host
  14. ip address 10.1.1.1 255.255.255.0
  15. !
  16. interface Ethernet0/1
  17. description laptop
  18. ip address 10.1.2.1 255.255.255.0
  19. !
  20. interface Ethernet0/2
  21. description uplink
  22. ip address 128.153.144.98 255.255.254.0
  23. !
  24. interface Ethernet0/3
  25. description desktop
  26. ip address 10.1.4.1 255.255.255.0
  27. !
  28. interface Ethernet0/4
  29. no ip address
  30. shutdown
  31. !
  32. interface Ethernet0/5
  33. no ip address
  34. shutdown
  35. !
  36. interface Fddi3/0
  37. ip address 10.1.3.1 255.255.255.0
  38. !
  39. interface Hssi4/0
  40. no ip address
  41. shutdown
  42. !
  43. interface Serial1/0
  44. no ip address
  45. shutdown
  46. !
  47. interface Serial1/1
  48. no ip address
  49. shutdown
  50. !
  51. interface Serial1/2
  52. no ip address
  53. shutdown
  54. !
  55. interface Serial1/3
  56. no ip address
  57. shutdown
  58. !
  59. interface Serial1/4
  60. no ip address
  61. shutdown
  62. !
  63. interface Serial1/5
  64. no ip address
  65. shutdown
  66. !
  67. interface Serial1/6
  68. no ip address
  69. shutdown
  70. !
  71. interface Serial1/7
  72. no ip address
  73. shutdown
  74. !
  75. interface TokenRing2/0
  76. no ip address
  77. shutdown
  78. !
  79. interface TokenRing2/1
  80. no ip address
  81. shutdown
  82. !
  83. interface TokenRing2/2
  84. no ip address
  85. shutdown
  86. !
  87. interface TokenRing2/3
  88. no ip address
  89. shutdown
  90. !
  91. ip default-gateway 128.153.144.1
  92. ip route 0.0.0.0 0.0.0.0 128.153.144.1
  93. !
  94. !
  95. line con 0
  96. password cisco
  97. login
  98. line aux 0
  99. line vty 0 4
  100. password cisco
  101. login
  102. !
  103. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement