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!

Connect 2 Cisco 803

Status
Not open for further replies.

mgerste

Technical User
Oct 3, 2002
2
0
0
AT
Hy!

I´m looking for a configuration sample to connect two Cisco 803 via ISDN dialup in europe.

Thanx
 
hello try this...
be advise that switch-type can be diferent from country to country...see the switch-type on cisco web page
you can also use cisco configure maker.


lan--------cisco803------(isdn)----------cisco803_1-----lan


! Hostname: Cisco803
! Model: 803
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Cisco803
!
enable password a
username Cisco803_1 password a
!
no ip name-server
!
isdn switch-type basic-nwnet3
pots country US
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Cisco803_1
ip address 62.40.40.30 255.255.255.252
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer hold-queue 10
dialer map snapshot 1 name Cisco803_1 broadcast
dialer map ip 62.40.40.29 name Cisco803_1 speed 64 broadcast 111111111
dialer-group 1
ppp authentication chap
no ppp multilink
snapshot server 15 dialer
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 195.4.5.254 255.255.255.0
keepalive 10
!
interface BRI 0
no shutdown
description connected to Cisco803_1
no ip address
dialer rotary-group 1
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
router rip
version 2
network 62.0.0.0
network 195.4.5.0
no auto-summary
!
!
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password a
login
!
line vty 0 4
password a
login
!
end


! Hostname: Cisco803_1
! Model: 803
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Cisco803_1
!
enable password a
username Cisco803 password a
!
no ip name-server
!
isdn switch-type basic-nwnet3
pots country US
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Cisco803
ip address 62.40.40.29 255.255.255.252
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer hold-queue 10
dialer map snapshot 1 name Cisco803 broadcast 222222222
dialer map ip 62.40.40.30 name Cisco803 speed 64 broadcast 222222222
dialer-group 1
ppp authentication chap
no ppp multilink
snapshot client 15 360 suppress-statechange-update dialer
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN_1
ip address 195.5.4.254 255.255.255.0
keepalive 10
!
interface BRI 0
no shutdown
description connected to Cisco803
no ip address
dialer rotary-group 1
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
router rip
version 2
network 62.0.0.0
network 195.5.4.0
no auto-summary
!
!
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password a
login
!
line vty 0 4
password a
login
!
end

thanks...

I'm in ivoestg@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top