System information
Troubleshooting Dialin Connections
Book Title
16-366
Misconfigured dialer map
commands
Step 1 Use the show running-config privileged exec command to view the
router configuration. Check the dialer map command entries to see
whether the broadcast keyword is specified.
Step 2 If the broadcast keyword is missing, add it to the configuration.
For detailed information on configuring dialer maps, refer to the Cisco IOS
Wide-Area Networking Configuration Guide and Wide-Area Networking
Command Reference.
Static routes not configured
Step 1 Use the show ip route privileged exec command to see whether
there is a static route to the remote network in the routing table.
Step 2 If there is not a static route to the remote network, configure one
using the ip route command. The static route should point to the
remote network via the next hop in the dialer map.
To establish static routes, use the ip route global configuration
command. To remove static routes, use the no form of this
command.
Syntax:
ip route prefix mask {address | interface} [distance] [tag tag]
[permanent]
Syntax Description:
• prefix—IP route prefix for the destination.
• mask—Prefix mask for the destination.
• address—IP address of the next hop that can be used to reach that
network.
• interface—Network interface to use.
• distance—(Optional) An administrative distance.
• tag tag—(Optional) Tag value that can be used as a “match” value
for controlling redistribution via route maps.
• permanent—(Optional) Specifies that the route will not be
removed, even if the interface shuts down.
Possible Causes Suggested Actions