DHCP Pools for branch routers. # Configure DHCP exclusions ip dhcp excluded-address 192.168.1.1 # Configure DHCP pool ip dhcp pool BRANCH1-PHONES * Tip: Configure all options first before configuring network statements. This way you don’t have to reload phones. # Configure TFTP (Option 150) option 150 192.168.1.170 192.168.1.171 #configure default router default-router 192.168.1.1 # Configure [...]
Archive for July, 2011
When using the “sh dialplan number” command to test/troubleshoot an international dial-peer you will need to add “timeout” at the end of the syntax. For example: show dialplan number 9011123456789 timeout Without the timeout command you will never hit the international dial-peer. This was news to me and the Cisco TAC engineer who had to [...]