Cisco Router 800 Series Software Configuration Guide
Here you can view all the pages of manual Cisco Router 800 Series Software Configuration Guide. The Cisco manuals for Router are available online for free. You can easily download all the documents as PDF.
Page 91
2-23 Cisco 800 Series Software Configuratio Guide 78-5372-06 Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office Features Used This network uses the following features on the LAN: IP routing (Cisco recommends this for management purposes, such as Telnet) DHCP server (optional) When your router is acting as a DHCP server, workstations configured as DHCP clients are automatically assigned an IP address and subnet mask. This network uses the following features on...
Page 92
Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office 2-24 Cisco 800 Series Software Configuratio Guide 78-5372-06 Cisco 800 Series Router Configuration To configure the features for this network example, perform the following steps on the PC, starting in the global configuration prompt. Step 1Specify a name for the router. For example: router(config)# hostname SanJose Step 2Specify an encrypted password. For example: SanJose(config)# enable secret password Step...
Page 93
2-25 Cisco 800 Series Software Configuratio Guide 78-5372-06 Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office c.Enable PPP: SanJose(config-if)# encapsulation ppp d.Enable multilink PPP: SanJose(config-if)# ppp multilink e.Create a dialer rotary group, specifying a number between 0 and 255. Dialer rotary groups are useful in environments that require multiple calling destinations. For example: SanJose(config-if)# dialer rotary-group 0 f.North America only....
Page 94
Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office 2-26 Cisco 800 Series Software Configuratio Guide 78-5372-06 j.Disable CDP. SanJose(config-if)# no cdp enable Step 6Specify the characteristics of the dialer rotary group that you created earlier by performing the following steps: a.Change to global configuration mode: SanJose(config-if)# exit SanJose(config)# b.Create a virtual interface by specifying a number between 0 to 255 to represent your dialer rotary...
Page 95
2-27 Cisco 800 Series Software Configuratio Guide 78-5372-06 Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office NoteEnter outbound to calculate the load using outbound data only, inbound to calculate the load using inbound data only, and either to set the maximum calculated load as the larger of the outbound and inbound loads. h.Assign this interface to dialer access group 1: SanJose(config-if)# dialer-group 1 i.Configure CHAP. To configure PAP, skip this...
Page 96
Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office 2-28 Cisco 800 Series Software Configuratio Guide 78-5372-06 Step 8If you have a Cisco 800 series router that is connected to a telephone, fax machine, or modem, configure the telephone interface by performing the following steps: a.Specify the country where your router is located. For example: SanJose(config)# pots country us This command determines the physical characteristics of the telephone interfaces. By...
Page 97
2-29 Cisco 800 Series Software Configuratio Guide 78-5372-06 Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office IP Routing Configuration To configure IP routing, perform the following steps on your PC: Step 1Change to global configuration mode: SanJose(config-if)# exit SanJose(config)# Step 2Configure the router to recognize the zero subnet range as a valid range of addresses: SanJose(config)# ip subnet-zero Step 3Disable the router from translating unfamiliar...
Page 98
Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office 2-30 Cisco 800 Series Software Configuratio Guide 78-5372-06 d.To configure the WAN interface to call a site or to receive calls from a site, create a dialer map. In the following example, the same command is entered twice, once for each dial string provided for the two B channels. The next hop address is 10.3.1.2, and the host name is LosAngeles in both entries. SanJose(config-if)# dialer map ip 10.3.1.2...
Page 99
2-31 Cisco 800 Series Software Configuratio Guide 78-5372-06 Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office Corporate Router Configuration To configure the features for this sample network, perform the following steps on your PC from global configuration mode. This section assumes that the router connected to the Cisco 800 series router is a Cisco router that supports Cisco IOS software, for example, a Cisco 3600 router. For more information, refer to the...
Page 100
Chapter 2 Configuring Basic Networks Connecting a Remote Office to a Corporate Office 2-32 Cisco 800 Series Software Configuratio Guide 78-5372-06 d.Set the Ethernet 0 IP address as the default gateway. For example: LosAngeles(dhcp-config)# default-router 10.2.0.1 e.Exit to global configuration mode. LosAngeles(dhcp-config)# exit Step 6Configure the WAN interface by performing the following steps: a.Specify parameters for the WAN interface: LosAngeles(config)# interface bri0 b.Enable PPP:...