ping mpls l2circuit
Syntax
ping mpls l2circuit (interface interface-name | virtual-circuit virtual-circuit-id neighbor address) <count count> <destination address> <detail> <exp forwarding-class> <logical-system (all | logical-system-name)> reply-mode (application-level-control-channel | ip-udp | no-reply) <size bytes> <source source-address> <sweep> <v1>
Description
Check the operability of the MPLS Layer 2
circuit connections. Type Ctrl+c to interrupt a ping mpls l2circuit
command.
This command is not supported on EX4500 and EX4550 switches.
Options
count count | (Optional) Number of ping requests to send. If |
||||||
destination address | (Optional) Specify an address other than the default
( |
||||||
detail | (Optional) Display detailed information about the echo requests sent and received. |
||||||
exp forwarding-class | (Optional) Value of the forwarding class for the MPLS ping packets. |
||||||
interface interface-name | Ping an interface configured for the Layer 2 circuit on the egress provider edge (PE) router. |
||||||
logical-system (all | logical-system-name) | (Optional) Perform this operation on all logical systems or on the specified logical system. |
||||||
reply-mode | (Optional) Reply mode for the ping request. This option has the following suboptions:
Note:
The |
||||||
size bytes | (Optional) Size of the label-switched path (LSP) ping
request packet ( |
||||||
source source-address | (Optional) IP address of the outgoing
interface. This address is sent in the IP source address field of
the ping request. If this option is not specified, the default address
is usually the loopback interface ( |
||||||
sweep | (Optional) Automatically determine the size of the maximum transmission unit (MTU). |
||||||
v1 | (Optional) Use the type 9 Layer 2 circuit type, length, and value (TLV). |
||||||
virtual-circuit virtual-circuit-id neighbor address | Ping the virtual circuit identifier on the egress PE router or switch and the specified neighbor, testing the integrity of the Layer 2 circuit between the ingress and egress PE routers or switches. |
Additional Information
You must configure MPLS at the [edit protocols mpls]
hierarchy level on the egress PE router
or switch (the router or switch receiving the MPLS echo packets) to
ping a Layer 2 circuit.
In asymmetric MTU scenarios, the echo response might be dropped. For example, if the MTU from System A to System B is 1000 bytes, the MTU from System B to System A is 500 bytes, and the ping request packet size is 1000 bytes, the echo response is dropped because the PAD TLV is included in the echo response, making it too large.
Required Privilege Level
network
Output Fields
When you enter this command, you are provided
feedback on the status of your request. An exclamation point (!
) indicates that an echo reply was received. A period ( .
) indicates that an echo reply was not received within the
timeout period. An x
indicates that an echo reply was received
with an error code. Packets with an error code are not counted in
the received packets count. They are accounted for separately.
Sample Output
- ping mpls l2circuit interface
- ping mpls l2circuit virtual-circuit detail
- ping mpls l2circuit interface <interface-name> reply-mode
ping mpls l2circuit interface
user@host> ping mpls l2circuit interface so-1/0/0.1 Request for seq 1, to interface 69, labels <100000, 100208>, packet size 100 Reply for seq 1, return code: Egress-ok, time: 0.439 ms
ping mpls l2circuit virtual-circuit detail
user@host> ping mpls l2circuit virtual-circuit 200 neighbor 10.255.245.122/32 detail Request for seq 1, to interface 68, labels <100048, 100128>, packet size 100 Reply for seq 1, return code: Egress-ok time: 0.539 ms
ping mpls l2circuit interface <interface-name> reply-mode
user@host> ping mpls l2circuit interface lt-1/2/0.21 reply-mode application-level-control-channel !!!!! --- lsping statistics --- 5 packets transmitted, 5 packets received, 0% packet loss
Release Information
Command introduced before Junos OS Release 7.4.
The size
and sweep
options were introduced
in Junos OS Release 9.6.
The reply-mode
option and its suboptions are introduced
in Junos OS Release 10.4R1.