Advertisement
selebry

dasds

Apr 25th, 2024
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Router#show run
  2. Building configuration...
  3.  
  4. Current configuration : 1032 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 Router
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. ip cef
  21. no ipv6 cef
  22. !
  23. !
  24. !
  25. !
  26. license udi pid CISCO2911/K9 sn FTX1524DXSZ-
  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. ip address 192.168.0.49 255.255.255.248
  47. duplex auto
  48. speed auto
  49. !
  50. interface GigabitEthernet0/1
  51. no ip address
  52. duplex auto
  53. speed auto
  54. standby version 2
  55. !
  56. interface GigabitEthernet0/1.10
  57. encapsulation dot1Q 10
  58. ip address 192.168.0.9 255.255.255.248
  59. standby 10 ip 192.168.0.14
  60. !
  61. interface GigabitEthernet0/1.14
  62. encapsulation dot1Q 14
  63. ip address 192.168.0.17 255.255.255.248
  64. standby 14 ip 192.168.0.22
  65. !
  66. interface GigabitEthernet0/2
  67. no ip address
  68. duplex auto
  69. speed auto
  70. shutdown
  71. !
  72. interface Vlan1
  73. no ip address
  74. shutdown
  75. !
  76. ip classless
  77. ip route 192.168.0.24 255.255.255.248 192.168.0.54
  78. !
  79. ip flow-export version 9
  80. !
  81. !
  82. !
  83. no cdp run
  84. !
  85. !
  86. !
  87. !
  88. !
  89. line con 0
  90. !
  91. line aux 0
  92. !
  93. line vty 0 4
  94. login
  95. !
  96. !
  97. !
  98. end
  99.  
  100.  
  101. Router#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement