request interface bounce
Syntax with poe
request interface bounce interface_name poe interval seconds
Syntax with remote-only
request interface bounce interface_name remote-only interval seconds
Description
You can shut down the interface for a given time interval. The interface powers up at the end of the configured time.
Options
| poe | An optional parameter that bounces the poe port. The time interval range is from 1 to
60 seconds. An example of the syntax with poe is
shown:request interface bounce interface_name poe interval seconds Note: You
can only bounce poe on ports that have been configured for poe.
|
| remote-only |
An optional parameter that bounces only the remote end of the interface while keeping the local end operational. This is useful for troubleshooting remote connectivity issues without affecting the local interface state. Note: remote-only is only applicable to interface bounce and
cannot be used with poe for port bounce.
|
| interface interface-name |
Name of the interface to shut down for the given time interval. |
| interval seconds |
The interface shut down for the configured time interval. The time interval range is from 1 to 30 seconds. |
Additional Information
-
The default time interval is 0 seconds.
-
In Junos OS the
poe bouncecommand is supported only on Gigabit Ethernet and Multi rate Gigabit Ethernet. -
In Junos OS Evolved the
poe bouncecommand is supported only on Ethernet interface.
Required Privilege Level
View
Output Fields
When you enter this command, you are provided feedback on the status of your request.
Sample Outputs
- request interface bounce
- request interface bounce with remote-only
- poe port bounce with interval
- poe port bounce without interval
request interface bounce
user@host> request interface bounce et-0/0/0 interval 20
Bounce operation on interface et-0/0/0 started with interval 20 secs.
request interface bounce with remote-only
user@host> request interface bounce remote-only et-0/0/0 interval 20
Bounce operation on remote end of interface et-0/0/0 started with interval 20 secs.
poe port bounce with interval
user@host> request interface bounce poe mge-0/0/29 interval 30
PoE bounce request received for mge-0/0/29 with interval 30s.
poe port bounce without interval
user@host> request interface bounce poe mge-0/0/29
PoE bounce request received for mge-0/0/29 with interval 0s.
See Sample outputs for information on what the output looks like when poe bounce is enabled and when poe bounce is disabled.
Release Information
Starting in 24.2 R1 release, we've introduced the poe optional parameter.
This statement was originally introduced in Junos OS release and Junos OS Evolved release
23.4R1.