Hi I have a site that has recently had an extended reach ADSL line put in.
I am new to the company and as far as I can tell there is an Exising ISDN line in as they have not been able to get the Cisco router to work.
the default config is below:
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxxx
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
enable secret xxxxxxxxx
!
username xxxxx
clock timezone GMT 0
clock save interval 8
no aaa new-model
ip subnet-zero
no ip domain lookup
ip domain name xxxxxxxx
ip host caserver1 xxxxxxx
ip dhcp excluded-address xxxxx
ip dhcp excluded-address xxxxx
!
ip dhcp pool BranchDHCP
network xxxxxx
dns-server xxxxx
default-router xxxxx
domain-name xxxxxx
!
ip inspect name fwinspect udp
ip inspect name fwinspect smtp
ip inspect name fwinspect cuseeme
ip inspect name fwinspect ftp
ip inspect name fwinspect h323
ip inspect name fwinspect rcmd
ip inspect name fwinspect realaudio
ip inspect name fwinspect streamworks
ip inspect name fwinspect vdolive
ip inspect name fwinspect sqlnet
ip inspect name fwinspect tftp
ip inspect name fwinspect icmp
ip inspect name fwinspect http
ip audit po max-events 100
no ftp-server write-enable
!
crypto pki trustpoint caserver1
enrollment mode ra
enrollment url xxxxxx
serial-number
revocation-check none
auto-enroll
!
!
crypto pki certificate chain caserver1
certificate xxxxxxxx
!
!
!
crypto isakmp policy 10
encr 3des
group 2
crypto isakmp keepalive 10 5
!
!
crypto ipsec transform-set 3dessha esp-3des esp-sha-hmac
mode transport
!
crypto ipsec profile xxxxxx
set transform-set 3dessha
!
!
!
!
interface Tunnel1
bandwidth 1000
ip address xxxxx
ip mtu 1416
ip nhrp authentication secret
ip nhrp map xxxxx
ip nhrp network-id 1001
ip nhrp holdtime 300
ip nhrp nhs xxxxx
delay 1000
tunnel source Dialer1
tunnel destination xxxxx
tunnel key 1001
tunnel protection ipsec profile xxxxx
!
interface Tunnel2
bandwidth 1000
ip address xxxxx
ip mtu 1416
ip nhrp authentication secret
ip nhrp map xxxxx
ip nhrp network-id 1002
ip nhrp holdtime 300
ip nhrp nhs xxxxx
delay 1500
tunnel source Dialer1
tunnel destination xxxxx
tunnel key 1002
tunnel protection ipsec profile xxxxxxx
!
interface Ethernet0
ip address xxxxx
ip tcp adjust-mss 1300
hold-queue 100 out
!
interface ATM0
mtu 1458
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer1
mtu 1458
ip address negotiated
ip access-group 199 in
encapsulation ppp
dialer pool 1
dialer idle-timeout 2147483
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxxx
ppp chap password xxxxxxx
!
router eigrp 100
offset-list 1 out 12800 Tunnel2
network xxxxx
network xxxxx
network xxxxx
distribute-list 1 out
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
<----omitted---->
what is the best way to get this working - I have been told something about changing the pvc value
thanks in advance
Steve Lindley
CCNA
I am new to the company and as far as I can tell there is an Exising ISDN line in as they have not been able to get the Cisco router to work.
the default config is below:
!
version 12.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname xxxxx
!
boot-start-marker
boot-end-marker
!
memory-size iomem 5
enable secret xxxxxxxxx
!
username xxxxx
clock timezone GMT 0
clock save interval 8
no aaa new-model
ip subnet-zero
no ip domain lookup
ip domain name xxxxxxxx
ip host caserver1 xxxxxxx
ip dhcp excluded-address xxxxx
ip dhcp excluded-address xxxxx
!
ip dhcp pool BranchDHCP
network xxxxxx
dns-server xxxxx
default-router xxxxx
domain-name xxxxxx
!
ip inspect name fwinspect udp
ip inspect name fwinspect smtp
ip inspect name fwinspect cuseeme
ip inspect name fwinspect ftp
ip inspect name fwinspect h323
ip inspect name fwinspect rcmd
ip inspect name fwinspect realaudio
ip inspect name fwinspect streamworks
ip inspect name fwinspect vdolive
ip inspect name fwinspect sqlnet
ip inspect name fwinspect tftp
ip inspect name fwinspect icmp
ip inspect name fwinspect http
ip audit po max-events 100
no ftp-server write-enable
!
crypto pki trustpoint caserver1
enrollment mode ra
enrollment url xxxxxx
serial-number
revocation-check none
auto-enroll
!
!
crypto pki certificate chain caserver1
certificate xxxxxxxx
!
!
!
crypto isakmp policy 10
encr 3des
group 2
crypto isakmp keepalive 10 5
!
!
crypto ipsec transform-set 3dessha esp-3des esp-sha-hmac
mode transport
!
crypto ipsec profile xxxxxx
set transform-set 3dessha
!
!
!
!
interface Tunnel1
bandwidth 1000
ip address xxxxx
ip mtu 1416
ip nhrp authentication secret
ip nhrp map xxxxx
ip nhrp network-id 1001
ip nhrp holdtime 300
ip nhrp nhs xxxxx
delay 1000
tunnel source Dialer1
tunnel destination xxxxx
tunnel key 1001
tunnel protection ipsec profile xxxxx
!
interface Tunnel2
bandwidth 1000
ip address xxxxx
ip mtu 1416
ip nhrp authentication secret
ip nhrp map xxxxx
ip nhrp network-id 1002
ip nhrp holdtime 300
ip nhrp nhs xxxxx
delay 1500
tunnel source Dialer1
tunnel destination xxxxx
tunnel key 1002
tunnel protection ipsec profile xxxxxxx
!
interface Ethernet0
ip address xxxxx
ip tcp adjust-mss 1300
hold-queue 100 out
!
interface ATM0
mtu 1458
no ip address
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface Dialer1
mtu 1458
ip address negotiated
ip access-group 199 in
encapsulation ppp
dialer pool 1
dialer idle-timeout 2147483
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxxx
ppp chap password xxxxxxx
!
router eigrp 100
offset-list 1 out 12800 Tunnel2
network xxxxx
network xxxxx
network xxxxx
distribute-list 1 out
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
no ip http server
no ip http secure-server
!
<----omitted---->
what is the best way to get this working - I have been told something about changing the pvc value
thanks in advance
Steve Lindley
CCNA