[mpls-linux-general] (no subject)
Status: Beta
Brought to you by:
jleu
From: <bi...@so...> - 2003-05-12 01:57:20
|
Now I am running zebra and mplsd on two virtual machines,the virtual machines software is vmware workstation 4.004. The IP address is 172.26.12.148 and 172.26.12.151. I use Linux-2.4.18-14、mpls-linux-1.172、zebra-0.93a、ldp-portable-0.305。 And the enviroment is: Zebra -P 1000 -d Bgpd -P 1001 -d Mplsd -P 1002 First problem: When do as follows: Telnet 172.26.12.148 1002 The output is as follows: Hello, this is zebra (version 0.93a). Copyright 1996-2002 Kunihiro Ishiguro. User Access Verification Password: Ldp1> Ldp1> show ldp LSR-ID: ac1a0c97 Admin State: ENABLED Transport Address: 00000000 Control Mode: ORDERED Repair Mode: GLOBAL Propogate Release: TRUE Label Merge: TRUE Retention Mode: LIBERAL Loop Detection Mode: NONE TTL-less-domain: FALSE Local TCP Port: 646 Local UDP Port: 646 Keep-alive Time: 45 Keep-alive Interval: 15 Hello Time: 15 Hello Interval: 5 Ldp1> show ldp neighbor Peer LDP Ident: 172.26.12.148:0; Local LDP Ident: 172.26.12.151:0 TCP connection: n/a State: OPERATIONAL; Msgs sent/recv: 1370/1369; UNSOLICITED Up time: n/a LDP discovery sources: eth0 Addresses bound to peer: 172.26.12.148 Ldp1> show mpls forward Insegments: Lbl Spc Label Owner 0 10001 LDP Total 1 Outsegments: Total 0 Cross Connects: Total 0 Ldp1> Ldp1> show ldp database 172.26.0.0/16 local binding: label: gen 10001 172.26.0.0/16 remote binding: no outlabel lsr: 172.26.12.148:0 why no outsegments? Second problem : This problem is about mplsadm when I want to manually set up labels. #mplsadm -L eth0:0 Label Space:Invalid argument #mplsadm -A -O 0 Key:0x00000000 Out Segment add:Invalid argument And there’s no file named mpls_out in the directory /proc/net It seemed that I cannot use mplsadm.what’s the problem? Can you give me some suggestions? |