Advertisement
VecH

Untitled

Feb 12th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. 192.168.10.2
  2. ====================================
  3. AP100B# show running-config
  4. Building configuration...
  5.  
  6. Current configuration:
  7. !
  8. version 8.41.089
  9. !
  10. hostname AP100B
  11. !
  12. username root password router administrator
  13. !
  14. !
  15. interface Loopback0
  16. ip address 127.0.0.1 255.0.0.0
  17. !
  18. interface FastEthernet0/0
  19. ip address dhcp
  20. ip dhcp unicast
  21. ip nat outside
  22. speed auto
  23. no qos-control
  24. !
  25. interface FastEthernet0/1
  26. ip address 192.168.10.2 255.255.255.0
  27. ip nat inside
  28. speed auto
  29. no qos-control
  30. !
  31. access-list 100 permit ip 192.168.10.0 0.0.0.255 any
  32. !
  33. !
  34. ip nat inside source list 100 interface FastEthernet0/0 overload
  35. !
  36. !
  37. snmp name AP100B_G2
  38. !
  39. !
  40. http server
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. ! VoIP configuration.
  48. !
  49. !
  50. ! Voice service voip configuration.
  51. !
  52. voice service voip
  53. fax protocol t38 redundancy 0
  54. fax rate 9600
  55. h323 call start fast
  56. h323 call tunnel enable
  57. busyout monitor gatekeeper
  58. busyout monitor sip-server
  59. no busyout monitor callagent
  60. busyout monitor voip-interface
  61. !
  62. !
  63. ! Voice port configuration.
  64. !
  65. ! FXS
  66. voice-port 0/0
  67. caller-id enable
  68. !
  69. !
  70. ! FXS
  71. voice-port 0/1
  72. input gain -4
  73. output gain -7
  74. connection plar 150
  75. caller-id enable
  76. caller-id name disable
  77. !
  78. !
  79. !
  80. !
  81. ! Pots peer configuration.
  82. !
  83. dial-peer voice 1 pots
  84. destination-pattern 202850
  85. port 0/1
  86. !
  87. !
  88. !
  89. ! Voip peer configuration.
  90. !
  91. dial-peer voice 5000 voip
  92. destination-pattern 150
  93. session target ip 192.168.10.3
  94. voice-class codec 1
  95. no vad
  96. dtmf-relay h245-alphanumeric
  97. !
  98. !
  99. !
  100. !
  101. !
  102. !
  103. ! Gateway configuration.
  104. !
  105. gateway
  106. h323-id
  107. no ignore-msg-from-other-gk
  108. !
  109. !
  110. ! SIP UA configuration.
  111. !
  112. sip-ua
  113. !
  114. !
  115. !
  116. !
  117. ! MGCP configuration.
  118. !
  119. mgcp
  120. vad
  121. !
  122. !
  123. ! Tones
  124. !
  125. !
  126. !
  127. !
  128. line console
  129. !
  130. line vty
  131. !
  132. !
  133. sms
  134. quota 30
  135. !
  136. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement