This is the order in which calls are processed. Phones/Gateways/etc –> Calling Search Spaces –> Partition –> DN The most specific patterns are chosen regardless of the order or partitions. Example: We have the following two partitions configured with the following two patterns: Partition 1 5xxxx Partition 2 50xx We then dial 5001. Because Partition [...]
Archive for the ‘CCIE’ Category
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 [...]