![]() |
Cisco 200 Series
|
||
Connecting Routers and the Cisco 200
![]() |
|||
Table of ContentsConnecting Routers and the Cisco 200Connecting Routers and the Cisco 200The Cisco 200 for DOS, Windows 3.1, and Windows for Workgroups 3.11 can communicate with any Cisco router that supports ISDN. This appendix provides guidelines for configuring the connecting router and sample configurations. Before you install and configure your Cisco 200, you should verify that the connecting router is properly installed and configured. For more information on router installation and configuration, refer to the Cisco Connection Documentation CD-ROMs or the printed Cisco router documentation. GuidelinesThe following are general guidelines for configuring Cisco routers to communicate with the Cisco 200:
Figure A-1 illustrates the authentication configuration for the connecting router. Figure A-1: Connecting Router Authentication Configuration
Sample Router ConfigurationsThe following sections provide sample configurations for a Cisco 2503 router. The configurations of other Cisco Access and Cisco Enterprise routers will be similar. Cisco 2503 Using NI1The following example illustrates a connecting router configuration using PPP multilink with PPP callback and the NI1 ISDN protocol:
no keepalive
no ip route-cache no keepalive
no fair-queue ppp callback accept ppp multilink
!
map-class dialer HOMEOFFICE dialer callback-server !
Cisco 2503 Using 5ESS (Point-to-Point or Multipoint)The following example illustrates a connecting router configuration using the PPP multilink with PPP callback and 5ESS Point-to-Point Protocol (PPP) or Multipoint Protocol: Configuration for Central Site (2503) ! version 11.0 ! hostname HEADQUARTERS ! username ipx routing 0000.0c38.67bc isdn switch-type basic-5ess ! interface Ethernet0 ip address 192.168.100.1 255.255.255.0 no keepalive ipx network 50 ! interface BRI0 ip address 192.168.200.2 255.255.255.0 encapsulation ppp no ip route-cache no keepalive ipx network 22 no ipx route-cache ipx watchdog-spoof isdn spid1 0155530000 no peer default ip address pool !The following three lines are required for PPP callback dialer enable-timeout 2 dialer map ip 192.168.200.3 name dialer map ipx 22. ! dialer-group 1 no fair-queue !Required for PPP multilink ppp callback accept ppp multilink
!
map-class dialer HOMEOFFICE dialer callback-server !
Cisco 2503 Using DSS1The following example illustrates a connecting router configuration using PPP multilink with PPP callback and the DSS1 Protocol: ! version 11.0 ! hostname HEADQUARTERS ! username ipx routing 0000.0c07.ad01 isdn switch-type basic-net3 isdn tei-negotiation first-call ! interface Ethernet0 ip address 192.168.100.1 255.255.255.0 no keepalive ipx network 50 ! interface BRI0 ip address 192.168.200.2 255.255.255.0 encapsulation ppp no ip route-cache no keepalive ipx network 22 no ipx route-cache ipx watchdog-spoof !No SPID or Directory required for DSS1 no peer default ip address pool !The following three lines are required for PPP callback dialer enable-timeout 2 dialer map ip 192.168.200.3 name dialer map ipx 22. ! dialer-group 1 no fair-queue !Required for PPP multilink ppp callback accept ppp multilink
!
map-class dialer HOMEOFFICE dialer callback-server !
Other PPP-Compliant RoutersRefer to your router manufacturer's documentation for instructions on communicating with other PPP-compliant routers. |
|||