Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description:

Tip

SIP ALG (Application Layer Gateway) is a feature which is enabled by default in most Cisco routers running Cisco IOS software and inspects VoIP traffic as it passes through and modifies the messages on-the-fly.

For our Hosted VoIP service, including out our Single User services, SIP ALG must be disabled on your Cisco router.

This article provides general guidance which should be applicable to nearly all Cisco routers running Cisco IOS, such as the Cisco ISR an ASR series routerswill show you how to 

  • Configure your Cisco Router to disable the SIP ALG setting.

Methods:

Info
iconfalse
Log onto the router's terminal (command line interface) via telnet, SSH or serial console


Code Block
languagebash
enable
configure terminal
no ip nat service sip udp port 5060
no ip nat service sip tcp port 5060 //(For TCP also run)