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!

Newbie

Status
Not open for further replies.

mousematt

MIS
Feb 5, 2001
102
0
0
GB
Hi could anyone help me, first here is my config

!
version 12.2
no service single-slot-reload-enable
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname TEST
!
logging rate-limit console 10 except errors
enable password
!
!
pots country US
ip subnet-zero
!
no ip domain-lookup
no ip finger
no ip dhcp-client network-discovery
isdn switch-type basic-net3
!
!
!
interface Ethernet0
description connected to EthernetLAN
ip address 20.20.20.1 255.255.255.0
!
interface BRI0
description connected to CorporateNetwork
no ip address
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
no cdp enable
!
interface Dialer1
description connected to CorporateNetwork
ip address negotiated
encapsulation ppp
no ip split-horizon
dialer in-band
dialer string 02920200020
dialer hold-queue 10
dialer-group 1
no cdp enable
ppp authentication chap pap callin
ppp chap hostname
ppp chap password
ppp pap sent-username password
!
router rip
version 2
passive-interface Dialer1
network 20.0.0.0
no auto-summary
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
!
dialer-list 1 protocol ip permit
snmp-server community public RO
snmp-server chassis-id JAD05360FPH
!
line con 0
exec-timeout 0 0
password
login
transport input none
stopbits 1
line vty 0 4
password
login
!
no rcapi server
!
!
end!


I'm new to cli commands, i need to get this router (803) to dial a number to allow me test weather our box at the other end will answer, could someone tell me the commands to get it to dial? Also I live in the UK this confi was made with config maker, should pots country be UK or something?
 
Hi,

Try telnetting into the router and pinging the ip address of the router on the other end. If everything is OK the line should be brought up.

Karl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top