[mpls-linux-general] command route MPLS on fedora 8 with MPLS 1.962
Status: Beta
Brought to you by:
jleu
From: kuldonk d. <ku...@ya...> - 2009-11-04 04:00:59
|
Hi everybody and mr james leu. i built testbed MPLS on fedora 8 with MPLS: version 1.962 i'm confused with command routing table. when i typed: [root@localhost ~]# route add -net 192.168.2.2 netmask 255.255.255.0 gw 192.168.2.2 mpls 0x2 but the result is : Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If] inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M] [netmask N] [mss Mss] [window W] [irtt I] [mod] [dyn] [reinstate] [[dev] If] inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject inet_route [-FC] flush NOT supported even when i typed [root@localhost mpls]#ip route add 192.168.5.2/32 via 192.168.5.2 spec_nh 0x8847 0x2 result is: Error: either "to" is duplicate, or "spec_nh" is a garbage how is command correct for adds IP routing table in MPLS kernel 1.962 fedora 8?? |