Advertisement
Guest User

Router 0 Config

a guest
Mar 17th, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. Router0(config)#do show run
  2. Building configuration...
  3.  
  4. Current configuration : 1624 bytes
  5. !
  6. version 12.4
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname Router0
  12. !
  13. !
  14. !
  15. !
  16. ip dhcp excluded-address 172.16.10.1 172.16.10.10
  17. ip dhcp excluded-address 172.16.20.1 172.16.20.10
  18. !
  19. ip dhcp pool DATA10
  20. network 172.16.10.0 255.255.255.0
  21. default-router 172.16.10.1
  22. ip dhcp pool VOICE20
  23. network 172.16.20.0 255.255.255.0
  24. default-router 172.16.20.1
  25. option 150 ip 172.16.20.1
  26. !
  27. !
  28. !
  29. ip cef
  30. no ipv6 cef
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. spanning-tree mode pvst
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. interface FastEthernet0/0
  51. no ip address
  52. duplex auto
  53. speed auto
  54. !
  55. interface FastEthernet0/0.10
  56. encapsulation dot1Q 10
  57. ip address 172.16.10.1 255.255.255.0
  58. !
  59. interface FastEthernet0/0.20
  60. encapsulation dot1Q 20
  61. ip address 172.16.20.1 255.255.255.0
  62. !
  63. interface FastEthernet0/0.99
  64. encapsulation dot1Q 99 native
  65. no ip address
  66. !
  67. interface FastEthernet0/1
  68. ip address 10.0.0.1 255.255.255.0
  69. duplex auto
  70. speed auto
  71. !
  72. interface Vlan1
  73. no ip address
  74. shutdown
  75. !
  76. ip classless
  77. !
  78. ip flow-export version 9
  79. !
  80. !
  81. !
  82. !
  83. !
  84. !
  85. !
  86. dial-peer voice 1 voip
  87. destination-pattern 2...
  88. session target ipv4:10.0.0.2
  89. !
  90. telephony-service
  91. max-ephones 3
  92. max-dn 3
  93. ip source-address 172.16.20.1 port 2000
  94. !
  95. ephone-dn 1
  96. number 1010
  97. !
  98. ephone-dn 2
  99. number 1020
  100. !
  101. ephone-dn 3
  102. number 1030
  103. !
  104. ephone 1
  105. device-security-mode none
  106. mac-address 0002.1622.C987
  107. type 7960
  108. button 1:1
  109. !
  110. ephone 2
  111. device-security-mode none
  112. mac-address 0002.1769.3E08
  113. type 7960
  114. button 1:2
  115. !
  116. ephone 3
  117. device-security-mode none
  118. mac-address 0001.9722.C521
  119. type 7960
  120. button 1:3
  121. !
  122. line con 0
  123. !
  124. line aux 0
  125. !
  126. line vty 0 4
  127. login
  128. !
  129. !
  130. !
  131. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement