Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. ip dhcp excluded-address 192.168.10.1 192.168.10.30
  2. ip dhcp excluded-address 192.168.20.1 192.168.20.30
  3. !
  4. ip dhcp pool data
  5. network 192.168.10.0 255.255.255.0
  6. default-router 192.168.10.1
  7. !
  8. ip dhcp pool voice
  9. network 192.168.20.0 255.255.255.0
  10. default-router 192.168.20.1
  11. option 150 ip 192.168.10.5
  12. !
  13. !
  14. - Omitted config
  15. !
  16. !
  17. voice service voip
  18. ip address trusted list
  19. ipv4 192.168.10.0 255.255.255.0
  20. allow-connections h323 to h323
  21. allow-connections h323 to sip
  22. allow-connections sip to h323
  23. allow-connections sip to sip
  24. signaling forward unconditional
  25. h323
  26. sip
  27. min-se 5000 session-expires 5000
  28. header-passing
  29. registrar server expires max 600 min 60
  30. !
  31. voice class codec 1
  32. codec preference 1 g711ulaw
  33. codec preference 2 g729r8
  34. codec preference 3 g729br8
  35. !
  36. !
  37. - Omitted config
  38. !
  39. !
  40. interface FastEthernet0/1
  41. no ip address
  42. duplex auto
  43. speed auto
  44. !
  45. interface FastEthernet0/1.1
  46. encapsulation dot1Q 1 native
  47. ip address 192.168.1.1 255.255.255.0
  48. !
  49. interface FastEthernet0/1.10
  50. description DATA Sub Int to CM
  51. encapsulation dot1Q 10
  52. ip address 192.168.10.1 255.255.255.0
  53. !
  54. interface FastEthernet0/1.20
  55. description Voice Sub Int
  56. encapsulation dot1Q 20
  57. ip address 192.168.20.1 255.255.255.0
  58. !
  59. - Omitted config
  60. !
  61. sccp local FastEthernet0/1.10
  62. sccp ccm 192.168.10.5 identifier 1 version 7.0
  63. sccp ip precedence 3
  64. !
  65. sccp ccm group 1
  66. associate ccm 1 priority 1
  67. associate profile 40 register la-lnbch-mtp12
  68. associate profile 30 register la-lnbch-mtp11
  69. associate profile 10 register la-lnbch-conf1
  70. associate profile 20 register la-lnbch-tc1
  71. keepalive retries 5
  72. switchover method immediate
  73. switchback method immediate
  74. switchback interval 15
  75. !
  76. !
  77. - Omitted config
  78. !
  79. !
  80. sip-ua
  81. no remote-party-id
  82. retry invite 10
  83. registrar ipv4:192.168.10.5:5060 expires 3600
  84. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement