[mpls-linux-general] probelm on MPLS testing
Status: Beta
Brought to you by:
jleu
|
From: Mouli T <mou...@ya...> - 2001-11-12 13:36:35
|
Hello,
We are trying to test MPLS Forwarding.
The configuration we are using is
README.example(given in the mpls forwarding utils)
Configuration:
Setup
-----
--------- ---------
| A | | B |
--------- ---------
|eth0 |eth0
|17.130 |18.114
-----------------------------------
128.104.16.0/22
Config
------
On A:
route add -host B gw B
mplsadm -A -B -O gen:16:eth0:ipv4:B -f B/32
mplsadm -A -I gen:17:0
On B:
route add -host A gw A
mplsadm -A -B -O gen:17:eth0:ipv4:A -f A/32
mplsadm -A -I gen:16:0
Now you need to set a label space on eth0 on both A
and B. Watch out!
if you do this remotely you could saw your leg off!
On both:
mplsadm -L eth0:0
But any trafiic from A <-> B is not using MPLS
LSP.
We think trafic is going throgh ordinary IP routing.
[The function mpls_output() was not at all called]
To watch packets we have used "ethereal" and "tcpdump"
Can any body please help, How to route packets to the
MPLS?
With Thanks,
regards,
Mouli
__________________________________________________
Do You Yahoo!?
Find a job, post your resume.
http://careers.yahoo.com
|