Thread: [mpls-linux-general] help
Status: Beta
Brought to you by:
jleu
|
From: deepak <dxb...@wi...> - 2002-11-13 03:48:07
|
hi im new to this field and i want to install the mpls-linux patch from source forge.net do i need any more software other than ldp portable and MPLS-linux to achieve MPLS capabilities of the linux box....and also if u can provide me any link where i can get the process of instaling the MPLS_LINUX patch&ldp portable downloaded from sourceforge it would be of grrt help thx |
|
From: jignesh p. <jig...@ya...> - 2005-01-12 11:07:48
|
respect sir i amtrying implement mpls route on fedora 2 os i run below given comm uml1 ---- [root@uml1 root]# cat /proc/net/mpls_version 01010702 [root@uml1 root]# mplsadm2 -A -O 0 Key: 0x00000002 Out Segment add: Success [root@uml1 root]# mplsadm2 -O 0x2 -o push:gen:10000:set:eth1:ipv4:11.0.1.2 Out Instr: Success [root@uml1 root]# ip route add 11.0.1.2/32 via 11.0.1.2 spec_nh 0x8847 0x2 [root@uml1 root]# cat /proc/net/mpls_out 0x00000002 0/0/0 1 PUSH(gen 10000) SET(eth1,11.0.1.2) [root@uml1 root]# ip route show 11.0.1.2 via 11.0.1.2 dev eth1 spec_nh 0x8847 0x2 192.168.2.0/24 dev eth0 scope link (this line was not found)11.0.1.0/24 dev eth1 proto kernel scope link src 11.0.1.1 127.0.0.0/8 dev lo scope link the above line was not found when i run above given comm what ashould i do plese help me out jignesh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: James R. L. <jl...@mi...> - 2005-01-12 15:15:07
|
On Wed, Jan 12, 2005 at 03:07:35AM -0800, jignesh patel wrote:
> respect sir
> i amtrying implement mpls route on fedora 2 os
> i run below given comm
I'm having a hard time understanding what your question is. Please use
the unix 'script' command to capture your configuration commands, and the
output of the show commands. For example:
[jleu jleu-laptop 9:08am] ~-> script
Script started, file is typescript
[jleu jleu-laptop 9:08] ~-> ip route show
192.168.0.1/24 dev eth0 proto kernel scope link src 192.168.0.106
169.254.0.0/16 dev eth0 scope link
default via 192.168.0.1 dev eth0
[jleu jleu-laptop 9:09am] ~-> ip route add 1.1.1.1/32 via 192.168.0.1 spec_nh 0x8847 0x2
[jleu jleu-laptop 9:10am] ~-> ip route show
1.1.1.1 via 192.168.0.1 dev eth0 spec_nh 0x8847 0x00000002
192.168.0.1/24 dev eth0 proto kernel scope link src 192.168.0.106
169.254.0.0/16 dev eth0 scope link
default via 192.168.0.1 dev eth0
[jleu jleu-laptop 9:10am] ~-> exit
Script done, file is typescript
[jleu jleu-laptop 9:10am] ~->
Then send me the contents of the file it created (in the above case it
created the file 'typescript')
>
>
> uml1
> ----
> [root@uml1 root]# cat /proc/net/mpls_version
> 01010702
> [root@uml1 root]# mplsadm2 -A -O 0
> Key: 0x00000002
> Out Segment add: Success
> [root@uml1 root]# mplsadm2 -O 0x2 -o
> push:gen:10000:set:eth1:ipv4:11.0.1.2
> Out Instr: Success
> [root@uml1 root]# ip route add 11.0.1.2/32 via
> 11.0.1.2 spec_nh 0x8847 0x2
> [root@uml1 root]# cat /proc/net/mpls_out
> 0x00000002 0/0/0 1 PUSH(gen 10000) SET(eth1,11.0.1.2)
> [root@uml1 root]# ip route show
> 11.0.1.2 via 11.0.1.2 dev eth1 spec_nh 0x8847 0x2
> 192.168.2.0/24 dev eth0 scope link
> (this line was not found)11.0.1.0/24 dev eth1 proto
> kernel scope link src 11.0.1.1
> 127.0.0.0/8 dev lo scope link
> the above line was not found when i run above given
> comm
> what ashould i do
> plese help me out
> jignesh
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
>
> -------------------------------------------------------
> The SF.Net email is sponsored by: Beat the post-holiday blues
> Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
> It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
> _______________________________________________
> mpls-linux-general mailing list
> mpl...@li...
> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
--
James R. Leu
jl...@mi...
|
|
From: James R. L. <jl...@mi...> - 2002-11-13 06:55:45
|
Hello, On Tue, Nov 12, 2002 at 09:48:04PM -0600, deepak wrote: > hi > im new to this field and i want to install the mpls-linux patch from source > forge.net do i need any more software other than ldp portable and MPLS-linux > to achieve MPLS capabilities of the linux box....and also if u can provide me Depends on what you want to do. If you want to create static LPS, then all you need is mpls-linux (and the source for iproute2 and/or iptables) If you want to use LDP to setup LSPs then you will need to the ldp-portable package (and the source to zebra-0.93a). > any link where i can get the process of instaling the MPLS_LINUX patch&ldp > portable downloaded from sourceforge it would be of grrt help > thx Start by reading QUICK.START from the mpls-linux-1.170 package. -- James R. Leu |