Cisco – How to disable SIP on IOS 12.x

ciscocisco-commandscisco-ios-12sipvoip

How would I disable SIP on an Cisco router running IOS 12.x?

Best Answer

Depending on which version of 12.x you're on, you should be able to do the following:

router(config)#sip-ua
router(config-sip-ua)#no transport tcp
router(config-sip-ua)#no transport udp

This stops the router from listening on port 5060.

Related Topic