Re: [nsp] Cisco 760

From: Al Roethlisberger (aroethli@cisco.com)
Date: Mon Jan 05 1998 - 15:39:47 EST


At 06:15 PM 1/5/98 +0100, you wrote:
>Hi,
>
>does anyone have a sample configuration for a Cisco 760
>with ISDN Dial out and CLI Callback. I'm really frustrated :-()
>Or even a URL for reading.
>
>best regards Thomas

Here is a fairly standard configuration I am using for a 700 series dialing
into a central site. This will cover a basic configuration. BTW, many of
the commands shown are default, so you don't necessarily have to enter this
entire running-config. Also, this configuration does not include the CLI
Callback. But it is fairly simple, and I will include the URL to the 700
Series FAQ, and the excerpt from that FAQ on CLI Callback.

test> upl
CD
SET SCREENLENGTH 20
SET COUNTRYGROUP 1
SET LAN MODE ANY
SET WAN MODE ONLY
SET AGE OFF
SET MULTIDESTINATION ON
SET SWITCH 5ESS
SET 1 SPID 01xxxxxxx0
SET 1 DIRECTORYNUMBER xxxxxxx
SET PHONE1 = xxxxxxx
SET 2 SPID 01xxxxxxx0
SET 2 DIRECTORYNUMBER xxxxxxx
SET PHONE2 = xxxxxxx
SET AUTODETECTION OFF
SET 1 DELAY 30
SET 2 DELAY 30
SET BRIDGING ON
SET LEARN ON
SET PASSTHRU OFF
SET SPEED AUTO
SET PLAN NORMAL
SET 1 AUTO ON
SET 2 AUTO ON
SET 1 NUMBER
SET 2 NUMBER
SET 1 BACKUPNUMBER
SET 2 BACKUPNUMBER
SET 1 RINGBACK
SET 2 RINGBACK
SET CLICALLBACK OFF <<< This section[above] is where CLI Callback is configured
SET SYSTEMNAME test
LOG CALLS TIME VERBOSE
SET UNICASTFILTER OFF
DEMAND 1 THRESHOLD 0
DEMAND 2 THRESHOLD 48
DEMAND 1 DURATION 1
DEMAND 2 DURATION 1
DEMAND 1 SOURCE LAN
DEMAND 2 SOURCE BOTH
TIMEOUT 1 THRESHOLD 0
TIMEOUT 2 THRESHOLD 48
TIMEOUT 1 DURATION 180
TIMEOUT 2 DURATION 180
TIMEOUT 1 SOURCE LAN
TIMEOUT 2 SOURCE BOTH
SET REMOTEACCESS PROTECTED
SET LOCALACCESS ON
SET LOGOUT 5
SET CALLERID OFF
SET PPP AUTHENTICATION IN CHAP
SET PPP AUTHENTICATION OUT CHAP
SET PPP CALLBACK REQUEST OFF
SET PPP CALLBACK REPLY OFF
SET PPP NEGOTIATION INTEGRITY 10
SET PPP NEGOTIATION COUNT 10
SET PPP NEGOTIATION RETRY 3000
SET PPP TERMREQ COUNT 2
SET PPP MULTILINK ON
SET COMPRESSION OFF
SET PPP BACP ON
SET PPP ADDRESS NEGOTIATION LOCAL OFF
SET IP PAT UDPTIMEOUT 5
SET IP PAT TCPTIMEOUT 30

SET IP PAT PORTHANDLER FTP 10.0.0.2 # of interest, this is a port mapping
for pat support

SET SNMP CONTACT ""
SET SNMP LOCATION ""
SET SNMP TRAP COLDSTART OFF
SET SNMP TRAP WARMSTART OFF
SET SNMP TRAP LINKDOWN OFF
SET SNMP TRAP LINKUP OFF
SET SNMP TRAP AUTHENTICATIONFAIL OFF
SET DHCP SERVER
SET DHCP ADDRESS 10.0.0.3 12
SET DHCP NETMASK 255.255.255.240
SET DHCP DNS PRIMARY x.x.x.x
SET DHCP DNS SECONDARY y.y.y.y
SET DHCP DOMAIN yourdomain.com
SET DHCP GATEWAY PRIMARY 10.0.0.1
SET DHCP WINS PRIMARY x.x.x.x
SET DHCP WINS SECONDARY y.y.y.y
SET DHCP NETBIOS_SCOPE
SET VOICEPRIORITY INCOMING INTERFACE PHONE1 CONDITIONAL
SET VOICEPRIORITY OUTGOING INTERFACE PHONE1 CONDITIONAL
SET CALLWAITING INTERFACE PHONE1 ON
SET VOICEPRIORITY INCOMING INTERFACE PHONE2 CONDITIONAL
SET VOICEPRIORITY OUTGOING INTERFACE PHONE2 CONDITIONAL
SET CALLWAITING INTERFACE PHONE2 ON
SET USER LAN
SET BRIDGING ON
SET IP ROUTING ON
SET IP FRAMING ETHERNET_II
SET USER Internal # We are using PAT in this case, but you could use
public addressing as well

SET SUBNET 255.255.255.240
SET IP ROUTING ON
SET IP ADDRESS 10.0.0.1
SET IP NETMASK 255.255.255.240
SET IP FRAMING ETHERNET_II
SET IP PROPAGATE ON
SET IP COST 1
SET IP RIP RECEIVE V1
SET IP RIP UPDATE OFF
SET IP RIP VERSION 1
SET USER Standard
SET PROFILE ID 000000000000
SET PROFILE POWERUP ACTIVATE
SET PROFILE DISCONNECT KEEP
SET IP ROUTING ON
SET IP ADDRESS 0.0.0.0
SET IP NETMASK 0.0.0.0
SET IP FRAMING NONE
SET IP RIP RECEIVE V1
SET IP RIP UPDATE OFF
SET IP RIP VERSION 1
SET USER isdndialin-gw # this is the dialin gateway
SET PROFILE ID 000000000000
SET PROFILE POWERUP ACTIVATE
SET PROFILE DISCONNECT KEEP
SET SPEED 64K
SET 1 NUMBER 15155555555
SET 2 NUMBER 15155555555
SET IP ROUTING ON
SET IP ADDRESS 0.0.0.0
SET IP NETMASK 0.0.0.0
SET IP FRAMING NONE
SET IP RIP RECEIVE V1
SET IP RIP UPDATE OFF
SET IP RIP VERSION 1
SET IP PAT ON
SET IP ROUTE DEST 0.0.0.0/0 GATEWAY 0.0.0.0 PROPAGATE OFF COST 1
CD
SET BUTTON Standard

700 Series FAQ

http://www.cisco.com/warp/customer/458/44.html

Not exactly the answer you were looking for, but close enough to give you an
idea where to go I hope...

Q: Can the 700 Series router do CLI callback to call back a different
number then the one that called in?

     A: Yes. Here's the configuration for a remote user named "test":

          SET USER test
          SET 1 NUMBER 3339693 # first called number is just a fake
number
          SET 2 NUMBER 5763360 #
          SET 1 BACKUPNUMBER 5763360 # backup number we will call when
first fails.
          SET 1 RINGBACK 5763361
          SET 2 RINGBACK 9539696
          SET CLICALLBACK ON 4 # we match on the last 4
digits of the
          fake number
          TIMEOUT 1 DURATION 0
          SET PPP CALLBACK REQUEST OFF
          SET PPP CALLBACK REPLY OFF
          SET COMPRESSION OFF
          SET PPP ADDRESS NEGOTIATION LOCAL ON
          SET IP ROUTING ON
          SET IP ADDRESS 0.0.0.0
          SET IP NETMASK 0.0.0.0
          SET IP FRAMING NONE
          SET IP ROUTE DEST 192.168.50.0/24 GATEWAY 0.0.0.0 PROPAGATE ON COST 1



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:13:14 EDT