mpls ilm-entry vpnpop
Use this command to create an ILM entry in the ILM table to which a VPN POP incoming interface is bound. Upon receipt of a labeled packet on an MPLS-enabled router, a lookup is done based on the incoming label in the ILM table. If a match is found, the packet may either be label-switched downstream, or popped and passed over IP.
Use the no option with the command to delete an ILM entry. If there is no match, an error message displays.
Note: This command is not supported for ZebIC releases.
Command Syntax
mpls ilm-entry LABEL IFNAME (vpnpop) LABEL IFNAME A.B.C.D (A.B.C.D/M|A.B.C.D A.B.C.D) (<1-4294967295>|)
no mpls ilm-entry LABEL IFNAME (vpnpop) LABEL IFNAME A.B.C.D (A.B.C.D/M|A.B.C.D A.B.C.D|) (<1-4294967295>|)
Parameters
LABEL
Incoming label value
IFNAME
Incoming interface name
vpnpop
Specify pop for the incoming label
LABEL
Configure an outgoing label with a value from <16-1048575>
Note: A value of 0 indicates explicit NULL and a value of 3 indicates implicit NULL.
IFNAME
Outgoing interface name
A.B.C.D
Nexthop IPv4 address
A.B.C.D
The FEC for which this ILM entry is created
A.B.C.D/M
The FEC for which this ILM entry is created, plus mask
A.B.C.D
A mask for forwarding equivalence class mask
<1-429496725>
ILM index update
Note: When an ILM index value is passed, the ILM entry is updated. If the ILM index is not used, then a new ILM entry is created.
Default
By default, mpls ilm-entry are disabled
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#mpls ilm-entry 100 eth0 vpnpop 200 eth1 1.2.3.4 10.10.0.0/24
Last modified date: 07-13-2023