Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 801 configuration problem, please help

Status
Not open for further replies.

EnglishGuy

Vendor
Jul 24, 2000
19
0
0
GB
I have a cisco 801 isdn router, my configuration script is as below, it will not dial on demand, or if I force a line connection will not move traffic, so no pages can be found.
Would you be kind as to take a look and see what must be so obviously wrong!(maybe a line missing?)
I know my pc and ip addresses and masks are correct beacause when I plug my 761m router in it works fine.
My pc lan address is 172.16.1.1
Subnet mask 255.255.0.0
Default gateway 172.16.1.252
Randomly allocated ip address
I used the gui setup
[PC to Router Connection]
ConnectionType=3

[DHCP Server in Router]
SetRouterAsDHCPServerOnE0=0

[DHCP Relay Settings]
SetDHCPRelay=0
RemoteDHCPServerAddress=

[PC Settings]
UsePCGatewayAsRouterLANIP=0
SetAutomaticChangeIPStackWhenNeededByFastStep=1
SetChangeIPStackOnConsole=0
SetForceStaticAddressOnPCAlways=0
ForceStaticIPAddress=
ForceStaticIPMask=
SetPCAsDHCPClientAlwaysOnConsole=0
UseRouterLANIPAsPCGateway=0
SetAdjustPCStackSettings=1

[Belle Systems]
SetBelleSystemSupport=0
RebootCount=-1
ISPSetupURL=http://www.cisco.com/go/faststep
ISPLocalURL=http://www.cisco.com
UniqueID=4

[Service Selection]
ShowTestConnectionButton=1
ShowTechSupportInfoButton=1
ISPSuccessText1=
ISPSuccessText2=
ISPSuccessText3=
ISPSuccessText4=
UniqueID=5

[Local LAN Ethernet0 Settings]
SetNetBiosFilterOnE0=1
LANIPAddressE0=172.16.1.2
LANIPSubnetMaskE0=255.255.0.0

[Router Security]
RouterName=Router
ReadonlyPassword=#######
EnablePassword=######

[Setup Type]
SetRouterToDefaultConfig=1
SetSkipTesting=0
SetRunMonitorNow=0

[ISDN Settings]
EnableAOCTimeout=0
AOCShortHoldTimeOut=120
SwitchType=5
SwitchSpeed=3
SPID1=
SPID2=
IdleTimeoutISP=300
LoadThresholdISP=10
HoldQueueISP=10

[Cost Control Settings]
SetRestrictToOneDataChannel=1
SetRestrictTimeOfDayWhenDataCallsCanBeMade=0
SetStartTime=00:00
SetEndTime=23:59

[Remote Phone]
RemotePhoneNumberISP1=08089933000
RemotePhoneNumberISP2=

[PPP Settings]
HideCentralRouternameISP=0
UserNameISP=######
PasswordISP=####
CentralRouterISP=

[NAT Settings]
HidePAT=0
HideAddressRange=0
HideNetworkAddress=0
FirstAddress=0.0.0.0
LastAddress=0.0.0.0
NetworkSubnetMask=255.0.0.0

[Remote Network Interface Settings]
SetNetBiosFilterOnISP=1
WANIPAddressISP=212.56.117.119
WANIPSubnetMaskISP=255.255.255.255
AutomaticWANIPAddressDiscoverISP=6

[Skipped Dialogs]
SkipToSetupandTest=0
PCToRouterConnection=0
ReviewSettings=0
SaveFileAs=0
StartMonitoring=0
TestingInterfaceConnectionISP=0
EraseConfiguration=0
InternetServersEnableDMZ=0
StartRouterSetup=0
RemoteConnectionType=0
RemotePhoneNumbersISP=0
PPPUserNameAndPasswordISP=0
InternetServersIPAddressRangeGivenByYourISP=0
NextConnection=0
CostControlSetting=0
LanIPAddressAndMaskForEthernet0=0
UniqueID=6

[Additional IOS Commands]
cmd1=
 
interface Ethernet0
ip address 172.16.1.252 255.255.255.0
ip access-group 102 in
ip nat inside
!
interface BRI0
no ip address
encapsulation ppp
dialer rotary-group 1
!
interface Dialer1
description XXXXXXXXX
ip address negotiated
no ip proxy-arp
ip nat outside
encapsulation ppp
no ip split-horizon
dialer in-band
dialer string 012300000
dialer load-threshold 100 either
dialer-group 1
no cdp enable
ppp quality 50
ppp authentication pap callin
ppp pap sent-username (username) password (password)
ppp multilink
!
ip nat inside source list 102 interface Dialer1 overload
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 102 permit tcp any any
dialer-list 1 protocol ip permit

Hope that helps
!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top