[mpls-linux-general] Mpls-beta + usage
Status: Beta
Brought to you by:
jleu
From: ncc49a <nc...@si...> - 2002-01-16 02:39:39
|
Hi, I am trying out the beta version of mpls extracted from the cvs. I haev 3 PCs linked together in the following config. eth0 eth1 eth0 eth0 PC A ------ PC B ------ PC C PC A marks all outgoing packets with a Diffserv field of 0x68 and a DSCP of 0x1a. PC B acts as an mpls ingress. The configuration script is as such: $MPLSADM -v -L eth0: $MPLSADM -v -A -B -O gen:100:eth0 -o ds2exp:0x0:0x1a:0x1:push:gen:100:set:eth0:ipv4:$PC_C_IP -f $PC_C_IP/32 I sniff at PC C using Ethereal. From the above, I think I should get all outgoing packets from PC B to C having EXP field marked with 1, right? But, I don't. Will appreciate any advice provided. Thanks! Paul |