Facebook
From én, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 317
  1. !
  2. version 15.4
  3. no service timestamps log datetime msec
  4. no service timestamps debug datetime msec
  5. no service password-encryption
  6. !
  7. hostname Router
  8. !
  9. !
  10. !
  11. !
  12. !
  13. !
  14. !
  15. !
  16. ip cef
  17. no ipv6 cef
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. spanning-tree mode pvst
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. interface GigabitEthernet0/0/0
  38.  no ip address
  39.  duplex auto
  40.  speed auto
  41. !
  42. interface GigabitEthernet0/0/0.10
  43.  encapsulation dot1Q 10
  44.  ip address 192.168.10.1 255.255.255.0
  45. !
  46. interface GigabitEthernet0/0/0.20
  47.  encapsulation dot1Q 20
  48.  ip address 192.168.20.1 255.255.255.0
  49. !
  50. interface GigabitEthernet0/0/1
  51.  no ip address
  52.  duplex auto
  53.  speed auto
  54.  shutdown
  55. !
  56. interface GigabitEthernet0/0/2
  57.  no ip address
  58.  duplex auto
  59.  speed auto
  60.  shutdown
  61. !
  62. interface Vlan1
  63.  no ip address
  64.  shutdown
  65. !
  66. ip classless
  67. !
  68. ip flow-export version 9
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. line con 0
  77. !
  78. line aux 0
  79. !
  80. line vty 0 4
  81.  login
  82. !
  83. !
  84. !
  85. end
  86.  
  87.