Advertisement

07.28.2008 at 08:48AM PDT, ID: 23601136
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

MPLS circuit not routing public IP addresses all the way thru to our private network

Asked by Oyurttas in Networking Protocols

Tags: , ,

We have a MPLS (3MB) multilink circuit coming into our corporate office.  When trying to access the Internet, DNS resolves fine, but the packet is dropped on the next hop on the MPLS network.  In this case 172.31.255.25 (MPLS router).  Private IP addressing on the 192.168.1.0 / 24 network work fine, it's just public IPs that are dropped.  I have contacted the service provider and they are indicating it is something on our network not allowing public IPs thru.  When doing a traceroute to yahoo.com I get:

Success rate is 100 percent (5/5), round-trip min/avg/max = 44/44/44 ms
Fort_Collins_CO#ping www.yahoo.com      
Translating "www.yahoo.com"...domain server (192.168.1.100) [OK]

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 209.191.93.52, timeout is 2 seconds:
UUUUU
Success rate is 0 percent (0/5)
Fort_Collins_CO#traceroute 209.191.93.52

Type escape sequence to abort.
Tracing the route to www.yahoo-ht3.akadns.net (209.191.93.52)

  1 172.31.255.25 !N  !N  !N

Here is the remote end config:

version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Fort_Collins_CO
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
clock timezone MST -7
clock summer-time MST recurring
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
ip cef
!
!
ip domain name dxpe.com
ip name-server 192.168.1.100
ip name-server 192.168.1.101
!
interface FastEthernet0/0
 ip address 192.168.133.1 255.255.255.0
 ip helper-address 192.168.1.100
 ip helper-address 192.168.1.101
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 duplex auto
 speed auto
!
interface Serial0/1/0
 description <<Link to Level3 MPLS Network>>
 ip address 172.31.255.26 255.255.255.252
 encapsulation ppp
 service-module t1 timeslots 1-24
!
router eigrp 1
 network 192.168.133.0
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 network 172.31.255.24 0.0.0.3 area 0
 network 192.168.133.0 0.0.0.255 area 0
!
ip classless
no ip forward-protocol udp tftp
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
no ip forward-protocol udp tacacs
ip forward-protocol udp 1604
ip route 0.0.0.0 0.0.0.0 172.31.255.25
!
ip flow-export version 5
ip flow-export destination 192.168.4.44 2055
!
no ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
=========================================================
Our WAN core config:

version 12.4
service timestamps debug datetime msec
service timestamps log datetime localtime
no service password-encryption
!
hostname HostRouter7
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 informational
logging console informational
!
aaa new-model
!
!
aaa authentication login default local
!
aaa session-id common
!
resource policy
!
clock timezone CST -6
clock summer-time CST recurring
no network-clock-participate wic 3
ip subnet-zero
!
!
ip cef
!
!
ip flow-cache timeout active 1
ip domain name dxpe.com
ip name-server 192.168.1.100
ip name-server 192.168.1.101
!
!
!
username admin password 0 2nome2
!
!
controller T1 0/3/0
 framing esf
 linecode b8zs
 channel-group 0 timeslots 1-24
 description <<inbound T1 MPLS 0/3/0>>
!
controller T1 0/3/1
 framing esf
 linecode b8zs
 channel-group 0 timeslots 1-24
 description <<inbound T1 MPLS 0/3/1>>
!
class-map match-any voice-signaling
 match access-group 102
class-map match-any voice-stream
 match access-group 101
!
!
policy-map MPLS
  class voice-stream
  priority percent 50
  set ip dscp af21
  class voice-signaling
  bandwidth percent 5
  class class-default
  fair-queue
policy-map voice-T1
  class voice-stream
  priority 960
  class voice-signaling
  bandwidth 16
  class class-default
  fair-queue
!
!
!
!
interface Multilink1
 description <Multilink1>
 ip address 172.31.255.14 255.255.255.252
 ppp multilink
 ppp multilink group 1
!
interface FastEthernet0/0
 ip address 192.168.1.60 255.255.255.0
 ip route-cache flow
 duplex auto
 speed auto
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/3/0:0
 description <<1st T1 MPLS in from L3>>
 no ip address
 encapsulation ppp
 ppp multilink group 1
!
interface Serial0/3/1:0
 description <<2nd T1 MPLS in from L3>>
 no ip address
 encapsulation ppp
 ppp multilink group 1
!
router eigrp 1
 redistribute static
 redistribute ospf 1 metric 1000 100 250 1 1500
 network 192.168.1.0
 network 192.168.129.0
 network 192.168.131.0
 network 192.168.132.0
 network 192.168.133.0
 network 192.168.135.0
 network 192.168.136.0
 network 192.168.251.0
 network 192.168.253.0
 no auto-summary
!
router ospf 1
 log-adjacency-changes
 redistribute eigrp 1 subnets
 network 172.31.255.12 0.0.0.3 area 0
!
ip classless
no ip forward-protocol udp netbios-ns
no ip forward-protocol udp netbios-dgm
ip flow-export version 5
ip flow-export destination 192.168.4.44 2055
!
ip http server
ip http authentication local
no ip http secure-server
!
access-list 101 permit ip any any dscp ef
access-list 102 permit ip any any dscp af41
access-list 102 permit ip host 192.168.1.14 any
access-list 102 permit ip any host 192.168.1.14
access-list 102 permit ip host 192.168.1.17 any
access-list 102 permit ip any host 192.168.1.17
access-list 102 permit ip host 192.168.1.31 any
access-list 102 permit ip any host 192.168.1.31
access-list 102 permit ip host 192.168.1.32 any
access-list 102 permit ip any host 192.168.1.32
snmp-server community Trinity3n1 RO
snmp-server community redrum RW
snmp-server enable traps tty
!Start Free Trial
[+][-]07.31.2008 at 02:16PM PDT, ID: 22133601

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.01.2008 at 07:59AM PDT, ID: 22138894

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.03.2008 at 12:59PM PDT, ID: 22148661

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 09:11AM PDT, ID: 22153638

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 01:37PM PDT, ID: 22155969

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.04.2008 at 02:09PM PDT, ID: 22156247

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.11.2008 at 10:30AM PDT, ID: 22206393

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Networking Protocols
Tags: Cisco, OSPF and EIGRP, 12.14
Sign Up Now!
Solution Provided By: Oyurttas
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628