OcNOS-RON-6.3.1 : Multi-Protocol Label Switching Guide : Multi-Protocol Label Switching Command Reference : MPLS Commands : mpls ftn-entry tunnel-id
mpls ftn-entry tunnel-id
This command will be used to create a static tunnel.
In hardware, it creates a logical interface to which services can be mapped.
Command Syntax
mpls ftn-entry tunnel-id <1-5000> A.B.C.D/M LABEL A.B.C.D IFNAME (primary|secondary|)
mpls ftn-entry tunnel-id <1-5000> A.B.C.D A.B.C.D LABEL A.B.C.D IFNAME (primary|secondary|)
mpls ftn-entry tunnel-id <1-5000> (A.B.C.D/M|A.B.C.D A.B.C.D) <16-1048575> A.B.C.D IFNAME ((secondary|primary)|)
 
no mpls ftn-entry tunnel-id <1-5000> A.B.C.D/M WORD A.B.C.D IFNAME (primary|secondary|)
no mpls ftn-entry tunnel-id <1-5000> A.B.C.D A.B.C.D WORD A.B.C.D IFNAME (primary|secondary|)
 
Command Syntax
mpls ftn-entry tunnel-id <1-5000> X:X::X:X/M <16-1048575> X:X::X:X IFNAME ((secondary|primary)|)
mpls ilm-entry <16-52443> swap <16-52443> IFNAME X:X::X:X X:X::X:X/M
mpls ilm-entry <16-52443> IFNAME swap <16-52443> IFNAME X:X::X:X X:X::X:X/M
 
no mpls ftn-entry tunnel-id <1-5000> X:X::X:X/M <16-1048575> X:X::X:X IFNAME ((secondary|primary)|)
no mpls ilm-entry <16-52443> swap <16-52443> IFNAME X:X::X:X X:X::X:X/M
no mpls ilm-entry <16-52443> IFNAME swap <16-52443> IFNAME X:X::X:X X:X::X:X/M
Parameters
<1-5000>
The tunnel ID value
A.B.C.D/M
Forwarding equivalence class with mask
A.B.C.D
Mask for forwarding equivalency class
LABEL
Outgoing label
A.B.C.D
Nexthop IPv4 address
IFNAME
Outgoing interface name
INDEX
FTN index for update
Note: When the INDEX parameter is passed, the FTN entry is updated. When INDEX is not used, a new FTN entry is created.
primary
The primary LSP; default is primary
secondary
The secondary LSP Command Mode
Default
By default, mpls ftn-entry tunnel-id are disabled
Command mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#mpls ftn-entry tunnel-id 2 10.10.0.0/24 16 1.2.3.4 eth1 secondary
(config)#no mpls ftn-entry tunnel-id 2 10.10.0.0/24 16 1.2.3.4 eth1 secondary
Last modified date: 07-13-2023