[afnog] afnog Digest, Vol 54, Issue 23
Frank A. Kuse
franko at africaonline.com.gh
Wed Sep 24 09:18:29 UTC 2008
Hi Scott,
For now we have reverted all interfaces to be similar but we know that based
on what Mark and Peter sent, if we change MTU on the gigabit interface to
1500, mpls works fine.
Thanks,
Frank A. Kuse
-----Original Message-----
From: afnog-bounces at afnog.org [mailto:afnog-bounces at afnog.org] On Behalf Of
afnog-request at afnog.org
Sent: Wednesday, September 24, 2008 8:25 AM
To: afnog at afnog.org
Subject: [!! SPAM] afnog Digest, Vol 54, Issue 23
Send afnog mailing list submissions to
afnog at afnog.org
To subscribe or unsubscribe via the World Wide Web, visit
http://afnog.org/mailman/listinfo/afnog
or, via email, send a message with subject or body 'help' to
afnog-request at afnog.org
You can reach the person managing the list at
afnog-owner at afnog.org
When replying, please edit your Subject line so it is more specific than
"Re: Contents of afnog digest..."
Today's Topics:
1. Re: Problem bringing up MPLS on dissimilar interfaces
(Scott Weeks)
2. Re: Problem bringing up MPLS on dissimilar interfaces
(Maina Noah)
3. Re: Problem bringing up MPLS on disimilar interfaces (Mark Tinka)
4. Re: Problem bringing up MPLS on disimilar interfaces
(Frank A. Kuse)
5. Re: Problem bringing up MPLS on disimilar interfaces
(Peter Nyamukusa)
6. Re: Problem bringing up MPLS on disimilar interfaces
(Frank A. Kuse)
----------------------------------------------------------------------
Message: 1
Date: Tue, 23 Sep 2008 05:02:14 -0700
From: "Scott Weeks" <surfer at mauigateway.com>
Subject: Re: [afnog] Problem bringing up MPLS on dissimilar interfaces
To: <afnog at afnog.org>
Message-ID: <20080923050214.7901B999 at resin11.mta.everyone.net>
Content-Type: text/plain; charset="UTF-8"
Hello,
Can you let the list know what the solution was in case someone looks over
the mailing list archives later in an attempt to fix a problem?
scott
--- franko at africaonline.com.gh wrote:
From: "Frank A. Kuse" <franko at africaonline.com.gh>
Your configs were helpful and I am grateful.
MPLS is up and running well.
Regards,
-----Original Message-----
From: Peter Nyamukusa [mailto:peter.nyamukusa at africaonline.co.tz]
Sent: Monday, September 22, 2008 8:31 PM
To: 'Frank A. Kuse'; mtinka at globaltransit.net
Cc: afnog at afnog.org
Subject: RE: [afnog] Problem bringing up MPLS on dissimilar interfaces
HI Frank,
I have a setup identical to yours which is working very well
P-R1#(config-subif)#do sh mpls ldp nei
Peer LDP Ident: x.x.180.233:0; Local LDP Ident x.x.180.232:0
TCP connection: x.x.180.233.39964 - x.x.180.232.646
State: Oper; Msgs sent/rcvd: 239/298; Downstream
Up time: 00:00:05
LDP discovery sources:
FastEthernet0/1.101, Src IP addr: x.x.180.154
PE-R1#sh mpls ldp neighbor
Peer LDP Ident: x.x.180.232:0; Local LDP Ident x.x.180.233:0
TCP connection: x.x.180.232.646 - 41.220.180.233.39964
State: Oper; Msgs sent/rcvd: 300/241; Downstream
Up time: 00:02:06
LDP discovery sources:
GigabitEthernet0/2, Src IP addr: x.x..180.153
Addresses bound to peer LDP Ident:
Can you replace mtu 1512 with mpls mtu 1512 on G0/1 and check you have no
access-list blocking LDP port 646 (common problem) Hardcode your mpls
router-id using mpls ldp router-id loopback0 It would also be good practice
to run isis level on within same area (POPs) using isis circit-type level-1
you can run level-1-2 or level-2 only on your WAN links.
Finally I suggest you check that your IGP is working as desired and the
loopback ips are injected as isis level-1 routes.
NB. One point of note be very careful when redistributing as you may inject
unwanted routes I suggest to selectively inject the routes you need using a
route-map see below
router isis
net 49.0001.0000.0000.0001.00
is-type level-1
domain-password xxxxx
area-password xxxxx
redistribute connected metric 50 route-map redist-connected metric-type
external level-1 redistribute static ip metric 50 route-map redist-static
metric-type external level-1
access-list 10 permit x.x.x.48 0.0.0.15
access-list 50 permit x.x.x.216 0.0.0.3
route-map redist-static permit 10
match ip address 10
!
route-map redist-connected permit 10
match ip address 50
and verify on originating router
sh ip route x.x.x.48
Routing entry for x.x.x.48/28
Known via "static", distance 1, metric 0 (connected)
Redistributing via isis
Advertised by isis metric 50 metric-type external level-1 route-map
redist-static
Routing Descriptor Blocks:
* directly connected, via Serial2/1
Route metric is 0, traffic share count is 1
As well as adjacent router
sh ip route x.x.x.48
Routing entry for x.x.x/28
Known via "isis", distance 115, metric 124, type level-1
Redistributing via isis
Advertised by bgp xxxx
Last update from x.x.x.97 on GigabitEthernet0/1, 13:47:05 ago
Routing Descriptor Blocks:
* x.x.x.97, from x.x.x.225, via GigabitEthernet0/1
Route metric is 124, traffic share count is 1
HTH
Peter Nyamukusa - CCIP, JNCIS, MCSE 2000/2003. Linux+
-----Original Message-----
From: afnog-bounces at afnog.org [mailto:afnog-bounces at afnog.org] On Behalf Of
Frank A. Kuse
Sent: Monday, September 22, 2008 5:11 PM
To: mtinka at globaltransit.net
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
Below are the requested parameters.
The show mpls ldp neighbor doesn't show anything.
Cisco 7200 NPE 400
interface Loopback0
ip address 212.85.211.131 255.255.255.255
ip router isis
interface FastEthernet0/0
description Interface to P routers
ip address 212.85.212.3 255.255.255.248
duplex auto
speed auto
mpls label protocol ldp
mpls ip
mpls mtu 1512
router isis
net 49.0001.0000.0000.0300.00
redistribute static ip <be carefull here you can redistribute unwanted
routes and thus even cause a routing loop, any new static route is injected>
passive-interface default
no passive-interface FastEthernet0/0
no passive-interface FastEthernet0/1
no passive-interface FastEthernet2/0
no passive-interface FastEthernet2/1
no passive-interface Loopback0
Cisco 7200 NPE G1
interface Loopback0
ip address 212.85.211.130 255.255.255.255
ip router isis
!
interface GigabitEthernet0/1
description Interface to POPs
mtu 1512 <Replace this mpls mtu 1512>
ip address 212.85.212.2 255.255.255.248
duplex auto
speed auto
media-type rj45
negotiation auto
mpls label protocol ldp
mpls ip
router isis
net 49.0001.0000.0000.0200.00
passive-interface default
no passive-interface GigabitEthernet0/1
no passive-interface GigabitEthernet0/2
no passive-interface GigabitEthernet0/3
no passive-interface Loopback0
-----Original Message-----
From: Mark Tinka [mailto:mtinka at globaltransit.net]
Sent: Saturday, September 20, 2008 11:55 AM
To: Frank A. Kuse
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
On Saturday 20 September 2008 03:08:31 Frank A. Kuse wrote:
> I am having some trouble bringing up MPLS up on disimilar interfaces (
> FastEthernet Interface and Gigabit interface both connecting to a
> cisco 3750 switch with Jumbo frames
> enabled)
Note that if these are Cisco routers, with the exception of the high-end kit
(i.e., 7600, XR 12000, CRS-1), Cisco don't generally support baby giant or
jumbo frames on their FE cards (although we are now seeing support for being
able to change the MTU on FE interfaces on the 7200 for much more recent
code).
> When i change the Gigabit interface to a FastEthernet interface, the
> MPLS comes up.
Could we see some of your configurations on both routers (I'm assuming these
are Cisco)? If possible, can you send?
* sh run int <interface>
* sh int <interface>
* sh mpls interfaces
* sh mpls ldp neighbor
It'd be good to also look at your IGP configuration.
Recommend that you also have these commands by default in your global
configuration:
* mpls label protocol ldp
* mpls ldp router-id Loopback0
> I would like to know if it's possible to bring up MPLS up between two
> disimilar interfaces.
It is possible - I've done it before.
Cheers,
Mark.
_______________________________________________
afnog mailing list
http://afnog.org/mailman/listinfo/afnog
_______________________________________________
afnog mailing list
http://afnog.org/mailman/listinfo/afnog
------------------------------
Message: 2
Date: Tue, 23 Sep 2008 07:06:33 -0700
From: "Maina Noah" <mainanoah at ipexpertz.net>
Subject: Re: [afnog] Problem bringing up MPLS on dissimilar interfaces
To: afnog at afnog.org
Message-ID:
<20080923070633.e79276b905eee3fc0748e205b454b6ac.032bf1a4c8.wbe at email.secure
server.net>
Content-Type: text/plain; charset="us-ascii"
An HTML attachment was scrubbed...
URL:
<http://afnog.org/pipermail/afnog/attachments/20080923/f13c980a/attachment-0
001.html>
------------------------------
Message: 3
Date: Wed, 24 Sep 2008 00:18:37 +0800
From: Mark Tinka <mtinka at globaltransit.net>
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
To: "Frank A. Kuse" <franko at africaonline.com.gh>
Cc: afnog at afnog.org
Message-ID: <200809240018.41784.mtinka at globaltransit.net>
Content-Type: text/plain; charset="iso-8859-1"
On Tuesday 23 September 2008 18:17:36 Frank A. Kuse wrote:
> Thanks very much for your support. MPLS is up and running very well
> now.
Glad to hear everything is working great!
> The reason of using IS-IS is for future expansion of our network.
I'd suggest taking a closer look at your IS-IS deployment (one of my
suspicions with your LDP problem was the Loopback address wasn't propagating
properly within IS-IS).
I've put up some IS-IS ideas I think would be general best practice on my
blog here:
http://aknit-routing.blogspot.com/2008/06/is-is-routing-protocol-best-practi
ces.html
Have a look when you get a chance and see if there's anything you might find
useful.
Cheers,
Mark.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
URL:
<http://afnog.org/pipermail/afnog/attachments/20080924/283b0e2b/attachment-0
001.bin>
------------------------------
Message: 4
Date: Tue, 23 Sep 2008 16:42:09 -0000
From: "Frank A. Kuse" <franko at africaonline.com.gh>
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
To: <mtinka at globaltransit.net>
Cc: afnog at afnog.org
Message-ID: <20080923164202.ECC8B290F76 at av2.africaonline.com.gh>
Content-Type: text/plain; charset="us-ascii"
Hi Mark,
Thanks very much for the link.
This will surely help us in our design consideration.
Cheers,
-----Original Message-----
From: Mark Tinka [mailto:mtinka at globaltransit.net]
Sent: Tuesday, September 23, 2008 4:19 PM
To: Frank A. Kuse
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
On Tuesday 23 September 2008 18:17:36 Frank A. Kuse wrote:
> Thanks very much for your support. MPLS is up and running very well
> now.
Glad to hear everything is working great!
> The reason of using IS-IS is for future expansion of our network.
I'd suggest taking a closer look at your IS-IS deployment (one of my
suspicions with your LDP problem was the Loopback address wasn't propagating
properly within IS-IS).
I've put up some IS-IS ideas I think would be general best practice on my
blog here:
http://aknit-routing.blogspot.com/2008/06/is-is-routing-protocol-best-practi
ces.html
Have a look when you get a chance and see if there's anything you might find
useful.
Cheers,
Mark.
------------------------------
Message: 5
Date: Wed, 24 Sep 2008 08:45:52 +0300
From: "Peter Nyamukusa" <peter.nyamukusa at africaonline.co.tz>
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
To: "'Frank A. Kuse'" <franko at africaonline.com.gh>,
<mtinka at globaltransit.net>
Cc: afnog at afnog.org
Message-ID:
<04c501c91e08$ce5776e0$6b0664a0$@nyamukusa at africaonline.co.tz>
Content-Type: text/plain; charset="us-ascii"
Hi Frank,
Also have a look at this link below it has info on both ISIS & MPLS you can
use this on Dynamips
http://pwp.netcabo.pt/amsoares/dynamips/dynamips.htm
Peter
-----Original Message-----
From: afnog-bounces at afnog.org [mailto:afnog-bounces at afnog.org] On Behalf Of
Frank A. Kuse
Sent: Tuesday, September 23, 2008 7:42 PM
To: mtinka at globaltransit.net
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
Hi Mark,
Thanks very much for the link.
This will surely help us in our design consideration.
Cheers,
-----Original Message-----
From: Mark Tinka [mailto:mtinka at globaltransit.net]
Sent: Tuesday, September 23, 2008 4:19 PM
To: Frank A. Kuse
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
On Tuesday 23 September 2008 18:17:36 Frank A. Kuse wrote:
> Thanks very much for your support. MPLS is up and running very well
> now.
Glad to hear everything is working great!
> The reason of using IS-IS is for future expansion of our network.
I'd suggest taking a closer look at your IS-IS deployment (one of my
suspicions with your LDP problem was the Loopback address wasn't propagating
properly within IS-IS).
I've put up some IS-IS ideas I think would be general best practice on my
blog here:
http://aknit-routing.blogspot.com/2008/06/is-is-routing-protocol-best-practi
ces.html
Have a look when you get a chance and see if there's anything you might find
useful.
Cheers,
Mark.
_______________________________________________
afnog mailing list
http://afnog.org/mailman/listinfo/afnog
------------------------------
Message: 6
Date: Wed, 24 Sep 2008 08:24:47 -0000
From: "Frank A. Kuse" <franko at africaonline.com.gh>
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
To: "'Peter Nyamukusa'" <peter.nyamukusa at africaonline.co.tz>
Cc: afnog at afnog.org
Message-ID: <20080924082442.5464A290AB1 at av2.africaonline.com.gh>
Content-Type: text/plain; charset="us-ascii"
Hi Peter,
Thanks very much for this useful link and I am grateful.
Regards,
...................................................
Frank A. Kuse
Systems Administrator
Africa Online Ghana
Tel: +233 (21) 211 823 Ext: 273
Fax: +233 (21) 246 182
Cell: +233 (20) 886 1007
Email: franko at africaonline.com.gh
AIM: rombokite
A member of Telkom South Africa
Africa Online Disclaimer and Confidentiality Note This e-mail, its
attachments and any rights attaching hereto are, unless the context clearly
indicates otherwise, the property of Africa Online Holdings
(Mauritius) Limited and / or its subsidiaries ("the Group"). It is
confidential and intended for the addressee only. Should you not be the
addressee and have received this e-mail by mistake, kindly notify the
sender, delete this e-mail immediately and do not disclose or use the same
in any manner whatsoever. Views and opinions expressed in this e-mail are
those of the sender unless clearly stated as those of the Group. The Group
accepts no liability whatsoever for any loss or damages, however incurred,
resulting from the use of this e-mail or its attachments. The Group does not
warrant the integrity of this e-mail, nor that it is free of errors,
viruses, interception or interference. For more information about Africa
Online, please visit our website at http://www.africaonline.com
-----Original Message-----
From: Peter Nyamukusa [mailto:peter.nyamukusa at africaonline.co.tz]
Sent: Wednesday, September 24, 2008 5:46 AM
To: 'Frank A. Kuse'; mtinka at globaltransit.net
Cc: afnog at afnog.org
Subject: RE: [afnog] Problem bringing up MPLS on disimilar interfaces
Hi Frank,
Also have a look at this link below it has info on both ISIS & MPLS you can
use this on Dynamips
http://pwp.netcabo.pt/amsoares/dynamips/dynamips.htm
Peter
-----Original Message-----
From: afnog-bounces at afnog.org [mailto:afnog-bounces at afnog.org] On Behalf Of
Frank A. Kuse
Sent: Tuesday, September 23, 2008 7:42 PM
To: mtinka at globaltransit.net
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
Hi Mark,
Thanks very much for the link.
This will surely help us in our design consideration.
Cheers,
-----Original Message-----
From: Mark Tinka [mailto:mtinka at globaltransit.net]
Sent: Tuesday, September 23, 2008 4:19 PM
To: Frank A. Kuse
Cc: afnog at afnog.org
Subject: Re: [afnog] Problem bringing up MPLS on disimilar interfaces
On Tuesday 23 September 2008 18:17:36 Frank A. Kuse wrote:
> Thanks very much for your support. MPLS is up and running very well
> now.
Glad to hear everything is working great!
> The reason of using IS-IS is for future expansion of our network.
I'd suggest taking a closer look at your IS-IS deployment (one of my
suspicions with your LDP problem was the Loopback address wasn't propagating
properly within IS-IS).
I've put up some IS-IS ideas I think would be general best practice on my
blog here:
http://aknit-routing.blogspot.com/2008/06/is-is-routing-protocol-best-practi
ces.html
Have a look when you get a chance and see if there's anything you might find
useful.
Cheers,
Mark.
_______________________________________________
afnog mailing list
http://afnog.org/mailman/listinfo/afnog
------------------------------
_______________________________________________
afnog mailing list
End of afnog Digest, Vol 54, Issue 23
*************************************
More information about the afnog
mailing list