[mpls-linux-general] hi prob
Status: Beta
Brought to you by:
jleu
|
From: deepak <dxb...@wi...> - 2003-02-15 18:45:47
|
hi all i had emailed yeyst regarding the problem i was facing when i give a ip route add command top add to that i have this when i do a cat /proc/net/mpls_* [root@localhost net]# cat /proc/net/mpls_* 0x00011001 0/0/0 gen 17 0 1 POP PEEK 0x00022001 0/0/0 gen 34 0 1 POP PEEK eth0 0 8 0x00000004 0/0/0 1 PUSH(gen 17) SET(eth0,192.168.6.60) 01010702 if i wanna delete the 0x00011001& 0x00022001 keys how do i do this ??? i had used this command [root@localhost root]#mplsadm -A -B -O gen:2614:eth0:ipv4:192.168.6.60 -f 192.168.6.60/32 root # mplsadm -A -I gen:1234:0 on lsr1 and root # mplsadm -A -B -O gen:1234:eth0:ipv4:192.168.5.33 -f192.168.5.33/32 root # mplsadm -A -I gen:2614:0 on lsr2 and the error i got was root@localhost root]# cat /proc/net/mpls_out 0x00000004 0/0/0 1 PUSH(gen 17) SET(eth0,192.168.6.60) [root@localhost root]# ip route add 192.168.6.60/32 lsp 0x00000004 Error: either "to" is duplicate, or "lsp" is a garbage. why is this so ???????? |