Advertisement
Guest User

Cisco IOS-XE configuration to automate via Netmiko

a guest
Nov 12th, 2023
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | Help | 0 0
  1. router(config)#dspfarm profile 4 mtp
  2. router(config-dspfarm-profile)#shutdown
  3.  
  4. Disabling profile will disconnect active MTP calls,
  5. do you want to continue ? [yes/no]yes
  6.  
  7. router(config-dspfarm-profile)#no codec g711ulaw
  8. router(config-dspfarm-profile)#no codec pass-through
  9. router(config-dspfarm-profile)#codec g729r8
  10. router(config-dspfarm-profile)#codec pass-through
  11. router(config-dspfarm-profile)#no shutdown
  12. router(config-dspfarm-profile)#dspfarm profile 5 mtp
  13. router(config-dspfarm-profile)#shutdown
  14.  
  15. Disabling profile will disconnect active MTP calls,
  16. do you want to continue ? [yes/no]yes
  17. router(config-dspfarm-profile)#no codec g711ulaw
  18. router(config-dspfarm-profile)#no codec pass-through
  19. router(config-dspfarm-profile)#codec g729ar8
  20. router(config-dspfarm-profile)#codec pass-through
  21. router(config-dspfarm-profile)#no shutdown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement