OcNOS-SP : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : Virtual Private LAN Service Commands : vpls fib-entry
vpls fib-entry
Use this command to create a static VPLS FIB entry. When a VPLS peer is configured manually, no signaling is done. Therefore, a VPLS static entry must be created for all manually created nodes.
Use the no option with this command to delete a static VPLS FIB entry.
Command Syntax
vpls fib-entry VPLS-ID (peer A.B.C.D| spoke-vc VC-NAME) IN-LABEL OUT-INTF OUT-LABEL
no vpls fib-entry VPLS-ID ((peer A.B.C.D)| (spoke-vc VC-NAME))
no vpls fib-entry VPLS-ID ((peer A.B.C.D)| (spoke-vc VC-NAME)) IN-LABEL OUT-INTF OUT-LABEL
Parameters
VPLS-ID
VPLS identifier
peer
Mesh peer address VPLS identifier
A.B.C.D
Peer IPv4 Address.
spook-vc
Spoke VC
VC-NAME
Virtual Circuit name
IN-LABEL
Incoming label value in the range of <16-15999>
OUT-INTF
Provider-facing interface
OUT-LABEL
Outgoing label value in the range of <16-15999>
Default
By default, vpls fib entry is disabled
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
The first example shows how to configure VPLS FIB entry 100 with mesh peer 97.97.97.97 for incoming label 15999, outgoing interface eth2 with outgoing label 15999:
#configure terminal
(config)#vpls fib-entry 100 peer 97.97.97.97 15999 eth2 15999
 
The second example shows how to configure VPLS FIB entry 100 with spoke-vc t1 for incoming label 15999, outgoing interface eth2 with outgoing label 15999:
#configure terminal
(config)#vpls fib-entry 100 spoke-vc t1 15999 eth2 15999
Last modified date: 10/17/2023