Thread: [mpls-linux-general] Newbie problems
Status: Beta
Brought to you by:
jleu
|
From: <bla...@in...> - 2004-08-22 16:04:32
|
i'v already done with simple example now i want do this: 10.120.0.2 10.120.0.3 10.120.1.2 10.120.1.3 A:eth1 |--| eth0:A:eth1 |--| eth0:C Out 64 65 66 67 A: ifconfig eth1 10.120.0.2 netmask 255.255.255.0 mplsadm2 -AO 0 mplsadm2 -O 0x2 -o push:gen:64:set:eth1:ipv4:10.120.0.3 ip route add 10.120.0.3/32 dev eth1 spec_nh 0x8847 0x2 mplsadm2 -AI gen:65:0 mplsadm2 -L eth1:0 B: ifconfig eth0 10.120.1.3 netmask 255.255.255.0 mplsadm2 -AO 0 mplsadm2 -O 0x2 -o push:gen:67:set:eth0:ipv4:10.120.1.2 ip route add 10.120.1.2/32 dev eth0 spec_nh 0x8847 0x2 mplsadm2 -AI gen:66:0 mplsadm2 -L eth0:0 is that correct for A & B?? and what about C&D?? It would be much appreciated if you could help me out with these... |
|
From: James R. L. <jl...@mi...> - 2004-08-23 14:21:31
|
On Sun, Aug 22, 2004 at 11:18:10PM +0700, bla...@in... wrote:
> i'v already done with simple example
> now i want do this:
I've redrawn your ascii art to try and clarify your configuration. Did
I capture your setup correctly?
10.120.0.0/24 10.120.1.0/24
.2 .3 .2 .3
|A|-----------------------|B|-----------------------|C|
eth1 eth0 eth1 eth0
----------64----------> ------------66-------->
<---------65----------- <-----------67---------
If so:
LER A
-----
ifconfig eth1 10.120.0.2 netmask 255.255.255.0
mplsadm2 -A -O 0
Key: 0x2
mplsadm2 -O 0x2 -o push:gen:64:set:eth1:ipv4:10.120.0.3
ip route add 10.120.1.3/32 dev eth1 spec_nh 0x8847 0x2
mplsadm2 -A -I gen:65:0
mplsadm2 -L eth1:0
LSR B
-----
ifconfig eth0 10.120.0.3 netmask 255.255.255.0
ifconfig eth1 10.120.1.2 netmask 255.255.255.0
mplsadm2 -A -O 0
Key: 0x2
mplsadm2 -O 0x2 -o push:gen:66:set:eth1:ipv4:10.120.1.3
mplsadm2 -A -I gen:64:0
mplsadm2 -L eth0:0
mplsadm2 -B -I gen:64:0 -O 0x2
mplsadm2 -A -O 0
Key: 0x3
mplsadm2 -O 0x3 -o push:gen:65:set:eth0:ipv4:10.120.0.2
mplsadm2 -A -I gen:67:0
mplsadm2 -L eth1:0
mplsadm2 -B -I gen:67:0 -O 0x3
LER C
-----
ifconfig eth0 10.120.1.3 netmask 255.255.255.0
mplsadm2 -A -O 0
Key: 0x2
mplsadm2 -O 0x2 -o push:gen:67:set:eth0:ipv4:10.120.1.2
ip route add 10.120.0.2/32 dev eth0 spec_nh 0x8847 0x2
mplsadm2 -A -I gen:66:0
mplsadm2 -L eth0:0
> is that correct for A & B??
> and what about C&D??
> It would be much appreciated if you could help me out with these...
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> _______________________________________________
> mpls-linux-general mailing list
> mpl...@li...
> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
--
James R. Leu
jl...@mi...
|
|
From: <km...@is...> - 2004-09-07 21:05:16
|
I've got (almost the same) configuration (addresses space and interfaces are different) I set the configuruation on LER A, LER C and LSR B but after typing 'ping LER C' (from LER A) i've got the message MPLS mpls_skb_dump: from eth0 with len 88 (296)headroom=16 tailroom=24 I can seen that in /proc/net/mpls/labelspace interfaces are set to -1 I-face L-space lo -1 eth0 -1 of course, I try set the labelspace to 0 but only on the eth0 of LSRB is set to 0 Why is that ?? Krzysztof Musial km...@is... > > > 10.120.0.0/24 10.120.1.0/24 > .2 .3 .2 .3 > |A|-----------------------|B|-----------------------|C| > eth1 eth0 eth1 eth0 > ----------64----------> ------------66--------> > <---------65----------- <-----------67--------- > > If so: > > LER A > ----- > ifconfig eth1 10.120.0.2 netmask 255.255.255.0 > mplsadm2 -A -O 0 > Key: 0x2 > mplsadm2 -O 0x2 -o push:gen:64:set:eth1:ipv4:10.120.0.3 > ip route add 10.120.1.3/32 dev eth1 spec_nh 0x8847 0x2 > mplsadm2 -A -I gen:65:0 > mplsadm2 -L eth1:0 > > LSR B > ----- > ifconfig eth0 10.120.0.3 netmask 255.255.255.0 ifconfig eth1 > 10.120.1.2 netmask 255.255.255.0 > mplsadm2 -A -O 0 > Key: 0x2 > mplsadm2 -O 0x2 -o push:gen:66:set:eth1:ipv4:10.120.1.3 > mplsadm2 -A -I gen:64:0 > mplsadm2 -L eth0:0 > mplsadm2 -B -I gen:64:0 -O 0x2 > > mplsadm2 -A -O 0 > Key: 0x3 > mplsadm2 -O 0x3 -o push:gen:65:set:eth0:ipv4:10.120.0.2 > mplsadm2 -A -I gen:67:0 > mplsadm2 -L eth1:0 > mplsadm2 -B -I gen:67:0 -O 0x3 > > LER C > ----- > ifconfig eth0 10.120.1.3 netmask 255.255.255.0 > mplsadm2 -A -O 0 > Key: 0x2 > mplsadm2 -O 0x2 -o push:gen:67:set:eth0:ipv4:10.120.1.2 > ip route add 10.120.0.2/32 dev eth0 spec_nh 0x8847 0x2 > mplsadm2 -A -I gen:66:0 > mplsadm2 -L eth0:0 > > > > is that correct for A & B?? > > and what about C&D?? > > It would be much appreciated if you could help me out with these... > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on > Blank Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for > only $33 Save > > 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > -- > James R. Leu > jl...@mi... > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
|
From: James R. L. <jl...@mi...> - 2004-09-07 23:00:39
|
You must be on the console? MPLS kernel debugging is on by default. Do a 'echo 0 > /sys/mpls/debug' On Tue, Sep 07, 2004 at 11:04:51PM +0200, Krzysztof Musia? wrote: > > I've got (almost the same) configuration (addresses space and interfaces are > different) > I set the configuruation on LER A, LER C and LSR B > but after typing 'ping LER C' (from LER A) i've got the message > MPLS mpls_skb_dump: from eth0 with len 88 (296)headroom=16 tailroom=24 > > I can seen that in /proc/net/mpls/labelspace interfaces are set to -1 > > I-face L-space > lo -1 > eth0 -1 > > of course, I try set the labelspace to 0 but only on the eth0 of LSRB is set > to 0 > > Why is that ?? > > Krzysztof Musial > km...@is... > > > > > > > > > 10.120.0.0/24 10.120.1.0/24 > > .2 .3 .2 .3 > > |A|-----------------------|B|-----------------------|C| > > eth1 eth0 eth1 eth0 > > ----------64----------> ------------66--------> > > <---------65----------- <-----------67--------- > > > > If so: > > > > LER A > > ----- > > ifconfig eth1 10.120.0.2 netmask 255.255.255.0 > > mplsadm2 -A -O 0 > > Key: 0x2 > > mplsadm2 -O 0x2 -o push:gen:64:set:eth1:ipv4:10.120.0.3 > > ip route add 10.120.1.3/32 dev eth1 spec_nh 0x8847 0x2 > > mplsadm2 -A -I gen:65:0 > > mplsadm2 -L eth1:0 > > > > LSR B > > ----- > > ifconfig eth0 10.120.0.3 netmask 255.255.255.0 ifconfig eth1 > > 10.120.1.2 netmask 255.255.255.0 > > mplsadm2 -A -O 0 > > Key: 0x2 > > mplsadm2 -O 0x2 -o push:gen:66:set:eth1:ipv4:10.120.1.3 > > mplsadm2 -A -I gen:64:0 > > mplsadm2 -L eth0:0 > > mplsadm2 -B -I gen:64:0 -O 0x2 > > > > mplsadm2 -A -O 0 > > Key: 0x3 > > mplsadm2 -O 0x3 -o push:gen:65:set:eth0:ipv4:10.120.0.2 > > mplsadm2 -A -I gen:67:0 > > mplsadm2 -L eth1:0 > > mplsadm2 -B -I gen:67:0 -O 0x3 > > > > LER C > > ----- > > ifconfig eth0 10.120.1.3 netmask 255.255.255.0 > > mplsadm2 -A -O 0 > > Key: 0x2 > > mplsadm2 -O 0x2 -o push:gen:67:set:eth0:ipv4:10.120.1.2 > > ip route add 10.120.0.2/32 dev eth0 spec_nh 0x8847 0x2 > > mplsadm2 -A -I gen:66:0 > > mplsadm2 -L eth0:0 > > > > > > > is that correct for A & B?? > > > and what about C&D?? > > > It would be much appreciated if you could help me out with these... > > > > > > > > > ------------------------------------------------------- > > > SF.Net email is sponsored by Shop4tech.com-Lowest price on > > Blank Media > > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for > > only $33 Save > > > 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > -- > > James R. Leu > > jl...@mi... > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > -- James R. Leu jl...@mi... |
|
From: <km...@is...> - 2004-09-23 21:00:11
|
Hi all,
I've still got a problem with running my configuration
All commands I run directly from the console.
I use debian 3.0r2 with 2.6.6 kernel and MPLS 1.935
It's my conf. Is it correct?
I cannot ping from LER A to LER C.
I've got messages as follow:
mpls_skb_dump: from eth0 with len 88 (296)headroom=16 tailroom=24, etc...
and lost all packets
10.0.0.2 10.0.0.1 10.1.0.1 10.1.0.2
ETH0 ETH0 ETH1 ETH0
|LER A|------------|LSR B|---------------|LER C|
20 22
--------------> --------------->
<-------------- <---------------
21 23
#LER A
mplsadm2 -A -O 0
mplsadm2 -O 0x02 -o push:gen:20:set:eth0:ipv4:10.0.0.1
ip route add 10.1.0.2/32 dev eth0 spec_nh 0x8847 0x2
mplsadm2 -A -I gen:21:0
mplsadm2 -L eth0:0
# LER C
mplsadm2 -A -O 0
mplsadm2 -O 0x02 -o push:gen:23:set:eth0:ipv4:10.1.0.1
ip route add 10.0.0.2/32 dev eth0 spec_nh 0x8847 0x02
mplsadm2 -A -I gen:22:0
mplsadm2 -L eth0:0
# LSR B
mplsadm2 -A -O 0
mplsadm2 -O 0x02 -o push:gen:22:set:eth1:ipv4:10.1.0.2
mplsadm2 -A -I gen:20:0
mplsadm2 -L eth0:0
mplsadm2 -B -I gen:20:0 -O 0x02
mplsadm2 -A -O 0
mplsadm2 -O 0x03 -o push:gen:21:set:eth0:ipv4:10.0.0.2
mplsadm2 -A -I gen:23:0
mplsadm2 -L eth1:0
mplsadm2 -B -I gen:23:0 -O 0x03
I have no /proc/sys/mpls/debug
Is it because of kernel configuration ?
I think turn on all I need to MPLS conf.
Krzysztof Musial
km...@is...
|
|
From: James R. L. <jl...@mi...> - 2004-09-23 21:25:19
|
See my reponse inline ... On Thu, Sep 23, 2004 at 10:59:49PM +0200, Krzysztof Musia? wrote: > Hi all, > I've still got a problem with running my configuration > All commands I run directly from the console. > I use debian 3.0r2 with 2.6.6 kernel and MPLS 1.935 > > It's my conf. Is it correct? > I cannot ping from LER A to LER C. > I've got messages as follow: > mpls_skb_dump: from eth0 with len 88 (296)headroom=16 tailroom=24, etc... > and lost all packets > > > > 10.0.0.2 10.0.0.1 10.1.0.1 10.1.0.2 > ETH0 ETH0 ETH1 ETH0 > |LER A|------------|LSR B|---------------|LER C| > > 20 22 > --------------> ---------------> > <-------------- <--------------- > 21 23 > > #LER A > mplsadm2 -A -O 0 > mplsadm2 -O 0x02 -o push:gen:20:set:eth0:ipv4:10.0.0.1 > ip route add 10.1.0.2/32 dev eth0 spec_nh 0x8847 0x2 > mplsadm2 -A -I gen:21:0 > mplsadm2 -L eth0:0 > > > # LER C > mplsadm2 -A -O 0 > mplsadm2 -O 0x02 -o push:gen:23:set:eth0:ipv4:10.1.0.1 > ip route add 10.0.0.2/32 dev eth0 spec_nh 0x8847 0x02 > mplsadm2 -A -I gen:22:0 > mplsadm2 -L eth0:0 > > > # LSR B > mplsadm2 -A -O 0 > mplsadm2 -O 0x02 -o push:gen:22:set:eth1:ipv4:10.1.0.2 > mplsadm2 -A -I gen:20:0 > mplsadm2 -L eth0:0 > mplsadm2 -B -I gen:20:0 -O 0x02 > > mplsadm2 -A -O 0 > mplsadm2 -O 0x03 -o push:gen:21:set:eth0:ipv4:10.0.0.2 > mplsadm2 -A -I gen:23:0 > mplsadm2 -L eth1:0 > mplsadm2 -B -I gen:23:0 -O 0x03 Your commands match the picture above. > I have no /proc/sys/mpls/debug > Is it because of kernel configuration ? > I think turn on all I need to MPLS conf. When the docs say /sys/mpls/debug they are refering to the /sys filesystem. Here is my fstab entry for the /sys filesystem: none /sys sysfs defaults 0 0 Can you capture the kernel output from each device and sent it to the list? > Krzysztof Musial > km...@is... > > > > > > > > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |
|
From: <km...@is...> - 2004-09-23 22:06:59
|
> Your commands match the picture above.
I'm glad it's OK..
Thanks for your check.
>
> Can you capture the kernel output from each device and sent
> it to the list?
>
It is my kernel output from dmesg. I'm not sure you thinking about
Have I send you kernel output after ping command ??
#LER A
Linux version 2.6.6-mpls (root@LER-A) (gcc version 2.95.4 20011002 (Debian
prerelease)) #3 Wed Sep 15 20:35:14 CEST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000003ff0000 (usable)
BIOS-e820: 0000000003ff0000 - 0000000003ff3000 (ACPI NVS)
BIOS-e820: 0000000003ff3000 - 0000000004000000 (ACPI data)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
63MB LOWMEM available.
On node 0 totalpages: 16368
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 12272 pages, LIFO batch:2
HighMem zone: 0 pages, LIFO batch:1
DMI 2.2 present.
ACPI disabled because your bios is from 99 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux ro root=301
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 256 (order 8: 2048 bytes)
Detected 401.092 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 61048k/65472k available (1982k kernel code, 3972k reserved, 1067k
data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 790.52 BogoMIPS
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183fbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After all inits, caps: 0183fbff 00000000 00000000 00000040
CPU: Intel Celeron (Mendocino) stepping 05
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 400.0858 MHz.
..... host bus clock speed is 66.0809 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfb060, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
SCSI subsystem initialized
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/0596] at 0000:00:07.0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Activating ISA DMA hang workarounds.
Real Time Clock Driver v1.12
Using anticipatory io scheduler
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Compaq SMART2 Driver (v 2.6.0)
Compaq CISS Driver (v 2.6.2)
pcnet32.c:v1.29 04.06.2004 tsb...@al...
8139too Fast Ethernet driver 0.9.27
PCI: Found IRQ 11 for device 0000:00:10.0
eth0: RealTek RTL8139 at 0xe800, 00:30:4f:1f:a6:17, IRQ 11
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:07.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c596a (rev 07) IDE UDMA33 controller on pci0000:00:07.1
ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:pio, hdd:pio
hda: ST34313A, ATA DISK drive
hdb: GCR-8523B, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 8452080 sectors (4327 MB) w/256KiB Cache, CHS=8944/15/63
hda: hda1 hda2
hdb: ATAPI 52X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
Red Hat/Adaptec aacraid driver (1.1.2-lk1 Sep 15 2004)
DC390: 0 adapters found
3ware Storage Controller device driver for Linux v1.02.00.037.
3w-xxxx: No cards found.
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 1
NET: Registered protocol family 17
MPLS: version 1.9380
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
MPLS DEBUG net/mpls/mpls_sysfs.c:857:mpls_sysfs_init: enter
MPLS DEBUG net/mpls/mpls_sysfs.c:870:mpls_sysfs_init: exit
MPLS MultiProtocol Label Switching NetLink c03c7b60
MPLS Tunnel Module: 0.95 2004-01-24
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 172k freed
Adding 803240k swap on /dev/hda2. Priority:-1 extents:1
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
#LSR B
-----------------------------------------
Linux version 2.6.6-mpls (root@LSR-B) (gcc version 2.95.4 20011002 (Debian
prerelease)) #4 Sun Sep 12 07:47:20 CEST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000003ff0000 (usable)
BIOS-e820: 0000000003ff0000 - 0000000003ff3000 (ACPI NVS)
BIOS-e820: 0000000003ff3000 - 0000000004000000 (ACPI data)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
63MB LOWMEM available.
On node 0 totalpages: 16368
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 12272 pages, LIFO batch:2
HighMem zone: 0 pages, LIFO batch:1
DMI 2.2 present.
ACPI disabled because your bios is from 99 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=Linux ro root=301
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 256 (order 8: 2048 bytes)
Detected 467.925 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 61088k/65472k available (1965k kernel code, 3932k reserved, 1045k
data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 919.55 BogoMIPS
Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183fbff 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183fbff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After all inits, caps: 0183fbff 00000000 00000000 00000040
CPU: Intel Celeron (Mendocino) stepping 05
Enabling fast FPU save and restore... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 467.0665 MHz.
..... host bus clock speed is 66.0809 MHz.
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfb060, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
SCSI subsystem initialized
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/0596] at 0000:00:07.0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Activating ISA DMA hang workarounds.
Real Time Clock Driver v1.12
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Compaq SMART2 Driver (v 2.6.0)
Compaq CISS Driver (v 2.6.2)
pcnet32.c:v1.29 04.06.2004 tsb...@al...
8139too Fast Ethernet driver 0.9.27
PCI: Found IRQ 15 for device 0000:00:0e.0
eth0: RealTek RTL8139 at 0xe800, 00:30:4f:29:99:39, IRQ 15
eth0: Identified 8139 chip type 'RTL-8100B/8139D'
PCI: Found IRQ 10 for device 0000:00:13.0
eth1: RealTek RTL8139 at 0xec00, 00:40:f4:63:6d:dc, IRQ 10
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:07.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c596a (rev 09) IDE UDMA33 controller on pci0000:00:07.1
ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:pio
hda: ST38410A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: max request size: 128KiB
hda: 16841664 sectors (8622 MB) w/512KiB Cache, CHS=16708/16/63
hda: hda1 hda2
ide-floppy driver 0.99.newide
Red Hat/Adaptec aacraid driver (1.1.2-lk1 Sep 12 2004)
DC390: 0 adapters found
3ware Storage Controller device driver for Linux v1.02.00.037.
3w-xxxx: No cards found.
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
NET: Registered protocol family 2
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 4096 bind 4096)
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 1
NET: Registered protocol family 17
MPLS: version 1.9380
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
MPLS DEBUG net/mpls/mpls_sysfs.c:857:mpls_sysfs_init: enter
MPLS DEBUG net/mpls/mpls_sysfs.c:870:mpls_sysfs_init: exit
MPLS MultiProtocol Label Switching NetLink c03bdae0
MPLS Tunnel Module: 0.95 2004-01-24
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 172k freed
Adding 1582392k swap on /dev/hda2. Priority:-1 extents:1
eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
eth1: link up, 10Mbps, half-duplex, lpa 0x0000
and
#LER C
-----------------------------------------
Linux version 2.6.6-mpls (root@LSR-B) (gcc version 2.95.4 20011002 (Debian
prerelease)) #4 Sun Sep 12 07:47:20 CEST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000c000000 (usable)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
192MB LOWMEM available.
On node 0 totalpages: 49152
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 45056 pages, LIFO batch:11
HighMem zone: 0 pages, LIFO batch:1
DMI 2.0 present.
ACPI disabled because your bios is from 99 and too old
You can enable it with acpi=force
Built 1 zonelists
Kernel command line: auto BOOT_IMAGE=LinuxOLD ro root=301
No local APIC present or hardware disabled
Initializing CPU#0
PID hash table entries: 1024 (order 10: 8192 bytes)
Detected 451.169 MHz processor.
Using tsc for high-res timesource
Console: colour VGA+ 80x25
Memory: 190952k/196608k available (1965k kernel code, 4992k reserved, 1045k
data, 172k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 888.83 BogoMIPS
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 008021bf 808029bf 00000000 00000000
CPU: After vendor identify, caps: 008021bf 808029bf 00000000 00000000
CPU: L1 I Cache: 32K (32 bytes/line), D cache 32K (32 bytes/line)
CPU: After all inits, caps: 008021bf 808029bf 00000000 00000002
CPU: AMD-K6(tm) 3D processor stepping 0c
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
POSIX conformance testing by UNIFIX
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfb340, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
SCSI subsystem initialized
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/0586] at 0000:00:07.0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Activating ISA DMA hang workarounds.
Real Time Clock Driver v1.12
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
loop: loaded (max 8 devices)
Compaq SMART2 Driver (v 2.6.0)
Compaq CISS Driver (v 2.6.2)
ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
http://www.scyld.com/network/ne2k-pci.html
PCI: Found IRQ 10 for device 0000:00:09.0
eth0: RealTek RTL-8029 found at 0xe800, IRQ 10, 00:4F:49:01:5D:52.
pcnet32.c:v1.29 04.06.2004 tsb...@al...
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:07.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c586b (rev 41) IDE UDMA33 controller on pci0000:00:07.1
ide0: BM-DMA at 0xe000-0xe007, BIOS settings: hda:DMA, hdb:DMA
ide1: BM-DMA at 0xe008-0xe00f, BIOS settings: hdc:DMA, hdd:DMA
hda: Conner Peripherals 1275MB - CFS1276A, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdd: CRD-8400C, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 128KiB
hda: 2502308 sectors (1281 MB), CHS=2482/16/63
hda: hda1 hda2
hdd: ATAPI 40X CD-ROM drive, 128kB Cache
Uniform CD-ROM driver Revision: 3.20
ide-floppy driver 0.99.newide
Red Hat/Adaptec aacraid driver (1.1.2-lk1 Sep 12 2004)
DC390: 0 adapters found
3ware Storage Controller device driver for Linux v1.02.00.037.
3w-xxxx: No cards found.
mice: PS/2 mouse device common for all mice
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
atkbd.c: Unknown key pressed (translated set 0, code 0x41 on
isa0060/serio0).
atkbd.c: Use 'setkeycodes 41 <keycode>' to make it known.
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
ip_tables: (C) 2000-2002 Netfilter core team
NET: Registered protocol family 1
NET: Registered protocol family 17
MPLS: version 1.9380
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
MPLS DEBUG net/mpls/mpls_sysfs.c:857:mpls_sysfs_init: enter
MPLS DEBUG net/mpls/mpls_sysfs.c:870:mpls_sysfs_init: exit
MPLS MultiProtocol Label Switching NetLink c03bdae0
MPLS Tunnel Module: 0.95 2004-01-24
James R. Leu <jl...@mi...>
Ramon Casellas <cas...@in...>
VFS: Mounted root (ext2 filesystem) readonly.
Freeing unused kernel memory: 172k freed
Adding 175384k swap on /dev/hda2. Priority:-1 extents:1
> > Krzysztof Musial
> > km...@is...
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> > Project Admins to receive an Apple iPod Mini FREE for your
> judgement
> > on who ports your project to Linux PPC the best. Sponsored by IBM.
> > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> > _______________________________________________
> > mpls-linux-general mailing list
> > mpl...@li...
> > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general
>
> --
> James R. Leu
> jl...@mi...
>
>
|
|
From: <km...@is...> - 2004-10-09 19:29:17
|
Hi, all
I've got such configuration:
10.0.0.2 10.0.0.1 10.1.0.1 10.1.0.2
ETH0 ETH0 ETH1 ETH0
|LER A|------------|LSR B|------------|LER C|
... and I want to send some specific traffic via MPLS path and the other via
basic IP.
i.e. streaming audio (running on particular port) is beeing sent via MPLS/IP
and the other via IP
So the question is:
Can I set MPLS path only for the particular port (or maybe it is possible
via tunnel config.)
Krzysztof Musial
km...@is...
|
|
From: <km...@is...> - 2004-10-10 06:10:43
|
> Hi, all > I've got such configuration: > 10.0.0.2 10.0.0.1 10.1.0.1 10.1.0.2 > ETH0 ETH0 ETH1 ETH0 > |LER A|------------|LSR B|------------|LER C| > > > > ... and I want to send some specific traffic via MPLS path > and the other via basic IP. > i.e. streaming audio (running on particular port) is beeing > sent via MPLS/IP and the other via IP So the question is: > Can I set MPLS path only for the particular port (or maybe it > is possible via tunnel config.) I think I can send traffic using iptables (with mpls patch) but I don't know how to configure iptables to send audio via MPLS and remaining traffic via IP from LER A to LER C Can anyone help me? Krzysztof Musial km...@is... |
|
From: James R. L. <jl...@mi...> - 2004-10-13 14:14:14
|
If you use the newest kernel and iptables I've posted (1.938) you can use iptables to sent specific traffic down a LSP. iptables -A OUTPUT -d 1.1.1.1/32 -j spec_nh --spec_nh 0x8847:0x2 Where 0x8847 tells the spec_nh system your setting a MPLS nexthop and 0x2 is the key of the NHLFE created via mplsadm2. (you can use other iptables 'filters', see you an iptables howto for more info on selecting traffic) The key to this working is the -A OUTPUT and the -j spec_nh --spec_nh 0x8847:0x2, in between there you can use whatever iptables 'filters' you want. On Sat, Oct 09, 2004 at 09:28:25PM +0200, Krzysztof Musia? wrote: > > Hi, all > I've got such configuration: > 10.0.0.2 10.0.0.1 10.1.0.1 10.1.0.2 > ETH0 ETH0 ETH1 ETH0 > |LER A|------------|LSR B|------------|LER C| > > > > ... and I want to send some specific traffic via MPLS path and the other via > basic IP. > i.e. streaming audio (running on particular port) is beeing sent via MPLS/IP > and the other via IP > So the question is: > Can I set MPLS path only for the particular port (or maybe it is possible > via tunnel config.) > > Krzysztof Musial > km...@is... > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |