salam.
saya memiliki masalah pada pembuatan jaringan mpls linux, dan sudah sampai tahap instalasi.
saya tidak bisa menemukan module mpls ketika mengetikkan perintah modprobe mpls4.
seperti ini munculnya.
# modprobe mpls4
FATAL: Module mpls4 not found.
dan ketika saya mengetikan "dmesg |grep MPLS"
paket dari mpls sudah tersedia dalam kernel.
dan ketika mengetikan perintah mpls muncul seperti berikut: (isi dari perintah mpls adalah contoh perintah untuk membuat jalur dan label).
# mpls
Usage: mpls ilm CMD label LABEL labelspace NUMBER [proto PROTO | instructions INSTR]
mpls nhlfe CMD key KEY [mtu MTU propagate_ttl | instructions INSTR]
mpls xc CMD ilm_label LABEL ilm_labelspace NUMBER nhlfe_key KEY
mpls labelspace set dev NAME labelspace NUMBER
mpls labelspace set dev NAME labelspace -1
mpls tunnel add nhlfe KEY
mpls tunnel del dev NAME
mpls tunnel get dev NAME
mpls ilm show [label LABEL labelspace NUMBER]
mpls nhlfe show [key KEY]
mpls xc show [ilm_label LABEL ilm_labelspace NUMBER]
mpls labelspace show [dev NAME]
mpls monitor ...
Where:
CMD := add | del | change
NUMBER := 0 .. 255
TYPE := gen | atm | fr
VALUE := 16 .. 1048575 | <VPI>/<VCI> | 16 .. 1023
LABEL := TYPE VALUE
KEY := 0 for add | previously returned key
NAME := network device name (i.e. eth0)
PROTO := ipv4 | ipv6
ADDR := ipv6 or ipv4 address
NH := nexthop NAME [none|packet|PROTO ADDR]
FWD := forward KEY
PUSH := push LABEL
INSTR := NH | PUSH | pop | deliver | peek | FWD |
set-dscp <DSCP> | set-exp <EXP> |
set-tcindex <TCINDEX> | set-rx-if <NAME>
forward <KEY> | expfwd <EXP> <KEY> ... |
exp2tc <EXP> <TCINDEX> ... | exp2ds <EXP> <DSCP> ... |
nffwd <MASK> [ <NFMARK> <KEY> ... ] |
nf2exp <MASK> [ <NFMARK> <EXP> ... ] |
tc2exp <MASK> [ <TCINDEX> <EXP> ... ] |
ds2exp <MASK> [ <DSCP> <EXP> ... ] |
dsfwd <MASK> [ <DSCP> <KEY> ... ]
mohon bantuan dan pencerahannya, perintah tersebut untuk mengaktifkan module mpls yang nantinya akan menjadi dasar perintah dari pembuatan label atau peroutingan dari jalur jaringan mpls itu sendiri... terimakasih atas masukannya.
youfinz_bali3@yahoo.com

