- 论坛徽章:
- 0
|
I need help in configuring Cisco3662 Router containing ISDN-PRI/E1\r\ndigital modems. The configuration has been done, but facing the\r\nfollowing problem:\r\nWhen the remote client dial-in to the router, the digital modems\r\naccept the Analog calls, verify the username/password trying to register\r\nthe client, it gives an error \"733 TCP/IP your computer and the server\r\ncan not agree on control protocol\".\r\nIn the configuration contains the following:\r\n* Define an Async group\r\n* Define D-Channel\r\n<!start>;\r\n!\r\naaa new-model\r\naaa authentication login local local\r\naaa authentication ppp default local\r\n\r\nisdn switch-type primary-net5\r\nisdn voice-call-failure 0\r\n!\r\n!\r\n!\r\n!\r\n!\r\n!\r\n\r\ncontroller E1 2/0\r\n pri-group timeslots 1-31\r\n!\r\n\r\n!\r\n\r\ninterface Serial2/0:15\r\n no ip address\r\n no ip directed-broadcast\r\n encapsulation ppp\r\n isdn switch-type primary-net5\r\n isdn incoming-voice modem\r\n isdn guard-timer 3000\r\n\r\n!\r\ninterface Group-Async1\r\n description connected tp Dial-in pcs (Analog)\r\n ip address 10.x.x.x 255.255.255.0\r\n no ip directed-broadcast\r\n encapsulation ppp\r\n no ip split-horizon\r\n dialer in-band\r\n dialer idle-timeout 900\r\n dialer-group 2\r\n async mode dedicated\r\n peer default ip address pool cisco3662-group-2\r\n no fair-queue\r\n ppp authentication chap pap callin\r\n group-range 161 190\r\n!\r\n\r\n!\r\n\r\nip local pool cisco3662-group-2 10.x.x.x 10.x.x.x\r\n\r\n\r\ndialer-list 2 protocol ip permit\r\n\r\nline 161 190\r\n modem InOut\r\n transport input all\r\n stopbits 1\r\n flowcontrol hardware\r\n\r\n!\r\n<!-end>;\r\n\r\n Any suggestions?\r\n\r\nThanks |
|