cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
440
Views
0
Helpful
2
Replies

pbr-based Dialer

sohaildxbfze
Level 1
Level 1

hi,

i am struggling for a simple issue, i have bgp between remote & hq site, able to receive routes from hq.

ADSL is up & configured to take internet traffic from branch networks from interfaces fa0/0.40 OR fa0/0.41 & can ping google.com from branch router, but when fa0/0.40 OR fa0/0.41 is made source unable to reach internet

remote branch config is as follows

lan-side

-----------

interface FastEthernet0/0
no ip address
duplex full
speed 100
!

interface FastEthernet0/0.40
encapsulation dot1Q 40
ip address 192.168.40.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
no ip mroute-cache
no cdp enable
!

1interface FastEthernet0/0.41
encapsulation dot1Q 41
ip address 192.168.41.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
no ip virtual-reassembly
no ip mroute-cache
no cdp enable
!

interface FastEthernet0/0/0
description [INTERNET-ADSL-LINK]
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
no ip mroute-cache
duplex auto
speed auto
pppoe enable group global
pppoe-client dial-pool-number 1
no cdp enable
!

interface Dialer1

description ADSL INTERNET Dialer for PPOE

ip address negotiated

no ip unreachables

ip nat outside

no ip virtual-reassembly

encapsulation ppp

no ip mroute-cache

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication pap chap callin

ppp chap hostname *****

ppp chap password  *******

ppp pap sent-username **** password ****

ppp ipcp dns request accept
ppp ipcp route default
ppp ipcp address accept
end

!

access-list 10 permit 192.168.40.0 0.0.0.255
dialer-list 1 protocol ip list 10

!

branch-RTR01#sh ip int brie
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            unassigned      YES NVRAM  up                    up     
FastEthernet0/0.40         192.168.40.1    YES NVRAM  up                    up     
FastEthernet0/0.41         192.168.41.1    YES NVRAM  up                    up     
FastEthernet0/0/0          unassigned      YES NVRAM  up                    up     
NVI0                       172.30.1.9      YES unset  up                    up     
Virtual-Access1            unassigned      YES unset  up                    up     
Virtual-Access2            unassigned      YES unset  up                    up     
Dialer1                    83.110.248.229  YES IPCP   up                    up    

!

ip dhcp excluded-address 192.168.40.1 192.168.40.20
!
ip dhcp pool DATA
   network 192.168.40.0 255.255.255.0
   default-router 192.168.40.1
   dns-server 213.42.20.20
!

Any idea???????

1 Accepted Solution

Accepted Solutions

danrya
Level 1
Level 1

A ping from the router will normally be sourced from 83.110.248.229 and wouldn't need to be NAT'd.  What does the NAT config look like?

View solution in original post

2 Replies 2

danrya
Level 1
Level 1

A ping from the router will normally be sourced from 83.110.248.229 and wouldn't need to be NAT'd.  What does the NAT config look like?

aha,

I missed the Nat'd statement, following is the one which solved my problem

ip nat inside source list 10 interface Dialer1 overload

thx man..

Review Cisco Networking products for a $25 gift card